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

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

سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top