Is there any event function I can subscribe to that happens after canvas performs its layout?
I am using Canvas.ForceUpdateCanvases()
But this doesn’t seem like the best solution to me. I am hoping that there is a function like Start() that runs only once but after all other layout is complete.