seac, press F12 for the Chrome debugger
yeah am doing that. Thanks!
Develop games in your browser. Powerful, performant & highly capable.
um... edit time.
F12 does do anything as far as I can tell within C2 editor.
Method names are minified?
Wouldn't it be better in ACE call's were not minified?
It would make dev of behaviors more straight forward. I think the impact to would be minimal to the run time.
There is no debugger in the editor, you can only debug the runtime in a browser. Editor scripts are also not minified. The ACE names just have to match what the runtime says. It's really not a big deal that it's minified, it doesn't break anything as long as you write your code carefully.
um... edit time. F12 does do anything as far as I can tell within C2 editor.
Okay. I misunderstood what you were asking.