For the complete documentation index, see llms.txt. This page is also available as Markdown.

InitializeOnLoad

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

Implementation

[InitializeOnLoadMethod]
private static void InitializeOnLoad();

Reference

InitializeOnLoadMethod

Last updated