- Home /
Moving Platform
Is there a script that can be used so that you have a FirstPersonController that can step onto an animated object(such as a cube that was animated in unity) and it will stay on and move with the platform? If anyone has a script then you could put it below as an answer.
I have already read that you can make the animated object a parent of the FirstPersonController, but I do not know how to write the code properly.
(if you put a code below, could you tell me what kind of script it is? (Js, C#, Boo))
Answer by IronWarrior · May 26, 2010 at 07:02 AM
Parenting can cause a ton of problems; here is the solution I used (only a couple days ago) to get my moving platforms to work.
If you need any help just ask, but it's pretty thorough.
What kind of problems can parenting cause? It seems like the best solution and is simple.
Your answer
Follow this Question
Related Questions
Rigidbody on a moving platform 6 Answers
Problem with moving platform and gun placment 2 Answers
Make a Platform push a character controller? 2 Answers
CharacterController falls through or slips off moving platforms 2.0 2 Answers
What is the easiest way to push a character controller with a moving platform? 0 Answers