com.litefeel.unitycommon

0.0.3 • Public • Published

Unity Common

Test 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

Readme

Keywords

Package Sidebar

Install

npm i com.litefeel.unitycommon

Weekly Downloads

7

Version

0.0.3

License

MIT

Unpacked Size

34.1 kB

Total Files

59

Last publish

Collaborators

  • litefeel