rbrogi

Results 10 comments of rbrogi

Hi, i have the same problem with expo 42.... i tried add "@pixi/core": "^6.0.0", "@pixi/filter-alpha": "^6.0.0", "@pixi/filter-blur": "^6.0.0", & "pixi-filters": "3.1.1" but nothing... have you any idea?

@srmagura thanks so musch about the info.

Hi @ROBYER1, I have the same problem (i have a lot of problem): Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value...

ok now build! i changed -> ext { buildToolsVersion = "31.0.0" minSdkVersion = 22 compileSdkVersion = 31 targetSdkVersion = 31 ndkVersion = "21.3.6528147" } with -> ext { buildToolsVersion =...

Yes I think.... you have any suggestion for this problem? https://github.com/azesmway/react-native-unity/issues/39#issuecomment-1225519321 Thanks

@azesmway Can you explain to me if i need set some option in the editor? -> i opened the example in Unity editor -> switch android platform -> add IL2CPP,...

Thank You for your fast help!

@azesmway the export work fine but in android studio the android build fail. I have changed the ndk version: before -> 21.3.6528147 now -> 25.1.8937393 but i have 2 fails:...

I try your example: https://drive.google.com/file/d/1W1wiwH7HVMKnWDi6uJN8RqQRmKh7KgTw/view?usp=sharing https://github.com/azesmway/react-native-unity/issues/34 Execution failed for task ':unityLibrary:BuildIl2CppTask'. But not compile

@azesmway ok now work your source example The last problem is: from Main screen to Unity Woork fine but when i come back from Unity screen to Main the app...