From 325e5eeb1093e84d75da5069da5680c178e85157 Mon Sep 17 00:00:00 2001 From: Fuling Date: Sun, 22 Sep 2019 11:38:29 +0800 Subject: [PATCH] Update README.md after update build.cs , delete bundle code can be omited --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 97a8a55..20e7af9 100644 --- a/README.md +++ b/README.md @@ -109,20 +109,6 @@ IOS will export unity project to `ios/UnityExport`. implementation project(':unity-classes') // the unity classes module you added from step 1 } ``` - 3. If using Unity 2019.2 or older, open `build.gradle` of `UnityExport` module and remove these -```gradle - bundle { - language { - enableSplit = false - } - density { - enableSplit = false - } - abi { - enableSplit = true - } - } -``` **iOS Platform Only**