react-native-unity
react-native-unity copied to clipboard
Unity loads perfectly and works each time I run "npm run android" but if I reload the app by pressing R in the metro bundler, I can't get the UnityView...
Hey, need your help when i'm using your unload method to get out unity in reactnative app and agin open unity instance same unity application is opening but techincally new...
Make it work with xcode 16
Hi @azesmway thanks for maintaining this repo!! I recently upgraded from v0.3.1 to v1.0.10, and I noticed that previously, my Unity game would start loading by default even when not...
I am using Unity in my React Native app, it opens fine but once I close the unity view with unloadApplication method and then put app in background then the...
Hi @azesmway I have embedded a Unity project (game) into my react native app. when the user taps on a button, the user is taken to a screen (stack navigation)...
 I know @azesmway/react-native-unity will not work for iOS-simulator. Is there a way to skip the linking and compile for the iOS simulator so I can continue developing other parts...
Any one help me to run games in my react native 0.76.7
I'm using @react-navigation/bottom-tabs and I have an issue: - When accessing my Screen with my UnityView, the App immediately goes fullscreen, ignoring any SafeAreaView. Even when leaving the Screen with...
I'm using ``` "@azesmway/react-native-unity": "^1.0.10", "react": "18.3.1", "react-native": "0.75.4" ``` Configured my iOS and Android projects according to the README. It works fine for Android, but when I **build** for...