I have game that simulates work of messanger, so there are messages added to the window along the game. But when I create the message prefab and add it to the window I can see the CPU spike, and profiler shows me this
So why the LayoutRebuilder.Rebuild() and the Graphic.Rebuild() eat so much CPU?
