World State Recipes
Recipes are short, practical examples for specific outcomes.
This section is not a complete cookbook yet. The first recipe should help you set a world fact, query it from another system, and persist it through save/load.
First Recipe Candidate
Section titled “First Recipe Candidate”Goal: set a world fact, query it from another system, and persist it through save/load.
Typical flow:
Create the smallest useful setup vAdd World State behavior vConfigure the required data vTrigger the workflow vVerify the result vConnect optional project-specific behaviorPlanned Recipe Areas
Section titled “Planned Recipe Areas”Future recipes may cover:
- first working example
- Blueprint-only setup
- C++ extension
- Nexus-assisted setup
- custom project integration
- integration with another Dynaros product
- debugging a common failure