Home Forums Software Development Highlight at Gaze and Presumably Tobii Fail after SceneManage.LoadScene Reply To: Highlight at Gaze and Presumably Tobii Fail after SceneManage.LoadScene

#19235
Luke Epp
Participant

Hey Grant, thanks for the help. I am just trying to reload the start scene in my case. I now have the TobiiXR_Initializer awake function looking like `private void Awake()
{
DontDestroyOnLoad(gameObject);
TobiiXR.Start(Settings);

}`
but I am still running into the same issue. Is it possible that I need to do something with the objects with the HighlightAtGaze script attached to them? Thanks again.