Konstantinos Egkarchos
Konstantinos Egkarchos
Same here as well. Tried only iOS. Using version 2022.2.0 and Unity 2022.3.34. Tried manual unload and unloadOnDispose and didn't work.
Some notes on this. I have implemented voice commands with some changes from the Streaming Demo. It's a bit laggy and doesn't seem as good as @DebrisHauler's work but I...
Try this one from the [documentation](https://react-native-sensors.github.io/docs/API.html) ``` import { accelerometer } from "react-native-sensors"; const subscription = accelerometer.subscribe(({ x, y, z, timestamp }) => console.log({ x, y, z, timestamp }) );...
I can confirm that this works as well. Would love to see it merged. Unity 6 ReactNative: 0.75.4
> > I can confirm that this works as well. Would love to see it merged. > > Unity 6 > > ReactNative: 0.75.4 > > Thanks for doing a...
Your solution worked splendidly @trduclong !
Android logcat and Mac's console show the Unity logs.
I'm surprised that you have reached that point. I can't build and getting this error ``` FAILURE: Build failed with an exception. * Where: Build file '/Users/konsnos/Documents/GitHub/RNMoCap/node_modules/@azesmway/react-native-unity/android/build.gradle' line: 110 *...
@gyanani-ritika Here it is 
That was my bad. My set-up was wrong. I've finally reached the same issue as the rest of you! 🎉 The issue is related to Unity 2023 upgrades [Android: UnityPlayer...