Does anyone have a decent .gitignore file for a Wwise project within a Unity project?
There is some brief mention of gitignore and wwise in this question: https://forum.unity3d.com/threads/ignore-file.410072/#post-2673243 but that’s it as far as I can tell, and googling didn’t turn up much either.
3 Likes
aihodge
December 20, 2016, 6:04pm
2
I’d be interested in clarification on this as well. I currently have this in my .gitignore files for projects that use Wwise:
# Wwise
/pathToWwiseProject/Originals/SFX/*.akd
/pathToWwiseProject/.cache/
This ignores the analysis files that Wwise creates for each imported audio file (which automatically get created when you open the Wwise project), and the entire project cache.
1 Like