Quantcast
Channel: Answers for "How to display Unity scene in a Qt window"
Browsing all 7 articles
Browse latest View live

Answer by ahrakos

I tried the same thing today and found a working solution based on the example from unity command line options page: http://docs.unity3d.com/Manual/CommandLineArguments.html. My Code: //GET FILE...

View Article



Answer by torus

Hi ahrakos, thanks for your answer. Sorry for beeing late, I have made some tries to get to my solution. Actually, I think that I am very close to what expected, just one little thing to solve, and the...

View Article

Answer by petersvp

For displaying, you need to use following:> -parentHWND (Windows only) - Embeds Windows Standalone application > into another application, you have to pass parent application’s window > handle...

View Article

Answer by ahrakos

I tried the same thing today and found a working solution based on the example from unity command line options page: http://docs.unity3d.com/Manual/CommandLineArguments.html. My Code: //GET FILE...

View Article

Answer by torus

Hi ahrakos, thanks for your answer. Sorry for beeing late, I have made some tries to get to my solution. Actually, I think that I am very close to what expected, just one little thing to solve, and the...

View Article


Answer by petersvp

*UPDATE: Corrected the link* For displaying, you need to use following: > -parentHWND (Windows only) - Embeds Windows Standalone application > into another application, you have to pass parent...

View Article

Answer by gambr

Interesting topic. I implemented a Qt application in C++ with embedded unity player. There is just one point not working and I see the same problem in EmbeddedWindow.zip C# application: mouse...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images