Skip to content

Commit 959ebff

Browse files
author
Bharath Vishal G
committed
2 parents 9591f13 + 00ebf79 commit 959ebff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# Unity Singleton
2+
A sample project explaining the usage of singleton object to hold global game state.
3+
4+
### Usage :
5+
Import the package [Particle-System-Unity/Package/Particle_System.unitypackage](https://github.com/BharathVishal/Particle-System-Unity/blob/master/Package/Particle_System.unitypackage) from Unity (or) open the project under
6+
[Particle-System-Unity/Source Project/](https://github.com/BharathVishal/Particle-System-Unity/tree/master/Source%20Project).
7+
8+
1. The Singleton_Controller class holds the global game state consistently during scene switches.
9+
- This is explained through the score variable.
10+
2. Modify the code to suit your needs.
11+
12+
### Year developed :
13+
2018
14+
15+
16+
### Preview :
17+
2018
18+
19+
© 2018. Developed by Bharath Vishal G (https://github.com/BharathVishal).
20+
21+
22+

0 commit comments

Comments
 (0)