how to Make FirstPersonController object Static/not moving when Placed over Moving Terrain in unity 3D

StackOverflow https://stackoverflow.com/questions/22736531

Question

I created a terrain and applied constantForce on this terrain, then I Placed FirstPersonController Object Over this Terrain.

FirstPersonController Object moves or change its position due it is over moving terrain, I wanna make FirstPersonController not moving/static.

so how can I make FirstPersonController or GameObect static over moving terrain.

Était-ce utile?

La solution

In the [Character Motor] component, uncheck [Movin Platform -> enable], maybe this will help you. I am using Unity 4.3.4.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top