Assets\myscripts\controlpoint.cs(19,10): error CS0116: A namespace cannot directly contain members such as fields or methods
Assets\myscripts\controlpoint.cs(6,2): error CS0246: The type or namespace name 'DebuggerDisplayAttribute' could not be found (are you missing a using directive or an assembly reference?)
Assets\myscripts\controlpoint.cs(6,2): error CS0246: The type or namespace name 'DebuggerDisplay' could not be found (are you missing a using directive or an assembly reference?)
Assets\myscripts\controlpoint.cs(6,30): error CS0103: The name 'GetDebuggerDisplay' does not exist in the current context
these error are connected to my first question.
↧