[RELEASED] Particle Scaler Tool

[Asset Store]

“Particle Scaler Tool” is an editor extension that adds one often used function for any type of your project.

Features:

  • Scale multiple Particle System
  • Scale Hierarchy positions [option]
  • Can create renamed clones [option]
  • Separate Scale Game Objects and Particle Systems [option]

[Asset Store]
Twitter: @DAzBjax

1 Like

Update 1.4 :

Now you can load childrens in hierarchy!

[Asset Store]

Tks for this handy tool ! This just save me a lot of time !

Hi!
It is a great tool and helpful!
but, at Unity5.6.2 when click scale btn show error:

type is not a supported float value
UnityEditor.SerializedProperty:get_floatValue()
DAX_ParticleScaler:ScaleShurikenSystem(GameObject, Single) (at Assets/DAX/Editor Extensions/Particle Scaler Tool/DAX_ParticleScaler.cs:384)
DAX_ParticleScaler:StartScale(GameObject) (at Assets/DAX/Editor Extensions/Particle Scaler Tool/DAX_ParticleScaler.cs:338)
DAX_ParticleScaler:OnGUI() (at Assets/DAX/Editor Extensions/Particle Scaler Tool/DAX_ParticleScaler.cs:280)
UnityEditor.DockArea:OnGUI()

CurSerializedOBJ.FindProperty(“ShapeModule.radius”).floatValue *= scaleFactor;

Hope fix it soon

Thank you!