Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: playmakertester on August 11, 2020, 04:32:12 PM
-
Hi,
Does anyone know how to show "trajectory prediction" on unity by Playmaker?
Like this
https://www.youtube.com/watch?time_continue=113&v=W1OYclt8yT4&feature=emb_title
I've looked at some of Playmaker's past articles, but no good solutions have been found.
If anyone knows more about this, please let me know!
-
I did some research and read an article about using the Line renderer to draw more stylish trajectory prediction lines.
If anyone has tried these with Playmaker, I'd appreciate advice!
-
try:
https://assetstore.unity.com/packages/tools/physics/trajectory-predictor-55752
or
https://assetstore.unity.com/packages/tools/physics/pull-release-force-3d-143662
-
After doing some reading, I learned that the Line renderer may be used to create more aesthetically pleasing lines for predicting trajectories.