- Home /
Is there anyway to exclude referencing assetbundle from building app?,Can I exclude referencing assetbundle from building app?
For easier to editing layout and adjust sprite position, blah blah blah...
I want to keep referencing the asset in the project.
(In real app, it'll be loaded from assetbundle by script attached in SpriteRenderer object)
Is there anyway to exclude referencing assetbundle from building app?
##### Step 0 #####
Building with nothing in app.
App file size : 19,273 KB
##### Step 1 #####
Import images into project but not use yet.
App file size : 19,274 KB
##### Step 2 #####
Use imported images.
App file size : 20,811 KB
##### Step 3 #####
Set images folder only (FOLDER ONLY) as assetbundle.
(All images still "none" assetbundle)
App file size : 20,811 KB
##### Step 4 #####
Set all images as assetbundle too.
App file size : 20,811 KB
##### All results of build apps #####
https://imgur.com/tlIacj9
Well, I want file size to be like Step 0~1 (About 19,270 KB)
Is there anyway to do it?
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Unaccounted contribution to iOS File Size in Editor Build Logs 1 Answer
AssetBundles - depend on asset already included in executable 0 Answers
Can AssetDatabase.LoadAllAssetsAtPath Load All Assets Recursively? 2 Answers
Why does my Android building time increase when switching from 5.3.6f1 to 5.4.0f3? 0 Answers