Denis

Results 9 comments of Denis

Damn, nice, glad to hear it. But, let me question you, why did you actually use forms? I feel like the functionality you did use could be achieved with GUI...

It is too much complicated, you can take a look source code [here](https://referencesource.microsoft.com/#system.windows.forms/winforms/managed/system/winforms/DataGridView.cs) (a part of what need to be implemented). Right now I'm just supporting existing code and don't...

Hey. Sorry, I'm not really planning to port it yet. Never used ActiveX before and seems like I don't need it at the moment.

Yes, it is possible, but complicated and you will need to change some source code. Basically you need to duplicate UnityWinForms class, make it derive it from EditorWindow, call Awake...

Yeah, WebBrowser is not implemented here.

Hey. I see only two options to improve performance. First, and obvious one, is to move to a new GUI system. Drawing will be definitely faster, but repainting slower, because...

Okay then. This project will slowly improve anyway, until we decide to move to some other framework or graphic library. And then I'll probably stop commiting here. I'll keep open...

Looks not bad, but I still thinking. As Unity plugin version for web build is deprecated for most browser, we considering to move to anything with WebGL support as target...

There is a fields Application.ScaleX and Application.ScaleY. The quality kinda meh, but that's it.