updated readme

This commit is contained in:
Rex Raphael 2019-03-29 09:05:49 +01:00
parent 29433023be
commit f2be616d33
2 changed files with 6 additions and 1 deletions

View File

@ -74,6 +74,8 @@ Now your project files should look like this.
1. Other Settings find the Rendering part, uncheck the `Auto Graphics API` and select only `OpenGLES2`.
2. Depending on where you want to test or run your app, (simulator or physical device), you should select the appropriate SDK on `Target SDK`.
<br />
<img src="https://raw.githubusercontent.com/snowballdigital/flutter-unity-view-widget/master/Screenshot%202019-03-27%2007.31.55.png" width="400" />
<br />
@ -259,6 +261,9 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
```
## API
- pause()
## Known issues and their fix
- Android Export gradle issues

View File

@ -1,6 +1,6 @@
name: flutter_unity_widget
description: Flutter unity 3D widget for embedding unity in flutter
version: 0.1.3
version: 0.1.3+2
authors:
- Rex Raphael <rex.raphael@outlook.com>
homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master