最終更新:2019-01-23 (水) 14:34:54 (1919d)  

Unity/Player Settings/Android
Top / Unity / Player Settings / Android

https://docs.unity3d.com/ja/2018.1/Manual/class-PlayerSettingsAndroid.html

Configuration

Write Permission

  • Choose whether to enable write access to the external storage (such as the SD card) and add a corresponding permission to the Android manifest. Set to External(SDCard) by default for development builds.
    InternalOnly grant write permission to internal storage.
    External(SDCard)Enable write permission to external storage.