feat: added fmod
This commit is contained in:
parent
c803300dce
commit
3471c31c32
416 changed files with 39455 additions and 171 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -148,3 +148,21 @@ fabric.properties
|
|||
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue