Friflo.Engine.ECS icon indicating copy to clipboard operation
Friflo.Engine.ECS copied to clipboard

BitSet limit exceptions

Open code-lime opened this issue 1 month ago • 0 comments

Add exceptions if the number of components is greater than the BitSet limit

Currently, if I attempt to add a component to an entity that is outside the range, an unexpected random component will be added

code-lime avatar Nov 20 '25 02:11 code-lime