World Tracking Subsymbol - wait for ground placement?

Hello all. Has anyone discovered a way to have your experience start ONLY AFTER you have placed the ground?

Right now, my events are starting at the same time as the ground placement module.

1 Like

Try this:
const World_TrackingGroundPlacement = symbol.nodes.World_TrackingGroundPlacement;

World_TrackingGroundPlacement.controllers.states.elements.Normal.on(“active”, () => {
// Start your experience here!!
}