Okay so I have a office building and have designed for an elevator. My elevator as 3 buttons attached to it and they are to select the floor to go to. I need a good starting point for the code. I kind of figured that the buttons need a script that is OnMouseDown and each one translate the entire elevator to the position in which the floor is at.
I’m assuming, once you enter the elavator you can use Unity - Scripting API: Collider.OnTriggerEnter(Collider) to show a GUI Unity - Manual: IMGUI Basics then use transform.position.y to go up to the selected floor.