Hi there!
My game uses the custom package Tobii EyeX in Unity 5. I get input from an eye controller and I use the data to change the color of a box when the player looks at it. I use this feature in all of my levels and it works perfectly fine in the editor. The problem occurs when I try to access the level with Application.LoadLevel in the .exe application. It seems like I’m not getting any data from the eye controller anymore. Are there any known problems with custom packages in conjunction with Application.LoadLevel?
Thanks in advance
↧