Skip to content

Commit 03bf2f6

Browse files
committed
Add namespace import instructions
1 parent 20ab3be commit 03bf2f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
Import the package namespace in each class/script you want to use it. You may need to regenerate project files/assemblies first.
6+
7+
```csharp
8+
using Zigurous.Math;
9+
```
10+
511
## Installation
612

713
The Unity Package Manager can load a package from a Git repository on a remote server.

0 commit comments

Comments
 (0)