mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-06-09 20:23:46 +00:00
18175c040e0a7de8a81344128b0b68f90fc8b2f9
## [4.12.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.12.1...v4.12.2) (2026-06-08) ### Bug Fixes * add `meshCleared` flag to optimize mesh clearing ([859fa20](859fa20d29)) * fix Unity6.5 compile errors and warnings ([a5ee687](a5ee687821)), closes [#400](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/400) * potential access to UIParticleRenderer that has already been destroyed ([b740dd6](b740dd662d)), closes [#403](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/403) * updated support for some changed menu paths ([f8ac986](f8ac9869f1)), closes [#397](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/397)
🛠 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.3%
ShaderLab
1.7%