is it possible to trigger an event to play with a snapshot? Or do I have to just load a seperate event at the same time I load the snapshot in unity?
Hi,
While you can trigger a snapshot using an event, you cannot trigger an event using a snapshot.
You can, however, essentially replicate the “trigger an event from a snapshot” idea by creating a “parent” event that contains both a snapshot instrument for the snapshot in question, alongside an event instrument(s) or a multi instrument containing event instruments for your event(s). Then, when you play that parent event, the snapshot and event instrument should trigger the snapshot and event accordingly.
Hope that helps!
this is great, thanks