Sounds
How to play sounds for Inventool.
Sounds can be handled entirely with Events. The example below teaches you how you can play your own audio clips when an Inventool button is clicked.
Note that Inventool's UI was created with the UI Toolkit, so the Button
class is from the UnityEngine.UIElements
namespace and not the UnityEngine.UI
namespace.
Last updated