Skip to content

Commit 05048e8

Browse files
Merge branch 'release/1.0.0'
2 parents 4cf1579 + e6848d9 commit 05048e8

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
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

0 commit comments

Comments
 (0)