Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 669 Bytes

Piranha

A simple tool to make rigidbodies swarm a mesh in Unity.

Works on Mesh Filters and Skinned Mesh Renderers.

1

Setup

  1. Add the PiranhaTarget component to a game object with a Mesh Filter or Skinned Mesh Renderer.
  2. Drag any rigidbodies you want to swarm the target into the Piranhas list.
  3. Hit play!

Options

  • Increase Force to change how attracted the rigidbodies are to the target. 2
  • Change the Activation Mode to Distance to prevent rigidbodies from swarming the target unless they are within the Activation Distance. 3