简体   繁体   中英

Import Unity Scene in UnityPlayer(Android/iOS) Cardboard and DayDream

I have multiple scene in my project and I don't want to embed all scene in apk because of size of application. I want to import the .unityproject or unity scene dynamically(download from internet) and render it in app. Is it possible ? Do we have any other possible way to implement this?

Thanks in advance.

I think Unity only compiles (to apk in this case) the scenes added to the File-Build menu. So you just need to remove the scenes you don't want to compile in that menu.

The exception is the Resources folder. Any folder named "Resources" is "copied" into the APK.

You also can take a look of other ways to reduce the file size: https://www.google.pl/search?q=reduce+apk+unity&oq=reduce+apk+unity

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM