File tree Expand file tree Collapse file tree 1 file changed +42
-2
lines changed
Expand file tree Collapse file tree 1 file changed +42
-2
lines changed Original file line number Diff line number Diff line change 1- # utility
2- Utility package containing Animator, Vector, List etc. extensions to help developers.
1+ # Utility
2+
3+ Utility package containing Animator, Vector, List etc. extensions to help developers
4+
5+ ## Features
6+
7+ - Utils static class contains many handy functions and class extentions
8+
9+ ## Installation
10+
11+ There are thre ways to use it
12+
13+ ### Unitypackage
14+ Go to the releases section and download the .unitypackage file
15+
16+ ### PackageManager
17+ ##### Scoped Registry
18+ TO add Joyixir scope to NPM scopedregistry, add the following to manifest.json
19+ ``` json
20+ {
21+ "scopedRegistries" : [
22+ {
23+ "name" : " npmjs" ,
24+ "url" : " https://registry.npmjs.org/" ,
25+ "scopes" : [
26+ " com.joyixir"
27+ ]
28+ }
29+ ]
30+ }
31+ ```
32+
33+ ##### Install the package
34+ Open Window/PackageManager and head to My Registries. Install your desired version of Joyixir/Utility
35+
36+ ### Clone the repo
37+ You can just clone the repo and do whatever you like with it. Even to make it better.
38+
39+
40+ ## License
41+
42+ MIT
You can’t perform that action at this time.
0 commit comments