Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bunny12rabbit committed Aug 31, 2020
1 parent 566e217 commit 25c13c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The game starts from AppStart scene. To add more comfort using Editor, i've crea
- Scene View (opens up the window with list of scenes, included into BuildSettings, to comfortable move between scenes).

Some of the used technics:
- CoroutineTicke (Persistent singleton to run coroutines on, in order to it keep running if source gameObject got disabled);
- CoroutineTicker (Persistent singleton to run coroutines on, in order to it keep running if source gameObject got disabled);
- DebugWrapper (Shows logs only with FULL_LOG define and allows to use colored text with predefined colors)
- Yielders (Static readonly Dictionary with time intervals, fixedUpdate, endOfFrame to use instead of every time calling new [YieldInstruction], drastically decrease GC allocations)
- Some StaticUtilities (Like ChangeColorBrightness, IsPointerOverUIObject, e.t.c);
Expand Down

0 comments on commit 25c13c0

Please sign in to comment.