Edit: Fixed it. See comments
For some reason, as I was working with Unity, I realized that I was having odd issues with my scripts (wouldn’t recognize variables existing even though they were clearly being declared, etc.). Then, this happened:
I even tried rebooting, same issue. I tried opening the scripts, and they open correctly. How do I fix this?
P.S. I am using Visual Studios Community 2015.
Do you have any red compile errors? want to be fixing those, then reload the current scene.
Okay, I just fixed it. For some reason I had to run “Attach to Unity” in Visual Studios.Visual Studios must have glitched out and disconnected from Unity (not entirely sure how to describe it). None of my code had errors.
I was having the same deal going on.
Are you using the Beta Build of the Unity Editor? I think this might be the cause.
No, I am using a stable 5.4 build.