Skip to content

i want use windows form , but can not load #432

Answered by michieal
furacas asked this question in Help and Q&A
Discussion options

You must be logged in to vote

Aside from my inherent curiosity as to why you want to use WinForms... I will point out that WinForms only works on Windows Devices, and only on the .NET versions up to 4.8-ish. Despite how it looks, Unity does not use any of that for it's compiler / builds. And, depending on the build settings, it's either using mono-bleeding edge, or it has disasembled all of the IL code into cpp, and then compiled that.

So, there's the main reason as to "why". Now for an actual answer to get past it. Why not use the Unity UI and make an user interface for the data that you wish to display, and add that into your "mod"?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@furacas
Comment options

@michieal
Comment options

Answer selected by furacas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants