I have a VR application that has some problems. I use GoogleVR SDK Cardboard. The idea is that if I build with Target Architecture checked ARMv7 and unchecked ARM64, then the application works without problems. But if I also check ARM64, then in LogCat it gives me a NullReference error. LogCat error image
I re-imported the package, I checked all the plugins, and it seems to be ok, I don't understand why it works on ARMv7, but it doesn't work on ARMv7 + ARM64. Thanks in advance for your help.