Randomized Object Placement (Unity C#)
A simple Unity Editor script that places prefabs randomly scattered within a box collider. Very useful to place vegetation, grass, rubble or other objects in your scene if you don’t want to do this by hand!
Kick-able Object (Unity c#)
A simple script you can use to make objects be “kicked” by your Player Character in Unity, with settings to adjust the behavior.