proletariatgames / CUDLR

⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespaces, ffs

tenpn opened this issue · comments

I love how much you guys are giving back to the unity community, it's so great. I'm excited about getting CUDLR running, but as soon as I imported it, your Console class clashed with System.Console, which is imported in almost every file by default through using System, and used in some of my code. I can't resolve any conflicts with a using Console = System.Console because your code is in the global namespace!

Would love it if you made sure all your classes were namespaced in future releases.

Heh sorry the subject looks so aggressive. You guys are doing great work ✊

Fixed with PR #6