RPG
PC

Elder Realms

A modular open-world RPG framework focused on performance.

Elder Realms

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

  • 1
    Migrating legacy MonoBehavior systems to Entities (ECS).
  • 2
    Implementing a massive-scale spatial partitioning system.
  • 3
    Designing a flexible, data-driven quest and dialogue engine.