- Home /
Empty Android Build contains more dlls.
I am using Unity 5.0.1f1, I created a new project, switched build platform to Android, set keystore and built the apk. Editor Log Shows:
Mono dependencies included in the build
Dependency assembly - Mono.Security.dll
Dependency assembly - System.Core.dll
Dependency assembly - System.dll
Dependency assembly - mscorlib.dll
Dependency assembly - UnityEngine.UI.dll
According to Unity Doc, unity includes only 4 dlls
mscorlib.dll
Boo.Lang.dll
UnityScript.Lang.dll
UnityEngine.dll
I did not add any script and its not Developement Build. For what unity includes extra dlls?
Comment