Requires Unity 5.2.0 or higher.
Some simple physics manipulation scripts:
Simply drag these scripts onto a game object with a collider component attached and watch it do the rest.
Current Classes:
-Magnet (Attract Rigidbodies)
-Wind (Push Rigidbodies in a specified direction)
-Bounce Plate (Bounce Rigidbodies Upwards)
-Water (Allow Rigidbodies to float)
-Zero Gravity (Disable gravity when Rigidbodies enter zone)
Setup Notes:
Magnet:
----------
Required Components: None
Setup:
-Drag Script on to any Game Object
-Adjust Inner and Outer Radius to preference
-Adjust Magnet Force
-Enjoy the magnetic beauty
Bounce Plate:
-----------------
Required Components: Collider (All types supported)
Setup:
-Drag Script to any Game Object
-Adjust Bounce to preference
Wind:
-------
Required Components: Collider (All types supported)
Setup:
-Drag Script to any Game Object
-Adjust Lift to preference
-Rotate object to adjust direction
Zero Gravity:
----------------
Required Components: Collider (All types supported)
Setup:
-Drag Script to any Game Object
-That's it!
Water:
--------
Required Components: Box Collider (Will automatically remove any other colliders and add Box Collider)
Setup:
-Drag Script to any Game Object
-Adjust size to preference
-Adjust pressure to preference
-Adjust water drag to preference
-Enjoy
Thank you for your support! Much appreciate it!
Please get in touch if you require any assistance in using these utility scripts.