Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

Looking for subscribe-able event that occurs right after Layout update in Unity but before OnWillRenderObject is called.

Working solution is Canvas.willRenderCanvases, but useful to know if more events exist before or after this event: http://docs.unity3d.com/ScriptReference/Canvas-willRenderCanvases.html

Here is picture in-case unfamiliar with Unity Layout update:

enter image description here

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.