Hi,
I hope this counts as a bug, but for me its definitely unexpected behavior ^^
I have a scene with >100 instances that is heavily CPU bottlenecked due to the _evaluateActiveMeshes call. Using scene.freezeActiveMeshes drasticly improves performance, but instances get stuck in place.
As you can see in the PG, Meshes without instances keep getting positioned, Meshes with Instances and the Instances themselves just stay in place as soon as I freezeActiveMeshes.
https://www.babylonjs-playground.com/#FM2JCI
Any Idea how I could get all Meshes and Instances to keep moving after calling freezeActiveMeshes?