Skip to content

helloroy/UnityRuntimeInitializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Unity Runtime Initializer

Just manage one asset file to initialize any Prefab by the runtime, so Prefab will initialize one by one whatever what scene you are running.

How To Install

Just copy the "RuntimeInitializer.cs" to your project Assets folder.

How To Use

  • In the Unity Editor, go to menu bar Assets > Create > RuntimeInitializerSetting.
  • Edit the "RuntimeInitializerSetting" asset file, and choose any prefab you want to initialize by the load type.

Load Type

More details about the load type, please check: https://docs.unity3d.com/ScriptReference/RuntimeInitializeLoadType.html

About

Unity Runtime Initializer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages