Skip to content

Commit 71cddd3

Browse files
authored
Update Readme.txt
1 parent 77c325f commit 71cddd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/Readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The _Preload scene must be at first in the Build Settings window. Go to File/Bui
88
In the _Preload scene we have a game object named Singleton, this object is the main game object in the whole game that won't destroy on scene changes.
99
You can add more singleton scripts by attaching them to this singleton game object.
1010

11-
Then you are can access the singleton scripts and objects in global.
11+
Then you can access the singleton scripts and objects in global.
1212

13-
Also you can run game in any scene you like in development, because the singleton objects will be instantiated at runtime if they aren't available.
13+
Also you can run the game in any scene you like in development, because the singleton objects will be instantiated at runtime if they aren't available.
1414
But make sure to run the production game from the _Preload scene to use the preconfigured settings and use the inspector.
1515

1616
Hope you enjoy it.
@@ -21,4 +21,4 @@ Resources:
2121
https://github.com/UnityCommunity
2222
https://github.com/BayatGames
2323

24-
Thanks.
24+
Thanks.

0 commit comments

Comments
 (0)