Hello, here is my situation - I'm the programmer on my team and I'd like to be able to preemptively set up my code to post some Events that our Audio guy hasn't set up yet in Wwise.
If I post the event and it doesn't exist, it gives an error and stops/pauses the game (when running it in the Unity Editor).
Is there a recommended way to handle this? I figured I might be able to check if the Event exists before posting it, but I don't see an option for that (and maybe it would be slow to have to wait for Wwise to respond, so maybe that isn't the preferred method anyway?)
Or maybe there is a way to configure things so that it doesn't give an error when Wwise tries to play an Event that doesn't exist?
Thanks for any help!