Entitas is the most popular open-source Entity Component System Framework (ECS) and is specifically made for C# and Unity. Several design decisions have been made to work optimal in a garbage ...
Grabbing the raw mesh, material, blendshape, bone, dynamic bone, etc. data directly from unity, Sends that to Resonite via inter-process communication (using a memory mapped file), Decodes directly in ...