Skip to content

Commit d0ea1e3

Browse files
committed
Add namespace import instructions
1 parent 03d77b4 commit d0ea1e3

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 Debug Tools package contains assets and scripts for debugging Unity projects. Included in the package are scripts for enhanced console logging, comparing performance, displaying framerate, 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.DebugTools;
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)