Skip to content

Moralis / Unity3D Asset Package v1.0.2

Compare
Choose a tag to compare
@xactant xactant released this 02 Jan 03:15
· 167 commits to main since this release
782560a

Create a namespace divided duplicate of the SDK modified to operate in WebGL.

  • Use UniTask as a replacement for System.Threading.Tasks.
  • Re-write of most async methods to not use thread pools and to use UniTask tasks.
  • Creation of WebSocket replacement based on UnityEngine.Networking.
  • Creation of WebClient replacement based on UnityEngine,Networking andf UnityWebRequest.

Please see WebGL in the main Moralis / Unity3D ReadMe file for important instructions for integrating Moralis with WebGL Unity3D applications.