updated zt llapi readme

This commit is contained in:
Joseph Henry
2016-06-17 16:20:16 -07:00
parent 50dedfdbab
commit 98cbd5d7d3
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
ZeroTier Unity LLAPI
====
We've tried to replicate the behavior of the Unity3D LLAPI to make using ZeroTier as easy as possible. Everything is handled via a `ZeroTierNetworkInterface` object. You can use it as follows:
We've tried to replicate the behavior of the Unity3D LLAPI to make using ZeroTier as easy as possible. All you need to do is add the `ZeroTierSDK_Unity3D_YOUR-PLATFORM` library in the `assets/plugins` folder of your project and start using the `ZeroTierNetworkInterface`:
## Creating a host and receiving data
@@ -35,6 +35,7 @@ public class MyObject
## Connecting to a server and sending a message
```
public class MyObject
{
private ZeroTierNetworkInterface zt;