From bb48a8d0a10d917ad51850ff7f7bbede58932259 Mon Sep 17 00:00:00 2001 From: David Huss <dh@widerstandzwecklos.at> Date: Fri, 4 Dec 2020 09:51:15 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c76ddb9..ea270fe 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ Allows dynamic playback, resuming and triggering of sounds with Trigger Volumes. -## Although the Script works, the Project-File is just a draft! \ No newline at end of file +## Although the Script works, the Project-File is just a draft! + +just + +1. Add the Script `Data.cs` to an empty object in your scene that is called `Data` +2. Add the Script `SoundManager.cs` onto any Trigger Volume +3. Add a Sound Clip to the (automatically added) Audio Source \ No newline at end of file -- GitLab