mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +00:00
24e0e8697d8789c5a29259cc34448bffd6c303ad
# [4.8.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.7.2...v4.8.0) (2024-06-27) ### Bug Fixes * generated baking-camera object remains in the prefab or scene (again) ([de35cba](de35cba34c)) * SetParticleSystemInstance/Prefab APIs destroy generated objects ([ae3f3a8](ae3f3a8e62)) ### Features * add 'custom view' option. ([a703c29](a703c2921c)) * remove overlay window (editor) ([8358170](835817049f)) * restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` (again) ([88a970d](88a970d93a)) * the rendering order list in inspector is now more compact ([be90172](be901724e0))
🛠 Package Development
NOTE: This branch is for development purposes only.
Develop the Package with the develop Branch
-
Fork the repository.
-
Clone the repository.
-
Checkout
developbranch. -
Develop the package.
-
Test the package with the test runner (
Window > Generals > Test Runner). -
Commit with a message based on Angular Commit Message Conventions as follows:
fix:fix a bugfeat:new featuredocs:changes only in documentationstyle:changes only in formatting, white-space, etcrefactor:changes only in code structure (extract method, rename variable, move method, etc)perf:changes only in code performancetest:add or update testschore:changes to the build process or auxiliary tools and libraries such as documentation generation
-
Create a pull request on GitHub. Fill out the description, link any related issues and submit your pull request.
For details, refer to CONTRIBUTING and CODE_OF_CONDUCT.
How to Release This Package
When you push to the preview, release, or v4.x branch, this package is automatically released by GitHub Action.
Semantic Release is used for automatic release.
- Update the version in
package.json. - Update
CHANGELOG.md. - Commit documents and push.
- Update and tag the UPM branch.
- Release on GitHub.
Publish npm registry
Alternatively, you can release it manually with the following command:
$ cd Packages/src
$ npm run release -- --no-ci
Languages
C#
98.2%
ShaderLab
1.8%