From 8b5f7ff57e724b92d9215af9a4bb6fea1f7be129 Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:37:38 +0900 Subject: [PATCH] doc: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb1a63..8e049ec 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ _This package requires **Unity 2018.3 or later**._ `UIParticle` controls the ParticleSystems that are attached to its own game objects and child game objects. -![](https://github.com/mob-sakai/ParticleEffectForUGUI/assets/12690315/1cf5753b-33fc-4cef-91c3-413c515a954f) +![](https://github.com/user-attachments/assets/bc9eb783-afce-4102-ac61-aee9ea8d6f2f) - **Maskable**: Does this graphic allow maskable. - **Scale**: Scale the rendering particles. When the `3D` toggle is enabled, 3D scale (x, y, z) is supported. @@ -180,6 +180,7 @@ _This package requires **Unity 2018.3 or later**._ - **UIParticle:** UIParticle.scale will be adjusted. - **Use Custom View:** Use this if the particles are not displayed correctly due to min/max particle size. - **Custom view size:** Change the bake view size. +- **Time Scale Multiplier:** Time scale multiplier. - **Rendering Order**: The ParticleSystem list to be rendered. You can change the order and the materials. **NOTE:** Press the `Refresh` button to reconstruct the rendering order based on children ParticleSystem's sorting order @@ -210,7 +211,7 @@ and z-position. If you want to mask particles, set a stencil-supported shader (such as `UI/UIAdditive`) to the material for ParticleSystem. If you use some custom shaders, see -the [How to Make a Custom Shader to Support Mask/RectMask2D Component](#how-to-make-a-custom-shader-to-support-maskrectmask2d-component) +the [How to Make a Custom Shader to Support Mask/RectMask2D Component](#how-to-make-a-custom-shader-to-support-mask-and-rectmask2d-component) section. ![](https://user-images.githubusercontent.com/12690315/95017591-3b512700-0695-11eb-864e-04166ea1809a.png)