react-native-unity
react-native-unity copied to clipboard
I'm trying to set up a build using Jenkins, but it seems difficult to script because iOS builds typically rely on Xcode. Do you have any examples of build scripts?
About 5% of our Android users are experiencing this Crash. We are currently using React-Native-Unity version 1.0.6, the current latest. This crash seems to affect various Android devices and various...
There is an app crash in most android devices under these conditions: 1. Unity is loaded once 2. App goes to the background 3. App brought to foreground 4. try...
Hello @azesmway! Thanks for your awesome work doing this component, it helped my work immensely. That been said, my team managed to experiment it with our app, but for some...
Hello, I would like to understand wether there is a performance hit, when running a unity scene using the react-native-unity wrapper, compared with having a unity scene and directly deploy...
Hey there, we are trying to combine react native and Unity while using ARCoreExtensions inside Unity for AR View. As soon as the ARCoreExtension iOS Helper kicks in, the app...
I followed the README but I'm getting the following error: **UnityFramework/NativeCallProxy.h file not found** I'm not sure what I'm missing. Help is very much appreciated.
Dear all, I try to build an existent React_Native project with your library : - I obtain the build failure described below : **- Would you have already met this...
Error
ERROR in ./node_modules/@azesmway/react-native-unity/lib/module/specs/UnityViewNativeComponent.js 1:0-93 Module not found: Error: Can't resolve 'react-native/Libraries/Utilities/codegenNativeComponent' in '/Users/sachinpatel/Documents/upwork_RN_Unity/react_native_unity/node_modules/@azesmway/react-native-unity/lib/module/specs' ERROR in ./node_modules/@azesmway/react-native-unity/lib/module/specs/UnityViewNativeComponent.js 2:0-91 Module not found: Error: Can't resolve 'react-native/Libraries/Utilities/codegenNativeCommands' in '/Users/sachinpatel/Documents/upwork_RN_Unity/react_native_unity/node_modules/@azesmway/react-native-unity/lib/module/specs' this error getting when...
Hello, When opening the unity module for the first time there is no problem, but when reopening show the previous state, not restart. To close UNITY I use: ``` unityRef.current.unloadUnity();...