Skip to content

Commit fd9ffcc

Browse files
authoredMay 8, 2024
Merge pull request #12 from Joknaa/main
Fixed some typos in Readme :)
2 parents 77c325f + 71cddd3 commit fd9ffcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Assets/Readme.txt

+3-3
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)
Failed to load comments.