Unity Common
Unity Common provides a collection of reusable utilities and common functionality to streamline Unity game development. It offers core components and helper functions that reduce boilerplate code, enabling developers to focus on game logic rather than foundational infrastructure. Installable via npm registry, git, or direct download for broad compatibility across Unity versions.
com.litefeel.unitycommon 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unitycommon.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Common** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unitycommon.git
```
[](https://www.pkglnk.dev/pkg/unitycommon)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 codefrom Releases - Extract the package into your Unity project
Support
- Create issues by issues page
- Send email to me: litefeel@gmail.com
No comments yet. Be the first!