hi
Please tell me if there is any influence on build size if you have more unused assets lying in your project asset folder?
thank you
hi
Please tell me if there is any influence on build size if you have more unused assets lying in your project asset folder?
thank you
None at all. Assets are only included in the build if they are referenced in a scene, if they are in a Resources folder, or if they are in the StreamingAssets folder.
Thanks a lot