Hello Anthony,

We are having big fps drops when using nesting of responsive containers in unity scene that is initiate on runtime using prefabs, something similar to Unity Hierarchy UI system.
When we turn off the responsive containers and we get close to 50% gains, profiler analysis shows about 80% usage by responsive container in an update loop.

Cheers.

    q1w2 Hi, how many containers do you Have ? I suggest that you change the refresh mode from Update to OnChange or Manual

      It is about 4-5 nested containers, meaning that there are one inside each other.
      OnChange has the same performance issues as Update.
      We did changed the refresh mode to manual, and it is resolved the performance issues, calling the Resize function on demand.

        q1w2 Glad it worked with the manual update then, thanks for letting me know!

          Write a Reply...