Skip to content

Instantly share code, notes, and snippets.

@liveasnotes
Last active November 26, 2022 06:57
Show Gist options
  • Select an option

  • Save liveasnotes/89bccf03398d29f7147ed3a2475b7bd9 to your computer and use it in GitHub Desktop.

Select an option

Save liveasnotes/89bccf03398d29f7147ed3a2475b7bd9 to your computer and use it in GitHub Desktop.
// line 31
ParticleSystem.MainModule p = particles.main;
p.startSizeMultiplier *= scale;
p.startSpeedMultiplier *= scale;
p.gravityModifierMultiplier *= scale;
// particles.startSize *= scale;
// particles.startSpeed *= scale;
// particles.gravityModifier *= scale;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment