The Noocturnal Ecosystem: Orchestrating Your Game Logic
3 de febrero de 2026
The Noocturnal Ecosystem: Orchestrating Your Game
Until today, Noocturnal Games Studio has offered you the pieces to build your world: intelligent AIs, interactive objects, and attribute systems. But something vital was missing.
We were missing the «Conductor.» The brain that decides when the enemy spawns, when the door opens, and when the level ends.
Today we introduce Quest & Game Flow, and we want to show you how it connects every piece of the puzzle.
Case Study: «The Guardian’s Quest»
Imagine you want to create this typical RPG logic:
Doing this «by hand» would imply tightly coupling four different scripts. With the Noocturnal ecosystem, it’s just a matter of connecting events:
1. The Trigger (Quest Flow)
You create a Quest «Kill the Guardian».
- State: Inactive → Active.
- Upon activation, the system fires the
OnQuestAcceptedevent.
2. The Enemy (Modular AI + Interactable)
Our Modular AI Behaviour is listening. When it receives the Quest event, it activates the enemy GameObject.
The enemy doesn’t need to know what a «Quest» is. It only knows it needs to appear.
3. The Reward (MAS)
When the AI dies, it broadcasts a death event. The Quest system detects it, marks the task as «Completed,» and tells MAS (Modular Attribute System):
PlayerStats.AddExperience(500);
4. The World Reacts (Interactable Kit)
Finally, upon Quest completion, the system sends a signal to the secret door (managed by Interactable Kit) to unlock itself.
The Power of Synergy
The beauty of this architecture is that no system strictly depends on another, but together they work like clockwork.
You can use Quest & Game Flow on its own, but if you already own our other kits, you’ve just unlocked «Easy Mode» for your game development.
Complete your collection
Check out the new Quest & Game Flow on the Unity Asset Store.