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 ...
Basically it sync whatever entity component you want with GPU data to perform instanced rendering. As a result all entities with same Material can be rendered with single drawcall.