Skip to content

Commit 9416bf6

Browse files
authored
Merge pull request #20 from ThatAmuzak/fix-readme-samples-links
fix readme samples links
2 parents 0600101 + 97b58b3 commit 9416bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| [Getting Started](#getting-started) | [Features](#features) | [License](#license) | [Resources](#resources) | [Download](#download) |
2-
|-------------------------------------|-----------------------|---------------------|-------------------------|-----------------------|
2+
| ----------------------------------- | --------------------- | ------------------- | ----------------------- | --------------------- |
33

44
# Unity Singleton
55

@@ -26,8 +26,8 @@ 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).)
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.
3131
- Edit the variables inside the inspector
3232
- Run the game and enjoy!
3333

@@ -56,7 +56,7 @@ Or [:fire: Download the master branch as zip](https://github.com/UnityCommunity/
5656
## Resources
5757

5858
- [: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)
59+
- [:book: On the \_Preload Scene](https://stackoverflow.com/questions/35890932/unity-game-manager-script-works-only-one-time/35891919#35891919)
6060
- [:arrow_forward: Deep dive into the Singleton Pattern](https://www.youtube.com/watch?v=mpM0C6quQjs)
6161

6262
## License

0 commit comments

Comments
 (0)