I created a particle effect with parabolic movement just like the arrow projectile, is there any way to predict the particles start speed so that I can control which position they will fall on to ?
Asked
Active
Viewed 928 times
1
-
Missing code snippets, examples and/or not reproducible. – DevJ3rry Aug 12 '21 at 10:58
1 Answers
0
Yes
In the Inspector of your particle system there should be a parameter for the start speed named "Start Speed". It is public and you can even reference it through script.

maxidevstuff
- 56
- 3