"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Another bug with GetTrackableBehaviours()

Vuforia SDK Version: vuforia-unity-android-ios-2-0-30.unitypackage - Description with steps to reproduce: Create frame markers at runtime using the code snippet here: https://developer.vuforia.com/resources/dev-guide/trackable-details-unity In this case, this doesn't work: StateManager stateManager = TrackerManager.Instance.GetStateManager(); foreach(TrackableBehaviour tb in stateManager.GetTrackableBehaviours()){ So the marker state (tracked or lost) cannot be read. If frame markers are added in the Unity editor instead, it does work. - Development OS (Mac OS X, Windows, Linux): Windows - Mobile OS and Version: NA - Mobile Device Manufacturer and Model name: NA - Do the Vuforia Sample Applications show the same behavior?: