/UniGame.Routines

Routines for Unity3D

Primary LanguageC#OtherNOASSERTION

UniGame.Routines

Routines for Unity3D

Getting Started

Add to your project manifiest by path [%UnityProject%]/Packages/manifiest.json new Scope:

{
  "scopedRegistries": [
   {
      "name": "UniGame",
      "url": "http://packages.unigame.pro:4873/",
      "scopes": [
        "com.unigame"
      ]
    }
  ],
}