Search Unity

Getting accessibility settings & text size in a macOS/iOS/tvOS app

Discussion in 'Accessibility' started by nickfourtimes, Dec 2, 2019.

  1. nickfourtimes

    nickfourtimes

    Joined:
    Oct 13, 2010
    Posts:
    219
    We're hoping to change our text size based on a user's accessibility settings in the OS – for instance, "Settings -> Accessibility -> Display & Text Size" on iOS.

    Is there any best practice for getting this info from the OS layer, or should we just create our own native plugins?
     
    Last edited: Dec 2, 2019
    buckUnity likes this.
  2. ohokke

    ohokke

    Joined:
    Nov 21, 2014
    Posts:
    6
  3. rebecca_b

    rebecca_b

    Unity Technologies

    Joined:
    Jul 9, 2018
    Posts:
    7
    For future reference some of these settings are now available for iOS and Android in 2023.3 via the AccessibilitySettings API! See the documentation here.
     
    Last edited: Feb 15, 2024
    JuliaP_Unity and bianca-stana like this.