Animator View not serializing properly in the Editor

Options
I have an Animator View on a GO. It frequently gives me the error message "Parameter X does not exist. Removing". This is not a one-time warning, this is a recurring warning. The problem is that it resets the synchronization for another one of my parameters to Disabled which gives me a lot of grief because then my GO stops working so I have to make sure all the time everything is set to DIscrete.

Comments

  • Just to add to the above--resetting the component itself did not work: I had to manually remove it and readd it.
    I noticed also a weird bug with the parameter synchronization type (disabled, discreet) changing at runtime.