I use a “framework” class that is set to run before all the other scripts (-300). This class has an Awake method. I also use another normal monobehaviour which defines the OnEnable method. Once the application runs, the OnEnable of the second monobehaviour is called before the awake of the framework class. Is this the intended behaviour? It’s rather complicated. [ Update 5.1.1: I didn’t re-test ev