Game Engine

Our game logic is built on the basis of Entity Component System (ECS), which can well support the network communication capacity needed for multiplayer competitive games, and provide players with a smooth combat experience and rich gameplay.

We utilize the feature of the new Universal Rendering Pipeline (URP) of the Unity engine to provide the highest possible quality of game graphics on mobile platforms while keeping the game running smoothly.