Is there a message or event that I can subscribe to, to be able to detect RectTransform size changes without implementing an Update method and check if it has changed in every single frame?
My script may be attached to too many game objects and I don’t want them all to get into the update queue of Unity just for this purpose.