alessandrofama / wwise-godot-integration

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

Fix Wwise IDs refresh bug after IDs Generation #82

Closed alessandrofama closed 1 year ago

alessandrofama commented 1 year ago

An issue arose where Wwise IDs were not updating correctly in the custom nodes browser due to Godot's resource reloading and cache system. To rectify this problem, the commit enforces the resave of the script resource, ensuring the accurate updating of IDs and resolving the issue effectively.