Skip to content

Commit eed63bd

Browse files
authored
Merge pull request #14 from AldeRoberge/patch-1
Fixed broken link in README
2 parents b2cd785 + 53ec4d0 commit eed63bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The best way to implement singleton pattern in Unity. By using this pattern you
1717

1818
- [Download the Project](#download).
1919
- Open the Project in Unity.
20-
- Create your own Singleton classes by extending the Generic [:sparkles: Singleton :sparkles:](https://github.com/UnityCommunity/UnitySingleton/blob/master/Assets/Scripts/Singleton.cs) class. [:rocket: Check out the example GameManager](https://github.com/UnityCommunity/UnitySingleton/blob/master/Assets/Scripts/GameManager.cs)
20+
- Create your own Singleton classes by extending the Generic [:sparkles: Singleton :sparkles:](https://github.com/UnityCommunity/UnitySingleton/blob/main/Assets/Scripts/Runtime/Singleton.cs) class. [:rocket: Check out the example GameManager](https://github.com/UnityCommunity/UnitySingleton/blob/master/Assets/Scripts/GameManager.cs)
2121
- Attach your singleton classes to the GameManager game object in the _Preload scene.
2222
- Edit the variables inside the inspector
2323
- Run the game and enjoy!

0 commit comments

Comments
 (0)