Platform Movement and Door Opening
- Keshav Batra
- Aug 25, 2023
- 1 min read
Below is the end result of the code that was used to make this all happen

This photo right here allows the platform I created to move. I added a moving component and set relative location so that it would stay in the same vicinity as the player. I then added a delay function to stop whenever it hits the end point. Finally I added a reverse and forward function for the platform to go in different directions while in a loop.

This photo right here showcases how the line trace works. It is exactly like the raycast in unity except the name is different. Basically it allows the player to interact with an object such as as door or a weapon and it also follows the direction of the camera.

This photo right here showcases how the door opens and closes. I added a flip flop mechanic so that whenever I open the door, I can press the E key for when I'm near to open it and close it.
Comments