- Home /
Is it possible to use Windows Form Application to develope user interface in Unity?
Is it possible to use Windows Form Application (C#) to develope user interface in Unity? If yes, can you give some hints or links for tutorials?
Thanks
Mohammad
Answer by Bunny83 · May 28, 2011 at 12:37 AM
No you can't.
Look at the MonoCompatibility page.
It wouldn't make much sense since Unity is a 3D-engine that runs on either DirectX or OpenGL.
You can of course use native code plugins to use everything you want, but the interface to unity gets difficult and you need Unity pro and you can't build for web or any platform that doesn't support your plugin.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Problems getting UI elements to activate/deactivate on mouse over? 1 Answer
UI won't activate 1 Answer
Removing certain characters from strings and converting to a list 2 Answers