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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top