Skip to content

This is a package that contains shared functionalities that are used by the other QuickEditor packages.

Notifications You must be signed in to change notification settings

henry-yuxi/QuickEditor.Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickEditor.Common

This is a package that contains shared functionalities that are used by the other QuickEditor packages.

How to install?

UPM Install via manifest.json

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",
  }
}

Unity 2019.3 Git URL

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.

Unity UPM Git Extension (For 2019.2 and older version)

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包是最终版本。

Package URL's

Version Link
0.1.1 https://github.com/henry-yuxi/QuickEditor.Common.git#0.1.1

See Also

GitHub Page : https://github.com/henry-yuxi/QuickEditor.Common

Issue tracker : https://github.com/henry-yuxi/QuickEditor.Common/issues

About

This is a package that contains shared functionalities that are used by the other QuickEditor packages.

Resources

Stars

Watchers

Forks

Packages

No packages published