Hey yall, so im basically done with the demo for my project and of course its giving me the strangest error (its been giving me different random ones all day).
so the current problem, is that in visual studio, the using statments mentioned in title (TMPro and UnityEngine.UI) have red squiggles under them. in turn, all the references mad e to that (TextMeshProUGUI and Button are some examples) also have the red squigglys.
it gets weird because although this should break alot of my scripts, not allowing it to compile, however, that does not happen. The game appears to be running fine, including all the ui that should be broken. to further test out this error i added a “Button button” in the script, again it gets the red squiggly under the Button class, but still runs fine.
has anyone had this problem and figured it out?
It may be useful to note some of the prior bugs that ive been getting to narrow down the search. keep in mind i see these errors anymore. so first my computer crashed while i was working and it gave me a package manager error. after i restarted the game worked fine, but then as i renamed a script, it gave me a few empty errors (timestamp but the rest was empty).