Unity-WinForms icon indicating copy to clipboard operation
Unity-WinForms copied to clipboard

Not an issue

Open mariugul opened this issue 5 years ago • 2 comments

Your wrapper and your help enabled me to finish my application. I just wanted to say thank you a lot for that. Here's the repository for my application Cube 3D. You're free to add it to your "Other projects who use my wraper" if you wish of course. Thanks a lot!

mariugul avatar Aug 26 '20 08:08 mariugul

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 that Unity provide. Like, for me, I need really complicated controls and was struggling so hard with that 'component system UI (new UI)'.

Meragon avatar Aug 26 '20 18:08 Meragon

I could certainly achieve the functionality with Unity UI, but not so easily the Windows UI look. Also I use open dialog and save dialog, MessageBox and will eventually use color picker and other functionality in an update. Beause I made an application and not a game, I wanted to give it the feel of being an actual windows application rather than a game with custom UI!

mariugul avatar Aug 26 '20 21:08 mariugul