Unity editor on webgl?

Is there any plan to let a new version of unity editor being on the webgl itself?

Do you mean the entire editor in webgl or just the Game View? Any specific reason why you would need that.

@Marco-Trivellato Entire editor is my intention. I think it would be benefit to develop plugin and tools with web system independent to OS. There are many web flow that could encourage tooling

The most specific reason for me is to have a better webgl editor. I wish at least if we have game view hosted in webgl the playmode would be better. And any third party in javascript will be easier to develop with

But anyway. I think the world of application on desktop are progressing toward web platform. We even have WebVR. If unity could open without installation on OS it would lower the bar to have anyone can open and start on it

There are no plans to bring the editor entirely into the browser. You can use the Graphics Emulation in WebGL mode in the editor to get pretty close to what it looks in the browser.

@Schubkraft The problem is not graphics emulator but instead the browser and web platform environment emulator

Simply put, we can’t debug any third party js library in the editor and there are no browser emulator in unity editor itself. I am working with firebase js sdk and it too hard to debug jslib

ps. I am also curious why, because unity also had webview for open asset store, why no internal webview to run webgl