Skip to content

Commit

Permalink
Merge pull request #12 from thomas-stockx/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md as it crashes with Vulkan.
  • Loading branch information
juicycleff authored Jul 31, 2019
2 parents b974138 + d93c2fa commit 1e388f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. Change `Scripting Backend` to IL2CPP.

2. Mark the following `Target Architectures` :
3. Mark the following `Target Architectures` :
- ARMv7 ✅
- ARM64 ✅
- x86 ✅
Expand Down Expand Up @@ -276,4 +278,4 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
[github-watch-badge]: https://img.shields.io/github/watchers/snowballdigital/flutter-unity-view-widget.svg?style=social
[github-watch]: https://github.com/snowballdigital/flutter-unity-view-widget/watchers
[github-star-badge]: https://img.shields.io/github/stars/snowballdigital/flutter-unity-view-widget.svg?style=social
[github-star]: https://github.com/snowballdigital/flutter-unity-view-widget/stargazers
[github-star]: https://github.com/snowballdigital/flutter-unity-view-widget/stargazers

0 comments on commit 1e388f0

Please sign in to comment.