Space in animation parameter Throws Error

Zergleb
Zergleb
edited June 2017 in Photon Bolt
I've been working with a third party asset for movement and it already has animations set up in it's library code so I'm not in charge of the Parameter names for the animation controller.

So it fails when I have a space in the Parameter Name.

Image of imported animations
https://ibb.co/h3PhyF

So you can see there are things like "Horizontal Input" and "Yaw" and "Horizontal Input" doesn't compile correctly when I say Assets > Bolt > Compile Assembly I get an error in the console which looks like a code generator error(It generates code that can't compile)

These are the errors
https://ibb.co/jVYsyF

I'm unable to use Photon Bolt features if I'm not able to have spaces in the Animator Parameters.

Thank you for looking into this issue and if there is anything else I can do to help you please let me know and I'd be happy to help.


Comments

  • I forgot to mention that afterwords I removed everything except for "Yaw" and then compiled and "Yaw" was recognized and worked and animated across the network.
  • Bolt does not support mecanim parameters with spaces