Skip to content

Commit 73c0c21

Browse files
authored
Update README.md
1 parent 4c81dbd commit 73c0c21

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Extension Library for [`Unity.Mathematics`](https://github.com/Unity-Technologie
44
Package name : `com.ltmx.unitymathematicsextensions`
55

66
<a href="https://ko-fi.com/I2I0IMQA9">
7-
<img align="left" src="https://raw.githubusercontent.com/LTMX/Banners-And-Buttons/main/Support%20Me%20Kofi%20Banner%20Shader%20Graph%20Mastery.png" width="200px"/>
7+
<img align="left" src="https://raw.githubusercontent.com/LTMX/Banners-And-Buttons/main/Support%20Me%20Kofi%20Banner%20Shader%20Graph%20Mastery.png" width="160px"/>
88
</a><br><br>
99

1010

@@ -19,23 +19,18 @@ Package name : `com.ltmx.unitymathematicsextensions`
1919
> return f.length().clamp(0, 10).cos().sqr();
2020
> ```
2121
22-
<br>
2322
2423
## Install
2524
#### Method 1 : <br>
26-
Git Package URL :
27-
> ```
28-
> https://github.com/LTMX/Unity.Mathematics-Extensions.git
29-
> ```
30-
Unity : `Window > Package Manager > Add Package From Git URL`
31-
<br>
25+
1. Copy Git Package URL : `https://github.com/LTMX/Unity.Mathematics-Extensions.git`
26+
2. In Unity : `Window > Package Manager > Add Package From Git URL`
27+
3228
#### Method 2 : <br>
33-
1. Download the package in *releases*
29+
1. Download the package in *releases*,
3430
2. Unzip the file
3531
3. Unity : `Window > Package Manager > Add Package From Disk`
3632
4. Select the `.json` file inside the unzipped package
3733
38-
<br>
3934
4035
## Roadmap
4136
- [x] Add Fast Functions

0 commit comments

Comments
 (0)