react-native-unity-demo
react-native-unity-demo copied to clipboard
Can not build on Xcode 10.2.1 and unity 2019.2.0b1
following the "How to Build"
-
Open unity/Cube/Assets/test.unity OK
-
Click Build => Export Android or Export IOS OK
-
cd react-native-unity-demo
-
npm install OK
-
npm run watch
-
open in xcode and build failure UnityInitStartupTime(); //Use of undeclared identifier 'UnityInitStartupTime'
-
npm run android or npm run ios OK
how to fix UnityInitStartupTime() not found
?