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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,9 @@
3
3
4
4
# Unity Singleton
5
5
6
-
The best way to implement singleton pattern in Unity.
6
+
The best way to implement singleton pattern in Unity. By using this pattern you will be able to define Global variables and classes and use their methods and properties in Global. This pattern is a must have for most of the games that made using Unity engine.
7
7
8
-
By using this pattern you will be able to define Global variables and classes and use their methods and properties in Global.
9
-
10
-
This pattern is a must have for most of the games that made using Unity engine.
8
+
:book:[Learn More about Singleton pattern](https://en.wikipedia.org/wiki/Singleton_pattern)
0 commit comments