-2

I have an Android app which was developed on Unity. Can I pusblish it to Google Play without IL2CPP? (It works incorrectly when it is built with IL2CPP, but correctly - with Mono).

Anonymous
  • 21
  • 1
  • 4

1 Answers1

0

According to the documentation. You must support 64 bit.

https://developer.android.com/google/play/requirements/64-bit

Çağatay IŞIK
  • 937
  • 6
  • 17