docs: update readme
parent
ee780c4996
commit
2b5166dcd9
56
README.md
56
README.md
|
@ -218,46 +218,46 @@ uiParticle.Stop();
|
|||
|
||||
- **Baking mesh approach (=UIParticle)**
|
||||

|
||||
- :+1: Rendered as is.
|
||||
- :+1: Maskable.
|
||||
- :+1: Sortable.
|
||||
- :+1: Less objects.
|
||||
- ✅ Rendered as is.
|
||||
- ✅ Maskable.
|
||||
- ✅ Sortable.
|
||||
- ✅ Less objects.
|
||||
|
||||
- **Do nothing (=Plain ParticleSystem)**
|
||||

|
||||
- :+1: Rendered as is.
|
||||
- :-1: Looks like a glitch.
|
||||
- :-1: Not maskable.
|
||||
- :-1: Not sortable.
|
||||
- ✅ Rendered as is.
|
||||
- ❌ Looks like a glitch.
|
||||
- ❌ Not maskable.
|
||||
- ❌ Not sortable.
|
||||
|
||||
- **Convert particle to UIVertex (=[UIParticleSystem][UIParticleSystem])**
|
||||

|
||||
- :+1: Maskable.
|
||||
- :+1: Sortable.
|
||||
- :-1: Adjustment is difficult.
|
||||
- :-1: Requires UI shaders.
|
||||
- :-1: Difficult to adjust scale.
|
||||
- :-1: Force hierarchy scalling.
|
||||
- :-1: Simulation results are incorrect.
|
||||
- :-1: Trail, rotation of transform, time scaling are not supported.
|
||||
- :-1: Generate heavy GC every frame.
|
||||
- ✅ Maskable.
|
||||
- ✅ Sortable.
|
||||
- ❌ Adjustment is difficult.
|
||||
- ❌ Requires UI shaders.
|
||||
- ❌ Difficult to adjust scale.
|
||||
- ❌ Force hierarchy scalling.
|
||||
- ❌ Simulation results are incorrect.
|
||||
- ❌ Trail, rotation of transform, time scaling are not supported.
|
||||
- ❌ Generate heavy GC every frame.
|
||||
|
||||
- **Use Canvas to sort (Sorting By Canvas )**
|
||||

|
||||
- :+1: Rendered as is.
|
||||
- :+1: Sortable.
|
||||
- :-1: You must to manage sorting orders.
|
||||
- :-1: Not maskable.
|
||||
- :-1: More batches.
|
||||
- :-1: Requires Canvas.
|
||||
- ✅ Rendered as is.
|
||||
- ✅ Sortable.
|
||||
- ❌ You must to manage sorting orders.
|
||||
- ❌ Not maskable.
|
||||
- ❌ More batches.
|
||||
- ❌ Requires Canvas.
|
||||
|
||||
- **Use RenderTexture**
|
||||

|
||||
- :+1: Maskable.
|
||||
- :+1: Sortable.
|
||||
- :-1: Requires Camera and RenderTexture.
|
||||
- :-1: Difficult to adjust position and size.
|
||||
- :-1: Quality depends on the RenderTexture's setting.
|
||||
- ✅ Maskable.
|
||||
- ✅ Sortable.
|
||||
- ❌ Requires Camera and RenderTexture.
|
||||
- ❌ Difficult to adjust position and size.
|
||||
- ❌ Quality depends on the RenderTexture's setting.
|
||||
|
||||
[UIParticleSystem]: https://forum.unity.com/threads/free-script-particle-systems-in-ui-screen-space-overlay.406862/
|
||||
|
||||
|
|
Loading…
Reference in New Issue