miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add steps sound to Player

miskatonicstudio opened this issue · comments

This functionality is very common in first-person exploration games, it would be nice if it was supported out-of-the-box in GOAT. The most important part is to provide an AudioStreamPlayer3D node with some logic as to when the sound should be paused, it is safe to assume that a proper step loop will be configured by the developers later (depending on the game).

It doesn't seem like a reusable feature at the moment.