In the latest version of unity, something about the character controller has changed. In previous versions from mid 2018 I could have a character controller parent to an object and move along. I could do this while also calling the move() function.
However with the latest version of unity, I no longer seem to be able to do this any more. The character either follows the parent in a very choppy way or not at all. I even have an older project where I have this concept working. The older project has not been updated to the latest unity version, I exported a package of that character controller into my new project and it doesn't work as intended. Even tried copying just the code over with no luck.
Does anyone know if the character controller somehow changed? Is there a way to have move() work on the local position and not override the world space position as that seems to be my theory of what's happening? All of this is an effort to have the controller stand and move on a moving platform.
↧