The Unity Manual and Scripting API hold documentation for several versions of Unity. There are several ways to switch between versions.
You can switch between the two latest versions by clicking on the link at the top-left of every page, above the table of contents. These links always take you to the home page.
In Unity documentation versions from 5.6 onwards, you can look at an individual Unity documentation page and switch between the page versions using the Other Versions link on the right of every page.
A veces, usted puede obtener un error 404 cuando cambie. Esto sucede si la página que está buscando no existe en la versión del Manual o Scripting API. A menudo este es el caso si la característica no está presente en la versión correspondiente de Unity.
Documentation versions earlier than 5.6 do not have the Other Versions link.
To learn how to use a workaround for pre–5.6 documentation, follow these steps:
From the Manual or Scripting API home page, switch the version you are viewing using the home page link in the top-left corner of the page. Note that the structure of the URL changes. Each version has a specific URL:
Destino | URL |
---|---|
URL estándar | https://docs.unity3d.com/Manual/index.html |
Version-specific URL (2017.2) | https://docs.unity3d.com/2017.2/Documentation/Manual/ |
Version-specific URL (2017.1) | https://docs.unity3d.com/2017.1/Documentation/Manual/ |
Version-specific URL (5.6) | https://docs.unity3d.com/560/Documentation/Manual/ |
Destino | URL |
---|---|
URL estándar | https://docs.unity3d.com/ScriptReference/index.html |
Version-specific URL (2017.2) | https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ |
Version-specific URL (2017.1) | https://docs.unity3d.com/2017.1/Documentation/ScriptReference/ |
Version-specific URL (5.6) | https://docs.unity3d.com/560/Documentation/ScriptReference/ |
Now, navigate the Manual and Scripting API as usual. If you want to switch between versions, change the number in the URL to reflect which version you wish to view. This workaround works for all currently published versions of the documentation.
A veces, usted puede obtener un error 404 cuando cambie. Esto sucede si la página que está buscando no existe en la versión del Manual o Scripting API. A menudo este es el caso si la característica no está presente en la versión correspondiente de Unity.