com.litefeel.unitycommon
v0.0.3
Published
Unity common
Downloads
24
Readme
Unity Common
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+)
- Download
Source code
from Releases - Extract the package into your Unity project
Support
- Create issues by issues page
- Send email to me: [email protected]