Start a new topic

Self initialize grid (the floor) in Istant Tracking

Hello everybody,
I'm asking about a feature that i wanna include in my project. I want to self initialize the grid (my floor) in istant tracking without pressing the Initialize Button. I'm trying to edit the script IstantTrackingController.cs without success.
Please help me.
Best regards

1 Comment

Hi, 


When pressing the Initialize button, the OnInitializeButtonClicked method from InstantTrackingController is called. The only thing that method does is call Tracker.SetState(InstantTrackingState.Tracking). You can do the same thing from any other part of the code.


Best regards,

Alexandru

Login or Signup to post a comment