- Home /
Why am I seeing: error CS0117: `Debug' does not contain a definition for `LogWarning'
As above, for whatever reason, the editor seems to be unable to locate the definition for "LogWarning" within the Debug library. Similarly, it runs into issues with "Log" and "LogError" elsewhere.
I've used the same version of the package throwing the errors only a few weeks ago, with the same version of the editor (5.4.0f3) and no errors were thrown.
Does anyone have any idea what's causing these errors to appear?
Answer by tanoshimi · Oct 11, 2016 at 06:27 AM
Have you created your own class file called Debug.cs, perchance?
Turns out I had!
I'd completely forgotten that file even existed in the source. I feel dumb now.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
How to use Application.logMessageReceived for logging ? 3 Answers
Distribute terrain in zones 3 Answers
char and char* 2 Answers