alessandrofama / wwise-godot-integration

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

"Treat Warnings as Errors" option in Project Setting will prevent custom nodes from loading #23

Closed alessandrofama closed 3 years ago

alessandrofama commented 3 years ago

Got a bug report per mail, student was unable to load custom nodes due to this setting:

res://wwise/editor/ak_event_gizmo.gd:24 - Parse Error: The local variable 'spatial' is declared but never used in the block. If this is intended, prefix it with an underscore: '_spatial' (warning treated as error)

That line can safely be deleted. Logging this here in case somebody gets the same problem. Fixing this shortly.