Skip to content

Commit 18a0a76

Browse files
authored
Merge pull request #24 from DerekGooding/patch-1
Update README.md with emoji enhancements
2 parents 9184522 + 6224bb8 commit 18a0a76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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-
:book: [Learn More about Singleton pattern](https://en.wikipedia.org/wiki/Singleton_pattern)
8+
📖 [Learn More about Singleton pattern](https://en.wikipedia.org/wiki/Singleton_pattern)
99

1010
## Features
1111

@@ -26,7 +26,7 @@ and add it as a git package in the Unity Package Manager by clicking on the "+"
2626

2727
Once you have the package installed, you may
2828

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).)
29+
- Create your own Singleton classes by extending the Generic [ Singleton ](Runtime/Scripts/Singleton.cs) class. (🚀 Check out the example [GameManager](Samples~/Scripts/GameManager.cs) in the example [\_Preload scene](Samples~/Scenes/_Preload.unity).)
3030
- Attach your singleton classes to a GameManager game object in a \_Preload scene of your own.
3131
- Edit the variables inside the inspector
3232
- Run the game and enjoy!
@@ -51,16 +51,16 @@ Run the following command in terminal or command prompt to clone the repository:
5151
git clone https://github.com/UnityCommunity/UnitySingleton.git
5252
```
5353

54-
Or [:fire: Download the master branch as zip](https://github.com/UnityCommunity/UnitySingleton/archive/master.zip).
54+
Or [🔥 Download the master branch as zip](https://github.com/UnityCommunity/UnitySingleton/archive/master.zip).
5555

5656
## Resources
5757

58-
- [:book: Wikipedia](https://en.wikipedia.org/wiki/Singleton_pattern)
59-
- [:book: On the \_Preload Scene](https://stackoverflow.com/questions/35890932/unity-game-manager-script-works-only-one-time/35891919#35891919)
60-
- [:arrow_forward: Deep dive into the Singleton Pattern](https://www.youtube.com/watch?v=mpM0C6quQjs)
58+
- [📖 Wikipedia](https://en.wikipedia.org/wiki/Singleton_pattern)
59+
- [📖 On the \_Preload Scene](https://stackoverflow.com/questions/35890932/unity-game-manager-script-works-only-one-time/35891919#35891919)
60+
- [▶️ Deep dive into the Singleton Pattern](https://www.youtube.com/watch?v=mpM0C6quQjs)
6161

6262
## License
6363

6464
MIT @ [Unity Community](https://github.com/UnityCommunity)
6565

66-
Made with :heart: by [Unity Community](https://github.com/UnityCommunity)
66+
Made with ❤️ by [Unity Community](https://github.com/UnityCommunity)

0 commit comments

Comments
 (0)