https://github.com/litefeel/unitycommon
https://github.com/litefeel/unitycommon
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/litefeel/unitycommon
- Owner: litefeel
- License: mit
- Created: 2020-11-12T02:48:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T14:50:37.000Z (almost 5 years ago)
- Last Synced: 2025-07-26T01:38:40.748Z (5 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Common
[](https://github.com/litefeel/UnityCommon/actions)
[](https://github.com/litefeel/UnityCommon/releases)
[](https://github.com/litefeel/UnityCommon/blob/main/LICENSE.md)
[](https://paypal.me/litefeel)
[UnityCommon](https://github.com/litefeel/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:
``` js
{
{
"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:
``` js
{
"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](https://github.com/litefeel/UnityCommon/releases)
2. Extract the package into your Unity project
## Support
- Create issues by [issues][issues] page
- Send email to me:
[issues]: https://github.com/litefeel/UnityCommon/issues