PuddleduckProductions / MysticForestParkRanger

https://puddleduckproductions.github.io/MysticForestParkRanger/
1 stars 0 forks source link

FMOD footsteps using AudioManager and FMODEventList scripts #131

Closed Irkedibis closed 4 months ago

Irkedibis commented 4 months ago

Created an AudioManager and FMODEventList scripts, implemented basic footsteps

AudioManager is meant to hold all relevant methods that handle FMOD events (removing the use of FMODUnity and/or FMOD.Studio script assemblies in individual scripts... mostly...) FMODEventList is a hub to hold all addresses for our scripted FMOD events, this is to avoid hard-coding the event address in each individual script, and instead code references to this script

ambiguousname commented 4 months ago

Merging under #136