alessandrofama / wwise-godot-integration

Wwise Integration for the Godot Engine
Other
288 stars 14 forks source link

Fix load_init_bank_at_startup compatibility Issue with use_soundbank_names setting #78

Closed alessandrofama closed 1 year ago

alessandrofama commented 1 year ago

An incompatibility between the load_init_bank_at_startup setting and the use_soundbank_names setting was identified. When load_init_bank_at_startup was enabled, the integration attempted to load the Init bank using its ID, conflicting with the use_soundbank_names setting. This PR fixes this issue.