3D elevator - Ascenseur 3D for education

Hello I just realized an application of the operation of an elevator full 3D, here’s the link for the photos and the demonstration. This is a first version, i want add a possibility to going on elevator and move with, but have a trouble with a script, when the elevator move the First Person Controller falls through the elevator as soon as it animates :frowning:
Photos http://jmmprog.org/3delevator.html
web application http://jmmprog.org/3delevator/

Nice i like

thank you :slight_smile:

The CharacterController doesn’t have full physics - it will react to things it collides with as it moves but it will not get moved by other objects that push it. You need to move the character along with the elevator either by parenting it or by adding the elevator’s movement vector to the character’s.

Andeeee thank you for your comment ,i fix it,in the new version, i post here in the couple day. but now my probleme is the fps, i using unity animation for elevator and door and my fps is very low, i tuning a texture,script, i dont now why!!!

screen shot when running