Regarding optimizations: is there support for level of detail and instancing in RealityKit?

Instancing is mostly abstracted away behind the Entity.clone() method.

Level of detail is not currently exposed as API and we’d recommend filing a feature suggestion on Bug Reporting

That said you can implement Level of Detail yourself (probably using custom Systems and Components) although we understand that may not be ideal. Please file feature suggestions regardless!

Tagged with: