lmalave
lmalave
@byteblock-labs I am facing the same "storage_exhausted_operation" error. Did you ever find a solution for this?
Update: I built apps for both iOS and Android and in both cases I get the same issue of UnityModule undefined.
@ziyoshams I tried that before, but the problem is that if you look at the source code, the UnityView methods are just calling UnityModule: https://github.com/f111fei/react-native-unity-view/blob/master/src/UnityView.tsx So since UnityModule is undefined,...
@ziyoshams Thanks again for your help! Which version of react-native-unity-module are you using? I am using 1.3.3 and when I look at the definition in UnityView for postMessageToUnityManager it's this:...
Update: I tried with version "^1.3.0", since that's what's used the react-native-unity-demo project, but I have the same result. One thing about my project, though, is that when I tried...
Ok, I was able to resolve the issue at least for Android. I just had to make sure that this line of code was included in the Build.js file: build_text...
@supereggbert I am getting this issue as well, and I think it's because I'm including other CSS files. The thing is I have a site where it has a lot...
Ok, thanks, I will take a look! On Sun, Feb 19, 2017 at 6:42 PM, 7dir wrote: > @lmalave Hello! > > Good idea and I am start do this...