Is there a way we can use a space in the Animation Name within the Animation Groups window? I get a message saying it’s not allowed as it’s an Invalid Character?
I ask because the system we’re building reads the animation name and it’s displayed on the UI, so using underscores isn’t ideal.
@notamondayfan already understands what is happening and why it is happening and if you go back to his first post you will see why he wants a way around this and for spaces to be allowed.
the reason is ’ ’ and ‘=’ are not allowed by max into properties. We may introduce a process of encoding to allow these char. I have to figure the work load to do so.
Just updated the code to allow white space, using encoding/decoding scheme… i have to conduct a >>bit more test before doing a PR but so far it’s working.
PR done. You May test.