Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 471 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 471 Bytes

UniModules

UniGame Packages Compilation

Unity Package Installation

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

{
  "scopedRegistries": [
    {
      "name": "Unity",
      "url": "https://package.unity.com",
      "scopes": [
        "com.unity"
      ]
    },
    {
      "name": "UniGame",
      "url": "http://package.unigame.pro:4873/",
      "scopes": [
        "com.unigame"
      ]
    }
  ],
}