Embed Unity3D and load multiple games from a single app

Posted by Rafael Steil on Game Development See other posts from Game Development or by Rafael Steil
Published on 2014-05-30T20:32:09Z Indexed on 2014/05/30 22:11 UTC
Read the original article Hit count: 295

Filed under:

Is is possible to export an entire unity3d project/game as an AssetBundle and load it on iOS/Android/Windows on an app that doesn't know anything about such game beforehand? What I have in mind is something like the web plugin does - it loads a series of .unity3d files over http, and render inline in the browser window.

Is it even possible to do something closer for iOS/Android?

I have read a lot of docs so far, but still can't be sure:

The code from the post at http://forum.unity3d.com/threads/112703-Override-Unity-Data-folder-path?p=749108&viewfull=1#post749108 works for Android, but how about iOS and other platforms?

© Game Development or respective owner

Related posts about unity