Hi All,
I have a requirement to run game, developed in UNITY, inside one of the tabs of another application. Idea is to have a GUI with tabs and one of the tab named is “Game”. When user click on “Game” tab, game will start (if not started already) or continue inside that application only.
I have spent lots of time over internet and unity forum to get it solved but no luck so far.
If there is any link that solves my problem, please do share with me.
If anyone has done it before that what GUI framework is best for all platfroms (Windows/Android/IPAD).
Thanks in advance!
PS: I could not thought of any good tag. Hence, I put it under “Another” and “Run” tag.
Thanks a lot TonyLi!! My game size is more than 100MB. does web build support such a heavy game to run on browser without any jitter?? NGUI: I think, NGUI is for UNITY only and it can only be written and build from unity. (please correct me if I am wrong). I was looking for some GUI framework like QT that are compatible with all platforms (Windows/Android/Ipad).
– naveenrai8Yes, 100MB should be fine as long as the build is on the local computer. If you're streaming from the web, you'll want to make it much smaller. See http://docs.unity3d.com/Documentation/Manual/WebPlayerStreaming.html.
– TonyLi