You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,8 +26,8 @@ and add it as a git package in the Unity Package Manager by clicking on the "+"
26
26
27
27
Once you have the package installed, you may
28
28
29
-
- Create your own Singleton classes by extending the Generic [:sparkles: Singleton :sparkles:](Runtime/Scripts/Singleton.cs) class. (:rocket: Check out the example [GameManager](Samples/Scripts/GameManager.cs) in the example [_Preload scene](Samples/Scenes/_Preload.unity).)
30
-
- Attach your singleton classes to a GameManager game object in a _Preload scene of your own.
29
+
- Create your own Singleton classes by extending the Generic [:sparkles: Singleton :sparkles:](Runtime/Scripts/Singleton.cs) class. (:rocket: Check out the example [GameManager](Samples~/Scripts/GameManager.cs) in the example [\_Preload scene](Samples~/Scenes/_Preload.unity).)
30
+
- Attach your singleton classes to a GameManager game object in a \_Preload scene of your own.
31
31
- Edit the variables inside the inspector
32
32
- Run the game and enjoy!
33
33
@@ -56,7 +56,7 @@ Or [:fire: Download the master branch as zip](https://github.com/UnityCommunity/
0 commit comments