Simple Interactive Nature

$4
Publisher The Glowing Pond
File size 1.32MB
Number of files 30
Latest version 1
Latest release date 2025-04-10 03:07:12
First release date 2025-04-10 03:07:12
Supported Unity versions 2018.4.2 or higher

Welcome to the "Simple Interactive Nature" asset!

As the title states, this is a simple, direct way to have nature assets such as grass, bushes, or plants become interactable with your player.


The "Collision Animation Controller" script allows you to make interactable any object that has an idle animation. It works by momentarily speeding up the idle animation, making it look like nature is rustling when the player passes through. Idle animations return to being synced to their original idle animation state after interacting with the player.


This simple, low-demand system can easily be implemented with your existing assets, without the need to create new animations!



This was created for top-down 3D games with a paper-mario visual style, but can easily be adapted to any 3D project.

The sample scene includes 2D nature assets (grass, flowers, bushes) that are interactable in a 3D world.

The package also includes a simple Player Movement script and Camera Controller script that you can work from (optional).