Not exactly sure why, but all of a sudden when I use a line like
StartCoroutine("blablaFunction");
in monodevelop it becomes red, and when i hover over it, i get error CS0103, "StartCoroutine' does not exist in the current context ". The problem is, it was working before and it STILL works. The Unity editor sees no problem and the project runs fine in spite of monodevelop seeing an error. Everything works, but code is peppered with false errors and its annoying. Any idea what would do this?
↧