Optimizing Moving Particles Towards Destination Point

You have 2 options to do it more efficiently than Update in a script:

  1. The particle system force field component in 2018.3 (attach to the External Forces module)
  2. The C# job system, in 2019.1 (leave feedback here: https://discussions.unity.com/t/700088 )