This is a package that contains shared functionalities that are used by the other QuickEditor packages.
In Packages folder, you will see a file named manifest.json.
using this package add lines into ./Packages/manifest.json like next sample:
{
"dependencies": {
"com.sourcemuch.quickeditor.common": "https://github.com/henry-yuxi/QuickEditor.Common.git#0.1.0",
}
}
In Unity 2019.3 or greater, Package Manager is include the new feature that able to install the package via Git.
Open the package manager window (menu: Window > Package Manager), select "Add package from git URL...", fill in this in the pop-up textbox: https://github.com/henry-yuxi/QuickEditor.Common.git#0.1.1.
If you doesn't have this package before, please redirect to this git https://github.com/mob-sakai/UpmGitExtension then follow the instruction in README.md to install the UPM Git Extension to your Unity.
If you already installed. Open the Package Manager UI, you will see the git icon around the bottom left connor, Open it then follow the instruction using this git URL to perform package install.
请确保使用的UPM包是最终版本。
Version | Link |
---|---|
0.1.1 | https://github.com/henry-yuxi/QuickEditor.Common.git#0.1.1 |
GitHub Page : https://github.com/henry-yuxi/QuickEditor.Common
Issue tracker : https://github.com/henry-yuxi/QuickEditor.Common/issues