Skip to content

Instantly share code, notes, and snippets.

@Youngchangoon
Created September 5, 2019 05:58
Show Gist options
  • Save Youngchangoon/f38e7abd7e9e1218206ce30989ea6f7a to your computer and use it in GitHub Desktop.
Save Youngchangoon/f38e7abd7e9e1218206ce30989ea6f7a to your computer and use it in GitHub Desktop.
When you want to play particle at specific time..!
ps.Simulate(4f, true, true);
ps.Pause();
ps.time = 4f;
ps.Play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment