Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Where does Application.onBeforeRender happen in the standard Unity Order of Execution?

Discussion in 'AR/VR (XR) Discussion' started by Ecnassianer, Jul 15, 2020.

  1. Ecnassianer

    Ecnassianer

    Joined:
    Sep 1, 2015
    Posts:
    5
    Where does Application.onBeforeRender happen in the standard Unity Order of Execution? The description seems like it should be called somewhere after Late Update and before OnRenderObject, but it doesn't appear anywhere in the chart. Is there a reason it isn't in the chart?