0

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.

UA_PPS
  • 29
  • 9

1 Answers1

0

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

Verv
  • 763
  • 6
  • 9
  • how can I make Static/not moving Cube over Moving terrain and thanks for your answer it really helps me – UA_PPS Mar 30 '14 at 13:24
  • If you want cube moving with terrain, maybe you can set the cube's parent = terrain. – Verv Mar 30 '14 at 15:12