Home Forums Unity SDK GazePoint.ToString() exception

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9099
    Vesti Bidya
    Participant

    Hi, in GazePoint.cs on line 136

    		public override string ToString()
    		{
    			return string.Format("{0} {1} {2}", Screen, Timestamp);
    		}

    it seems to be expecting three values, but only two are given, so .ToString() will cause an exception every time.

    #9108
    Grant [Tobii]
    Keymaster

    Hi @vestigialdev, thanks for your report! We will fix this issue for the next release 🙂 Best wishes

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.