0.0.3 • Published 3 years ago

com.litefeel.unitycommon v0.0.3

Weekly downloads
113
License
MIT
Repository
github
Last release
3 years ago

Unity Common

Test npm.io npm.io Donate

UnityCommon unity common

Install

Using npm (Ease upgrade in Package Manager UI)Recommend

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  {
  "scopedRegistries": [
    {
      "name": "My Registry",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.litefeel"
      ]
    }
  ],
  "dependencies": {
    "com.litefeel.unitycommon": "0.0.3",
    ...
  }
}

Using git

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.litefeel.unitycommon": "https://github.com/litefeel/UnityCommon.git#0.0.3",
    ...
  }
}

Using .zip file (for Unity 5.0+)

  1. Download Source code from Releases
  2. Extract the package into your Unity project

Support

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago