A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Hey Lanre, Your plugin is amazing. Great work! I'm having an issue that I'm hoping you can help with, Importing the plugin into an empty...
I fixed it by creating a texture2d with same attributes and passing it into CreateExternalTexture as a native pointer Texture2D tex = new...
I recently updated to Unity 2017 and now the following line is failing: SurfaceTexture = Texture2D.CreateExternalTexture(DEFAULT_SURFACE_WIDTH,...
@techmage Snippet is from: https://docs.google.com/document/d/13zXykcNGMKl7gL0zbh3RSx4lT11qBnOV0JrKAKVxhJk/edit# [UnityTest] public IEnumerator...
@BestHTTP Our app sometimes experiences connection timeout errors on requests. I know the general strategy is to increase ConnectTimeout but was...