Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

InitializeOnLoadAttribute

class in UnityEditor

Description

Allow an editor class to be initialized when Unity loads without action from the user.

Note that static constructors with this attribute are called when Unity starts and when Run is pressed. In this second case the Unity runtime is intialised and this is treated as a Load.
See the manual page about running editor code on launch for further details.

Did you find this page useful? Please give it a rating: