I just upgraded to Unity 4 from Unity 3.5.6. I’m using a custom script to move a character controller; Everything works fine in the editor, and I can run the game just fine until I build it; suddenly, everything about the script is still responding (direction facing, animation, etc.), so it’s not erroring out, but it’s like my character is locked in place for some reason. I can even network the build with my editor player, and the editor player moves fine while the build player is still locked in place. Please advise! I can supply whatever data is necessary.
Windows 7 64 Bit.
Intel Core i3 CPU 550 3.20 Ghz
12 GB
Code used: Standard examples provided in Unity library.
// Single Move Call
_collisionFlag = _controller.Move (_moveDirection * Time.deltaTime);
I reiterate: this works fine in the editor game window, but I am unable to move in the build.
Here’s the build: http://www.eyeshock.com/_tempdocs/Build.rar