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

We have successfully integrated the unity app into react native app. Everything is working fine except input fields on ios devices in unity module. Input fields are focused, keypress is...

Hello, I'm having an issue after integrating react-native with Vuforia. Everything runs well, but Vuforia always runs on OpenGLES2 instead of Metal. I really need to run it on Metal...

Hi everyone, I'm trying to implement this plugin with EasyAR 3.0, but every effort I did mades the screen black, without activating the camera. Looking at the logcat, it's seems...

Hi, Have anybody experienced an issue with Unity3D 2018.3.* and RN 0.60.4:

I'm running into theses errors on Android lately. Does anyone experience something similar? **UnsatisfiedLinkError** ``` Caused by java.lang.UnsatisfiedLinkError: No implementation found for void com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator() (tried Java_com_unity3d_player_UnityPlayer_nativeRestartActivityIndicator and Java_com_unity3d_player_UnityPlayer_nativeRestartActivityIndicator__) at com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator(Unknown...

Hey, I have successfully integrated the **Gradle export** of a **Unity project** in a **React native project**. I am able to **load the exported Unity module on click of a...

I could run this library up to version `0.60.5`. But I am getting `'React/RCTBridgeModule.h' file not found` with the latest version `(0.61.2)`. A lot of people are suggesting to run...

The following 2 changes were made: - Added a missing call to the completed() callback in createPlayer in UnityUtils.mm, to fix a black screen issue observed in iOS. The equivalent...

React Native: 0.59.10 XCode: 11.3 Unity: 2018.2.17 react-native-unity-view: 1.3.0 Hello there. I have tried every solution in the issues. However I cannot reach any solution. I tried changing universal to...

I was using a [fork](https://github.com/halileohalilei/react-native-unity-view/tree/feature/lazy-load) of this library, but decided to catch up with the latest release. I updated the library and tried to run it on iOS, but I'm...