Search Unity

Missing link to scripts in Scripting API

Discussion in 'Documentation' started by jeff_unity547, Jan 21, 2020.

  1. jeff_unity547

    jeff_unity547

    Joined:
    Aug 2, 2019
    Posts:
    9
    I think this flow for script look up appears to be inconsistent. If you search for something that isn't in the scripting API (e.g. ScrollRect, IDragHandler, etc) you get nothing found. However, if you search for the exact same object in the manual you then can find a link to the correct documentation on docs.unity3d.com. This link (in the manual) then does send you to another page where the Scripting API is found. I would imagine Unity would want the link to be at least available in both the Manual and Scripting API. In the future, is there plans to unify the scripting API documentation?