I'm just trying to understand the advantage of animations loading at the start of layout...
For example, I have next animations and associated RAM use:
1. Hero (100 mb of RAM)
2. Enemy1 (20 mb)
3. Enemy2 (20 mb)
4. Enemy3 (20 mb)
On total - 160 mb
At the first layout I'm using Hero and Enemy1, so - 120 mb of RAM are used.
At the second layout I'm using Hero, Enemy1, Enemy2 and Enemy3 - all 160 mb are used.
If I understood correctly, comparing usage of unique .exe, I have an advantage of free 40 mb of RAM only at first layout (and at the meny layout of cours).
The question is: if at each layout I have to render all my animations, is it usefull to use "Load frame" ?