We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b39391 + 325e5ee commit fa7a82bCopy full SHA for fa7a82b
README.md
@@ -109,20 +109,6 @@ IOS will export unity project to `ios/UnityExport`.
109
implementation project(':unity-classes') // the unity classes module you added from step 1
110
}
111
```
112
- 3. If using Unity 2019.2 or older, open `build.gradle` of `UnityExport` module and remove these
113
-```gradle
114
- bundle {
115
- language {
116
- enableSplit = false
117
- }
118
- density {
119
120
121
- abi {
122
- enableSplit = true
123
124
125
-```
126
127
**iOS Platform Only**
128
0 commit comments