Added remark about unsafe code in unity3d docs

This commit is contained in:
Joseph Henry
2016-08-25 17:47:22 -07:00
parent 2d0268482f
commit 61a2c3c5da
3 changed files with 2 additions and 16 deletions

View File

@@ -34,6 +34,7 @@ Our implementation currently intends to be the bare minimum required to get your
**Step 3: Include wrapper class source**
- Drag `ZeroTierNetworkInterface.cs` into your `Assets` folder.
- Add a file `Assets/smcs.rsp` containing the flag `-unsafe`. This is needed to execute the native library.
**Step 4: Create and use a `ZeroTierNetworkInterface` object**
- See examples below for how to use it!