RPG
PC
Elder Realms
A modular open-world RPG framework focused on performance.
Overview
Elder Realms is a showcase of high-performance gameplay systems. Using Unity’s Data-Oriented Technology Stack (DOTS), the world can handle over 5,000 active NPCs simultaneously, each with independent AI routines and physics interactions.
Technical Challenges
- 1Migrating legacy MonoBehavior systems to Entities (ECS).
- 2Implementing a massive-scale spatial partitioning system.
- 3Designing a flexible, data-driven quest and dialogue engine.