v5.0 (Production Stable)
This section documents the production stable 5.x line (maintenance / historical reference).
Use this section when you are:
- Maintaining an existing 5.0 project.
- Debugging a regression specific to the 5.0-era architecture.
- Investigating why later versions (6.0) introduced clearer separation between event payloads, snapshots, and service state.
If you are starting a new project, prefer:
v6-0(C# plus Friflo ECS internal development architecture)
What you’ll find here
- Guides: conceptual docs + patterns for the 5.0 architecture.
- API: reference pages tied to the 5.0 content set.
- Patches: maintenance releases for 5.0.x.
Start here
Latest 5.0.x patch
- 5.0.3 – Editor Menu Default Actions Setup - Automated input actions configuration and runtime validation improvements
Testing note (5.0)
5.0 shipped with a large, environment-heavy test suite.
- Historical count (5.0-era): 1540 tests passing at 100%
- Interpretation: the suites were comprehensive but bulky, and often relied on full environment scenes.
Recommended next step (migration)
If you can migrate, the most common path is:
- Then adopt
v6-0concepts when you’re ready for the C# plus Friflo ECS architecture.