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.
Sometimes, you might get a 404 error when you switch over. This happens if the page you’re looking for doesn’t exist in that version of the Manual or Scripting API. This is often the case if the feature isn’t present in the corresponding version of 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:
Destination | URL |
---|---|
Standard URL | 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/ |
Destination | URL |
---|---|
Standard URL | 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.
Sometimes, you might get a 404 error when you switch over. This happens if the page you’re looking for doesn’t exist in that version of the Manual or Scripting API. This is often the case if the feature isn’t present in the corresponding version of Unity.