Hello,
I recently discovered that if you fire an event from a Task (in this case a task to instantiate an addressable), exceptions do not appear in the console. This was fairly easy to work around once I figured out what was going on (moving the event to the Addressable’s lifecycle), but I’m wondering if this is expected behavior?
Is this just something we have to live with when working with async/await/task? Just be sure to use Try/Catch in anything async?