react-native-unity
react-native-unity copied to clipboard
We use agora video call unity plugin, that gets built into the following framework files: These frameworks **are** included in the “**Build Phases - Link Binary with Libraries**” section. Build...
#FAILURE: Build failed with an exception.# ``` Where: Build file '/Users/amboji/Documents/react-native-unity-main/example/unity/builds/android/unityLibrary/build.gradle' line: 66 ``` What went wrong: Execution failed for task ':unityLibrary:BuildIl2CppTask'. > NDK is not installed
App is crashing on startup, what could be the reason?
Hi All, I download this repo and in the example folder i find the unity project is possible to have an info about unity configuration? I try to open the...
We are seeing that the `onUnityMessage` event prop is not being removed when the UnityView is unmounted. For example, in our app you log in and you will be navigated...
In my project we're regularly publishing new versions of a unity game to incorporate into our RN app. In [the documentation steps for integration](https://github.com/azesmway/react-native-unity#ios), 4 and 5 for iOS and...
Hello, I would like to know whether the following is possible using this package: - Downloading an Unity project in its exported format at runtime in the React Native app;...
I am having a similar issue on a project currently. I have found that it is possible we may need to set the view settings of the unity player to...
I'm currently attempting to bundle a Unity project so it can be run in a React Native project, but **I'm consistently hitting a runtime error whenever I try running it**....
### Error building iOS: UnityFramework was compiled with optimization - stepping may behave oddly; variables may not be available. This issue occurs when running on iOS from Xcode. I have...