Unity历史版本的文档
前言
在我们的开发过程中,如果要查找Unity文档,通常会有以下两种方式:
1. 打开Unity的官网,查找文档
2. 查找本地安装的Unity文档
但是Unity官网上的文档,总是当前最新版本的文档,而如果在你们的开发过程中,需要使用某一特定的版本,比如Unity5.2,或者Unity4.6之类,那要如何查找历史文档呢?
比如这个文档在官网和其它版本的地址如下:
https://docs.unity3d.com/Manual/AnimatorOverrideController.html
https://docs.unity3d.com/520/Documentation/Manual/AnimatorOverrideController.html
https://docs.unity3d.com/460/Documentation/Manual/AnimatorOverrideController.html
第一条和第二三条URL的区别在于:域名后面添加了个版本号文件夹,比如 520/Documentation/ 和 460/Documentation/
官网历史文档:(https://docs.unity3d.com/ScriptReference/40_history.html)[https://docs.unity3d.com/ScriptReference/40_history.html]
写此时间:2016-11-21
目前最新版本的Unity 5.4.x
Unity 5
Older versions of the Unity 5 documentation:
Version 5.2: https://docs.unity3d.com/520
Version 5.1: https://docs.unity3d.com/510
Version 5.0: https://docs.unity3d.com/500
Unity 4
Older versions of the Unity 4 documentation:
Version 4.6: https://docs.unity3d.com/460
Version 4.5: https://docs.unity3d.com/450
Version 4.3: https://docs.unity3d.com/430
Version 4.2: https://docs.unity3d.com/420
Version 4.1: https://docs.unity3d.com/410
Version 4.0: https://docs.unity3d.com/400
Unity 3
Older versions of the Unity 3 documentation:
Version 3.5.5: https://docs.unity3d.com/355
Version 3.5.3: https://docs.unity3d.com/353
Version 3.5.2: https://docs.unity3d.com/352
Version 3.5.1: https://docs.unity3d.com/351