diff_wwise_objects
Compare two Wwise objects to identify differing properties, references, and lists. Useful for auditing settings consistency and Paste Properties workflows.
Instructions
Compare two Wwise objects and return the properties, references, and lists that differ between them.
Useful for auditing ("do these two sounds have the same settings?") and Paste Properties workflows.
Args: source_path: Project path of source object. source_guid: GUID of source object. source_name_with_type: type:name of source object. e.g. "Sound:Footstep_Walk" target_path: Project path of target object. target_guid: GUID of target object. target_name_with_type: type:name of target object. e.g. "Sound:Footstep_Run"
Provide exactly one source identifier and one target identifier.
Object identification (same for source and target): - path: "\Containers\Default Work Unit\Footstep" - GUID: "{aabbcc00-1122-3344-5566-77889900aabb}" - type:name: "Sound:Footstep_Walk", "Event:Play_Sound_01", "Global:245489792"
Returns: properties: array of property/reference names that differ (e.g. ["Volume", "Pitch", "Lowpass"]) lists: array of list names that differ (e.g. ["Effects", "RTPC"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | No | ||
| source_guid | No | ||
| source_name_with_type | No | ||
| target_path | No | ||
| target_guid | No | ||
| target_name_with_type | No |