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

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

**Problem** When using React Native's new architecture (Fabric), Unity fails to initialize on iOS because updateProps is not reliably called during the initial component render cycle. This happens when: No...

…ut error in UPlayer.java Added optional instructions for Unity 6 users to fix FrameLayout errors in UPlayer.java on Android integration. Tested and documented the fix on macOS (M4 Mac Mini)....

It happens with 1.0.7 and 1.0.11 (the only ones i've tested yet). Is it planned to add support for Unity 6 on iOS or is it necessary to migrate to...

Hello, When the user dismisses the Unity game by pressing the "back arrow" button/gesture on Android and iOS, Unity/azesmway plugin calls the Application.Unload() method and that is it. When you...

@azesmway I am using unity (ARCore and ARKit) which I have embedded inside react native. I am using unity's camera (specifically AR Camera). On iOS everything is working fine but...

Is there a way to rebuild this pod only without removing the entire cache? `rm -rf ios/Pods && rm -f ios/Podfile.lock && npx pod-install`

Hello, have you tried a transparent background for the unity view?

Hello, I am getting a really big APK file when building, around 178 MB, but when I build an APK from Unity, it is only 28 Mb am I doing...

Solution from dlyrsk https://github.com/azesmway/react-native-unity/issues/123#issuecomment-2508887728

Hello! First of all, thanks for the work on this library. I'm trying to get a Unity view with overlaid React Native components on Android. I'm using unity 6 (6000.0.42f1);...