Getting Entity Handles using TDD in C#

In Tutorials, UECS by EforenLeave a Comment

General Overview

In this Tutorial we work on providing a way to get the entity handles directly from the entity in an efficient way so we do not generate lots of garbage that needs to be collected in our Entity Component System (ECS) using C# using Test Driven Development (TDD).

This tutorial covers programming the creation of entity handles for Uber Entity Component System using Test Driven Development.

Leave a Comment