P31UnityAddOns icon indicating copy to clipboard operation
P31UnityAddOns copied to clipboard

The debugging class needs (D.cs) needs System

Open pencilking2002 opened this issue 11 years ago • 0 comments

I tried using your awesome debugging class but I think you need using System; at the top. Otherwise you get an error that Console does not exist in the current context. Here's the full error:

Assets/Scripts/Debugging/D.cs(26,25): error CS0103: The name `Console' does not exist in the current context.

I'm using Mac and Unity 4.3.4f1

pencilking2002 avatar Mar 16 '14 17:03 pencilking2002