Update README.md

after update build.cs , delete bundle code can be omited
This commit is contained in:
Fuling 2019-09-22 11:38:29 +08:00 committed by GitHub
parent 25bf1650e7
commit 325e5eeb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -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**