How to get event for with the guid of a nested event?

Hi!

We’re struggling with the FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES. There is a guid included, but how do we know which event this guid is related to? Because it is a different guid than the one of the event description.

Or is there a way to get the event description of the nested event?

Thanks for your help in advance.

Best,
David

Hi,

Using FMODUnity.RuntimeManager.StudioSystem.lookupPath() pass in the GUID and this will return the path of the event the GUID belongs to.

Hope this helps!