Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
EditorInitializer Class Reference

A class designed to perform initialization tasks specific to the Unity Editor environment. More...

Static Public Attributes

const string activeEditorScene = "PreviousEditorScene"
 
const string isEditorInitialization = "EditorInitialization"
 

Detailed Description

A class designed to perform initialization tasks specific to the Unity Editor environment.

This class contains methods and properties that are executed only within the Unity Editor to set up or modify editor-specific settings, configurations, or behaviors.

Note
This class should only contain code that is wrapped in #if UNITY_EDITOR preprocessor directives to ensure it does not interfere with builds.

The documentation for this class was generated from the following file: