Skip to content

Commit

Permalink
Wwise fix + gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JustKovalchuk committed Apr 21, 2023
1 parent 8b80e3f commit 94f575d
Show file tree
Hide file tree
Showing 961 changed files with 83,753 additions and 3 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,41 @@ sysinfo.txt
*.unitypackage
*.app

## ---------------- ##
## WWise stuff ##
## ---------------- ##

# project stuff
WWiseProject/.cache/
WWiseProject/*.prof
WwiseProject/*_WwiseProject.*.validationcache
WwiseProject/*_WwiseProject.*.wsettings
WwiseProject/**/*.akd

# build stuff (unsure?)
# Assets/Wwise/Deployment/Plugins/Windows/**/*.meta

# WWise Picker (editor)
# from https://www.audiokinetic.com/library/edge/?source=Unity&id=unity__troubleshooting.html
# >> Do not keep AkWwiseProjectData.asset under version control!
# >> This is a temporary cache file for the Wwise project data,
# >> so as to avoid having the Wwise Picker continuously parse the Work Unit files.
Assets/Wwise/Editor/ProjectData/AkWwiseProjectData.asset*

# notes:
# 1) if any other files go in Assets/Wwise/Editor/ProjectData/ besides AkWwiseProjectData.asset*,
# then don't ignore Assets/Wwise/Editor/ProjectData.meta. If AkWwiseProjectData.asset is the only item in there,
# then, it's OK to ignore this file.
#
# Assets/Wwise/Editor/ProjectData.meta

## --------------- ##
## End WWise Stuff ##
## --------------- ##

# temp install files
WwiseUnityIntegration_*_Src.zip

# Crashlytics generated file
crashlytics-build.properties

Expand Down
Loading

0 comments on commit 94f575d

Please sign in to comment.