UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
 
 
 
Go to file
mob-sakai 615ab0cdc7 VRTest 2020-06-09 14:39:29 +09:00
.github chore: add github sponsors 2020-06-04 13:44:15 +09:00
Assets VRTest 2020-06-09 14:39:29 +09:00
Packages VRTest 2020-06-09 14:39:29 +09:00
ProjectSettings VRTest 2020-06-09 14:39:29 +09:00
.gitignore docs: update documents 2020-05-01 01:04:35 +09:00
CODE_OF_CONDUCT.md docs: update docs 2020-06-04 14:04:13 +09:00
CONTRIBUTING.md docs: update docs 2020-06-04 14:04:13 +09:00
README.md docs: update docs 2020-06-04 14:04:13 +09:00
package-lock.json build: update release script 2020-06-04 13:41:52 +09:00
package.json build: update release script 2020-06-04 13:41:52 +09:00

README.md

(DEVELOP BRANCH)

NOTE: This branch is for development purposes only.
NOTE: To use a released package, see Releases page or default branch.




How to contribute this repository

See CONTRIBUTING.md and CODE_OF_CONDUCT.md.




How to develop

  1. Fork this repository.
  2. Clone the forked repository to local.
  3. Create your branch from develop branch.
  4. Develop the package.
  5. Commit with a message based on Conventional Commits.
  6. Fill out the description, link any related issues and submit your pull request.
    NOTE: Create a pull request to merge into develop branch

Committed messages in the most common cases

Case Commit message
Added a new feature feat: add new feature
Added a suggested feature #999 feat: add new feature
Close #999
Fixed a bug fix: a problem
Fixed a reported bug #999 fix: a problem
Close #999
Added features that include breaking changes feat: add new feature

BREAKING CHANGE: Details of the changes




How to release

NOTE: The contributor does not need to perform a release operation.

When you push to preview, master or v1.x branch, this package is automatically released by GitHub Action.
Internally, a npm tool semantic-release is used to release.

  • Update version in package.json
  • Update CHANGELOG.md
  • Commit documents and push
  • Update and tag upm branch
  • Release on GitHub
  • Publish npm registory

Alternatively, you can release it manually with the following command:

$ npm run release -- --no-ci