Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhosseinjoyixir committed Aug 30, 2021
1 parent e207ed0 commit 7ab5c7a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ Open Window/PackageManager and head to My Registries. Install your desired versi
You can just clone the repo and do whatever you like with it. Even to make it better.


# Use
### Utils
Just look around to see if there's any useful extensions for you. There are extensions for AnimationCurve, Vector3, List, Animator, IEnumerable<Color>, Collider Bounds, KeyFrame

There are also some handy functions that you can use(Normalizers, etc).
### TimeScaler
Attach TimeScaler to a GameObject
Do
```csharp
TimeScaler.ScaleUnityTime(float: slowDownFactor);
```
To undo any scale factor, do:
```csharp
TimeScaler.SetUnityTimeScalesToNormal();
```
## License

MIT

0 comments on commit 7ab5c7a

Please sign in to comment.