Issue using Animator properties with spaces in the names?

Options
Hi I'm new to Bolt and I'm trying to use it with an asset called "Third Person Controller" ... the properties it uses in the animator has spaces in the name like "Horizontal Input" and "Forward Input" ... whenever I tried to compile bolt with these properties in my state.. the build fails. Is there a way around this?

Comments

  • silentneedle
    edited January 2017
    Options
    That's not possible currently, I also don't think that this will change soon, as bolt is using the animator parameters as state class member names. So it would be faster to refactor your code.