Skip to content

Commit c6bb54f

Browse files
committed
Change package name to Math Utils
1 parent 03bf2f6 commit c6bb54f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Math Functions
1+
# Math Utils
22

3-
The Math Functions package provides extensions and utilities for working with numbers in Unity projects including generating random chance values, processing inputs, and more.
3+
The Math Utils package provides extensions and utilities for working with numbers in Unity projects including generating random chance values, processing inputs, and more.
44

55
Import the package namespace in each class/script you want to use it. You may need to regenerate project files/assemblies first.
66

@@ -18,4 +18,4 @@ To load a package from a Git URL:
1818
2. Click the add (`+`) button in the status bar
1919
3. Select **Add package from git URL** from the add menu
2020
4. Enter the following Git URL in the text box and click Add:
21-
`https://github.com/zigurous/unity-math-functions.git`
21+
`https://github.com/zigurous/unity-math-utils.git`

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "com.zigurous.math",
33
"version": "1.0.3",
4-
"displayName": "Zigurous Math Functions",
5-
"description": "The Math Functions package provides extensions and utilities for working with numbers in Unity projects including generating random chance values, processing inputs, and more.",
4+
"displayName": "Zigurous Math Utils",
5+
"description": "The Math Utils package provides extensions and utilities for working with numbers in Unity projects including generating random chance values, processing inputs, and more.",
66
"unity": "2019.4",
77
"keywords": [
88
"math",
99
"utilities",
1010
"extensions",
1111
"scripts"
1212
],
13-
"repository": "https://github.com/zigurous/unity-math-functions",
13+
"repository": "https://github.com/zigurous/unity-math-utils",
1414
"publishConfig": {
1515
"registry": "https://npm.pkg.github.com/@zigurous"
1616
},

0 commit comments

Comments
 (0)