Update Readme.md as it crashes with Vulkan.

This commit is contained in:
Thomas 2019-07-23 15:35:00 +02:00 committed by GitHub
parent b97413847d
commit d93c2fa42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -62,9 +62,11 @@ Now your project files should look like this.
3. Change `Product Name` to Name of the Xcode project, You can find it follow `ios/${XcodeProjectName}.xcodeproj`.
**Android Platform**:
1. Change `Scripting Backend` to IL2CPP.
1. Make sure your `Graphics APIs` are set to OpenGLES3 with a fallback to OpenGLES2 (no Vulkan)
2. Mark the following `Target Architectures` :
2. Change `Scripting Backend` to IL2CPP.
3. Mark the following `Target Architectures` :
- ARMv7 ✅
- ARM64 ✅
- x86 ✅