Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Feedback Specify API availability by Unity version

Discussion in 'Documentation' started by DrummerB, May 12, 2021.

  1. DrummerB

    DrummerB

    Joined:
    Dec 19, 2013
    Posts:
    135
    One thing that would be very helpful to have in the documentation is the availability of every API by Unity version. As an example, Apple's documentation contains an Availability panel where they specify when an API was first introduced. For instance, the base UI class UIView shows that it's available since iOS 2.0:
    upload_2021-5-12_15-17-40.png
    This information is also provided for every method. E.g. some methods on UIView have been introduced later:
    upload_2021-5-12_15-18-29.png
    This information would be valuable when developing assets or packages. Currently, the only way to access this information is to search older copies of the documentation, or to try compliling on older versions.