Nice optimisation gains, especially on load times.
When changes like this touch memory and loading, it’s usually worth re-checking things like:
- repeated scene loads (consistency over multiple runs)
- asset streaming or missing elements during faster loads
- behaviour on lower-end devices where memory pressure is higher
These kinds of improvements can sometimes introduce subtle issues even when the main metrics look solid.