Game Creator 2 v2.18.60 (04 Mar 2026) introduces a complete toolkit designed to help developers rapidly build games without writing a single line of code. Compatible with Unity 2022.3.0 or higher, it provides an intuitive and powerful visual scripting system that makes game development feel like cheating.
The system is built around three core elements:
- Actions, which are lists of instructions executed top to bottom
- Triggers, which listen to events and execute actions in response
- Conditions, which allow branching to different instructions based on context
Players can quickly create characters by dragging and dropping custom 3D models, with support for multiple control schemes and input devices. A new Camera system enables scene framing with transitions between various shot types—including static, animated, first-person, third-person, top-down, and more.
Game state tracking is simplified with Global and Local Variables:
- Name Variables are accessed by unique names (e.g., "score" for current tally)
- List Variables store elements in sequence and can be referenced by index, ideal for managing scene data such as enemies or collected resources
Data persistence is streamlined with the Remember component, allowing users to selectively define what data is saved and loaded during game sessions. Multiple save slots can be configured for enhanced player flexibility.
2026-03-09 00:00:00-update version:Game Creator 2 v2.18.60 (04 Mar 2026)