Skip to content

Commit e57e077

Browse files
committed
Add namespace import instructions
1 parent 6201642 commit e57e077

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ The Tweening package provides a system for tweening object properties in Unity.
44

55
The system is lightweight, optimized, type-safe, and memory efficient. Hundreds of pre-defined tweening functions can be called on many common Unity objects, or you can animate anything using generic tweening functions. Tweens can be controlled with many different control methods and various callback functions.
66

7-
Import `Zigurous.Tweening` in your code to access everything the system offers.
7+
Import the package namespace in each class/script you want to use it. You may need to regenerate project files/assemblies first.
8+
9+
```csharp
10+
using Zigurous.Tweening;
11+
```
812

913
## Installation
1014

0 commit comments

Comments
 (0)