Skip to content

Added platform dependent compilation for PlayerSettings.useCustomKeystore

https://github.com/umm/keystore_manager/issues/18

According to the above useCustomKeystore only exists from 2019.1.x and newer. So I added a the platform dependent complication check to prevent error from crashing builds and showing up in editor:

Capture

Merge request reports