Hello all,
I just profiling my app and found an output that I cannot understand.
The screen in question is a scrolling page, it consists of 10 pages that are dragged along. 2 pages are visible at a time, the rest gets disabled. All share one texture to reduce draw calls.
At init, all disabled pages report back as having an animation (as the pages get dragged along the screen, the amount of GUI.Animations reduces and finally, the profiler reports no more animations).
According to the manual, “Disabled nodes are not rendered and animations acting on them are not evaluated”.
I am quite curious and would like to understand what is happening.
P.S. Happy holidays and a great next year to all of you!