Search Unity

Feedback Can't request shared storage access

Discussion in 'Formats & External Tools' started by TheAirBlow, Feb 7, 2022.

  1. TheAirBlow

    TheAirBlow

    Joined:
    Feb 5, 2022
    Posts:
    3
    In Android 11, a new permission
    MANAGE_EXTERNAL_STORAGE
    was added.
    Also in the same version of Android, now the user can't access the game's directory.
    I want for user to be able to add custom localisations and etc.

    The problem is, Unity does not have that permission in
    UnityEngine.Android.Permission
    ,
    so I can't request it in any way, and also check if I have that permission.

    Android 11 was released back in 2020, and the new permission is not implemented yet?!