2 repository-uri
The process of replacing an existing game entity with a different prototype while maintaining its spatial properties.
Distinct from Entity: Existing candidates were about CRUD disabling or text search-replace; this is specific to game object prototype swapping.
Explore 2 awesome GitHub repositories matching game development · Entity Prototype Replacement. Refine with filters or upvote what's useful.
Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp
Deletes entities or replaces them with different prototypes while preserving their world position.
Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including
Enables swapping an active entity with a prefab instance while preserving its spatial properties and identifiers.