fmod added & sound working

This commit is contained in:
2024-04-04 16:06:03 +01:00
parent 37674424a6
commit 58f4c1b88f
430 changed files with 40955 additions and 50 deletions

21
.gitignore vendored
View File

@@ -78,7 +78,8 @@ crashlytics-build.properties
.LSOverride
# Icon must end with two \r
Icon
Icon
# Thumbnails
._*
@@ -98,3 +99,21 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
# Never ignore DLLs in the FMOD subfolder.
!/[Aa]ssets/Plugins/FMOD/**/lib/*
# Don't ignore images and gizmos used by FMOD in the Unity Editor.
!/[Aa]ssets/Gizmos/FMOD/*
!/[Aa]ssets/Editor Default Resources/FMOD/*
# Ignore the Cache folder since it is updated locally.
/[Aa]ssets/Plugins/FMOD/Cache/*
# Ignore bank files in the StreamingAssets folder.
/[Aa]ssets/StreamingAssets/**/*.bank
/[Aa]ssets/StreamingAssets/**/*.bank.meta
# If the source bank files are kept outside of the StreamingAssets folder then these can be ignored.
# Log files can be ignored.
fmod_editor.log