Patch Notes v0.2.15
Patch Notes v0.2.15
(5.7 Plugin)
(5.7 Plugin)
propper building generation on terrain surface
We have discovered that the format of the content in ManifestRequirementsOverride.txt was incorrect, but did not cause any problems when creating Android builds in older versions of Unreal Engine.
However, this is no longer the case, and you must format the content of the file as follows:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="35" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />