Been getting a lot of "lingering/fake/mysterious" errs lately that goes away randomly 5-30m later

I don’t know if it’s Visual Studio 2015 (which seems to be wayyyy buggier than 2010 was) or Unity. Here is an example:

Now, I know this seems specific to PlayFab, but it’s all the same:

  • LoginWithEmailAddress is long fixed - seems to coded right. It’s not my imagination - really, it’s right.
  • I can even click PLAY within Unity, and the error shows. It’s definitely showing as an err, not a warning, so how is this even possible?
  • I double click the err to see where it takes me: It takes me somewhere arbitrary. Even the # count indented over is randomly in the middle of something - completely wrong spot.
  • I completely delete the block of code even relevant to this. CTRL+F to ensure - nothing else left. Err still is there.
  • I try to “clear errors” but it doesn’t clear. I tried to press play a few times and stop, doesn’t clear (clear on play is enabled).
  • I finally stare at it, and using my superhuman powers, made the error go away by staring at it. Nothing was changed.

Either I’m supernatural or something very strange is happening. This happens quite often lately - for the past … 4 months? I did notice, however, that this only seems to happen after i swapped over to vs2015 rather than the ghetto mono editor Unity comes with.

Could mono… be better…?

did you upgrade project to 5.4?

in 5.4 i had to do Re-import all to fix some strange script errors (i think didn’t have same as your though)

1 Like

Hmm, I never did this - I do have 5.4, though~ Will give it a shot the next time I see something that shouldn’t be there!