react-native-unity-view icon indicating copy to clipboard operation
react-native-unity-view copied to clipboard

Show an unity view in react native

Results 68 react-native-unity-view issues
Sort by recently updated
recently updated
newest added

I have been using this package in another project successfully. But, I can't run it on my new project. Anyone has seen this error before? ``` ld: warning: arm64 function...

I am trying to follow the react-native-unity-demo example to integrate the UnityView component into my own app. I import the module just like in the example: `import UnityView, { MessageHandler,...

We are trying to upgrade our Unity version from 2018.2.21 to 2018.3.14. We got it to work for android and iOS devices by modifying the editor scripts a bit. For...

When build for Android, it shows the following error What went wrong: Failed to capture snapshot of output files for task ':app:mergeDebugAssets' property 'outputDir' during up-to-date check. > Could not...

**Updated from** ``` "react": "16.5.0" "react-native": "0.57.0" ``` **To** ``` "react": "16.6.3" "react-native": "0.58.1" ``` Results in the XCode linking error **ld: symbol(s) not found for architecture arm64** ``` Ld...

Hi everyone, We're experencing some issues trying to start two different scenes on two different pages. We have three scenes : One that communicates with react-native to choose whoch scene...

`> Task :react-native-unity-view:compileDebugJavaWithJavac FAILED C:\dvida projects\github\dvida-mug\node_modules\react-native-unity-view\android\src\main\java\com\reactnative\unity\view\UnityUtils.java:10: error: package com.unity3d.player does not exist import com.unity3d.player.UnityPlayer; ^ C:\dvida projects\github\dvida-mug\node_modules\react-native-unity-view\android\src\main\java\com\reactnative\unity\view\UnityUtils.java:25: error: cannot find symbol private static UnityPlayer unityPlayer; ^ symbol: class UnityPlayer location:...

Hi, This does not happen all the time but when I export my iOS project from Unity using **Build > Export iOS**, sometimes the _UnityExport_ folder (which appears as a...

When I run with `react-native run-android`, it produce the following error com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\0.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\1.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\2.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\3.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\4.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\5.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\6.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\7.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\8.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\9.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\10.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\11.jar, C:\Mobile\demo\android\app\build\intermediates\transforms\dexBuilder\debug\12.jar,...