This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2025 MIT License, Josie Thompson | |
using FMOD.Studio; | |
using FMODUnity; | |
using UnityEngine; | |
namespace Pi.FMODTools | |
{ | |
[CreateAssetMenu(menuName="Pi Toolset/FMOD Tools/Audio Bus")] | |
public class AudioBus : ScriptableObject |