top of page
Doors,
pressure plates and levers
One of the puzzle mechanics in the game is to open doors, either with levers or by putting boxes on one or more pressure plates.
​
A simple interface is used to call functions in the lever and pressure plate blueprint, so if we wanted something else to activate the doors, we could just use that interface on the objects.
![HighresScreenshot00032[1].png](https://static.wixstatic.com/media/6bff9f_42390008a3c84bb396cc302c4045f29a~mv2.png/v1/fill/w_490,h_276,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/6bff9f_42390008a3c84bb396cc302c4045f29a~mv2.png)

Turret
The Turret works as an obstacle, forcing the player to put a cube in front of the beam to be able to pass safely.
​
If the player accidentally walks into the beam, they'll respawn at the latest respawn point.
​
The beam and the hit effects were made in Niagara, which gave me the ability to alter some values via blueprint.
Other projects
bottom of page