android.software.vr.mode auto added when not needed

Hello,

When I view the details of my game on the Google Play console via the App Bundle Explorer, I am seeing the following Features listed:

android.software.vr.high_performance

android.software.vr.mode

The thing is, my game is not a VR game. I don’t do any VR code in my scripts, and I don’t see any VR settings enabled in my Unity project.

I am trying to figure out how to make sure those Features are not required; as I believe it is restricting the amount of devices that can install my game.

Any help would be appreciated

Thanks

For anyone else coming across this.

I can confirm that upgrading to Unity IAP 3.1 (from the Package Manager only!!) fixes this issue.

Also, even though IAP 3.1 is not verified against Unity 2020 LTS, I have tested and not found any issues (for me at least).