Version Control (24.1) - alessandrofama/wwise-godot-integration GitHub Wiki
Integration files
Please commit all files located in res://addons/Wwise
.
You may choose to exclude binaries if their file size is too large, and team members can copy them into their projects as needed. Additionally, consider deleting specific binaries for platforms you are not targeting to reduce unnecessary file size.
Generated Resources
When you select a Wwise object from the Wwise Picker, a resource will be created inside res://Wwise/resources/{WwiseObjectType}
.
Here, {WwiseObjectType}
corresponds to folder names like Event
, Switch
, State
, etc.
Please commit all the Resources in these folders.
You do not need to commit WwiseProjectData.tres
or platform-specific resources (e.g., Windows.tres
) located inside res://Wwise/resources
, as these are automatically generated.