How to make a puzzle open the door

Hi all. I am still new to making games and I want to try to create a system where the door will open when I have completed the puzzle. Can it be helped?

Maybe it’s explained in detail or using pictures to be clear.

thanks.

1 Like

This guy does more door and puzzle tutorials that you can shake a stick at:

1 Like

You should create a boolean variable and set it to true when puzzle is completed, so: puzzle finished – if yes-- branch— open the door ( can be an animation start, or a set rotation of the mesh)

1 Like