unity and native osx bundles and frameworks build from the same project now
This commit is contained in:
8
integrations/Unity3D/Assets/MyZeroTier.cs
Normal file
8
integrations/Unity3D/Assets/MyZeroTier.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
public class MyZeroTier : MonoBehaviour {
|
||||
void Start() {
|
||||
Application.OpenURL("https://my.zerotier.com");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user