I'm trying to use the Locomotion System with Unity iPhone.
When I test it with Unity Remote everything works OK, but when I install it on an iPod or iPad the character becomes invisible. I found out that on the device the root bone position is (NaN, NaN, NaN).
Does anybody know what are the differences between the Unity engine that runs inside the Unity iPhone editor and the one that gets installed on the device, which might cause this behavior?
I think the main difference between the running in the editor and running on the actual iPhone is that in the editor, you have the "usual Mono framework" while on the actual iPhone, you have an AOT compiled version which may also be limited in some ways.