Skip to content

Commit 9564e38

Browse files
authored
feat: add FMOD integration (#11)
1 parent abb543b commit 9564e38

File tree

449 files changed

+40579
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+40579
-62
lines changed

.fmod/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.cache/
2+
.user/
3+
.unsaved/
4+
Build/

.fmod/Assets/UI/click.ogg

4.87 KB
Binary file not shown.

.fmod/Assets/UI/pause.ogg

4.73 KB
Binary file not shown.

.fmod/Assets/UI/rollover.ogg

4.59 KB
Binary file not shown.

.fmod/Foundations.fspro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects serializationModel="Studio.02.02.00" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects serializationModel="Studio.02.02.00">
3+
<object class="MasterAssetFolder" id="{6ab7ca78-a7cc-4484-8759-72c2162791e9}" />
4+
</objects>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects serializationModel="Studio.02.02.00">
3+
<object class="EncodableAsset" id="{71f2cc45-7b23-44bf-bd24-e69a3158f55b}">
4+
<property name="assetPath">
5+
<value>UI/</value>
6+
</property>
7+
<relationship name="masterAssetFolder">
8+
<destination>{6ab7ca78-a7cc-4484-8759-72c2162791e9}</destination>
9+
</relationship>
10+
</object>
11+
</objects>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects serializationModel="Studio.02.02.00">
3+
<object class="AudioFile" id="{4feb7219-17e4-4016-8479-8a061d7c6635}">
4+
<property name="assetPath">
5+
<value>UI/pause.ogg</value>
6+
</property>
7+
<property name="frequencyInKHz">
8+
<value>44.0999985</value>
9+
</property>
10+
<property name="channelCount">
11+
<value>1</value>
12+
</property>
13+
<property name="length">
14+
<value>0.12283446712018141</value>
15+
</property>
16+
<relationship name="masterAssetFolder">
17+
<destination>{6ab7ca78-a7cc-4484-8759-72c2162791e9}</destination>
18+
</relationship>
19+
</object>
20+
</objects>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects serializationModel="Studio.02.02.00">
3+
<object class="AudioFile" id="{92b4da6d-485a-4ad9-9d8c-78d9d75c7feb}">
4+
<property name="assetPath">
5+
<value>UI/click.ogg</value>
6+
</property>
7+
<property name="frequencyInKHz">
8+
<value>44.0999985</value>
9+
</property>
10+
<property name="channelCount">
11+
<value>2</value>
12+
</property>
13+
<property name="length">
14+
<value>0.093832199546485265</value>
15+
</property>
16+
<relationship name="masterAssetFolder">
17+
<destination>{6ab7ca78-a7cc-4484-8759-72c2162791e9}</destination>
18+
</relationship>
19+
</object>
20+
</objects>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects serializationModel="Studio.02.02.00">
3+
<object class="AudioFile" id="{cd7c9df6-1305-4bf7-8e3f-4924c9b28f75}">
4+
<property name="assetPath">
5+
<value>UI/rollover.ogg</value>
6+
</property>
7+
<property name="frequencyInKHz">
8+
<value>44.0999985</value>
9+
</property>
10+
<property name="channelCount">
11+
<value>2</value>
12+
</property>
13+
<property name="length">
14+
<value>0.057324263038548755</value>
15+
</property>
16+
<relationship name="masterAssetFolder">
17+
<destination>{6ab7ca78-a7cc-4484-8759-72c2162791e9}</destination>
18+
</relationship>
19+
</object>
20+
</objects>

0 commit comments

Comments
 (0)