Skip to content

Commit 4304862

Browse files
committed
Add namespace import instructions
1 parent 8997062 commit 4304862

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 Animation Library package contains assets and scripts for animating Unity objects. Included animation scripts are Blink, Move, Orbit, Rotate, Scale, SmoothFollow, SmoothLookAt, and more. The package also contains several animation data structures and humanoid avatar masks.
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.Animation;
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)