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

#19273
Luke Epp
Participant

Hello, I have actually solved this now and it seems that SceneManager.LoadScene(SceneManager.GetActiveScene().name); does not play nicely with what I was doing. A switch to SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex); fixes the issue. Thank you for the help.