Skip to content

Commit 552733a

Browse files
authored
Update README.md
1 parent 92d6002 commit 552733a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
# Unity Singleton
55

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.
77

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)
119

1210
## Features
1311

0 commit comments

Comments
 (0)