Skip to content

Commit

Permalink
Fixed the particle script
Browse files Browse the repository at this point in the history
Signed-off-by: Voyage <voyage@miouyouyou.fr>
  • Loading branch information
vr-voyage committed Sep 10, 2024
1 parent 9a612b4 commit c98bf52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Editor/ParticleSystem/SetupObjectParticles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public enum ParameterIndex
public SetupObjectParticles(GameObject go, string variableName)
: base(go, variableName)
{
additionalHierarchy = new GameObject();
additionalHierarchy.name = "V-WLAS-ParticleSystem-" + fixedObject.name;
parameters = new AnimatorControllerParameter[(int)ParameterIndex.COUNT];
clips = new AnimationClip[(int)ClipIndex.COUNT];
Expand Down

0 comments on commit c98bf52

Please sign in to comment.