Merge pull request #51 from Elvenisboy/patch-1

Update README.md
This commit is contained in:
Rex Raphael 2019-09-22 23:14:41 +02:00 committed by GitHub
commit fa7a82b03f
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**