Skip to content

bluecadet/unity-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing a Package

To install a package from this repository, add the following git URL to your Unity project's Package Manager:

git@github.com:bluecadet/unity-packages.git?path=Packages/[PACKAGE_NAME]#[RELEASE_TAG]

Replace [PACKAGE_NAME] with the desired package folder name (e.g., com.bluecadet.spring) and [RELEASE_TAG] with the appropriate version tag (e.g., spring/v1.2.3).

Publishing Changes

  1. Update the version number in the package.json file of the package you are modifying. Follow Semantic Versioning guidelines.

  2. Commit your changes with a descriptive message.

  3. Create a new tag for the version you are publishing. Use the format package-name/vX.Y.Z, where X.Y.Z is the version number. Exclude com.bluecadet. from the package name in the tag. For example, for com.bluecadet.spring version 1.2.3, the tag should be spring/v1.2.3.

    git tag -a spring/v1.2.3
  4. Push the commit and the tag to the remote repository:

    git push --tags

About

Monorepo for unity packages

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors