✨ Overview
Escape Room Engine is a modular set of intuitive systems and editor tools for building escape-room style puzzles in seconds, and complete escape rooms in minutes.
Inspired by modern escape-room editors and visual puzzle-building workflows seen in games such as Escape Simulator and Escape Simulator 2, this asset focuses on fast iteration, clear logic connections, and Scene View driven setup.
It is an independent system built specifically for Unity. It is designed to be easily extendable, allowing you to plug in and control your own scripts and gameplay systems using the same connection tools and workflows.
Powerful Scene View editor tools let you set up logic components and connect puzzle elements visually, using a scene picker instead of manual hierarchy dragging. Animated gizmos clearly display connections, making complex puzzle logic easy to understand at a glance.
🎮 - WEBGL DEMO
🏃 Character Controller
A simple first person controller designed for escape room games. Allows for moving, looking, sprinting and crouching.
🖐️ Interaction System
Easily set up interactive puzzle elements. Create your own interactables by inheriting from Interactable.
🧩 Logic Components
Quickly set up logic behavior for puzzles and link them together for entire escape rooms.
🔗 ITarget
An interface to enable fast and visual linking between objects. You can also implement ITarget in your own scripts to integrate custom behaviour into this linking system and have your own code executed through the same workflow. Easily creating your own custom logic components.