Before learning to provide you with the Unity3d 5.0.1 of the operating system installation files and sample projects, etc.:
Win version:
32-bit:
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/Windows32EditorInstaller/UnitySetup32.exe
Link: http://pan.baidu.com/s/1mgBpsLi Password: x548
64-bit:
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/Windows64EditorInstaller/UnitySetup64.exe
Link: http://pan.baidu.com/s/1mg43INu Password: 42q9
The release of this 5.0.1, in addition to installing the above installation package, but also to install the following resources.
Built-in shaders
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/builtin_shaders.zip
Link: http://pan.baidu.com/s/1c0hd0zu Password: vxrn
Sample Project
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/WindowsExampleProjectInstaller/UnityExampleProjectSetup.exe
Link: Http://pan.baidu.com/s/1hqu20mC Password: tb8j
Standard Resources
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/WindowsStandardAssetsInstaller/UnityStandardAssetsSetup.exe
Link: Http://pan.baidu.com/s/1qWFkTlE Password: vk9g
------------------------------------------------------------------------------------------------------
Mac version
Install package
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/MacEditorInstaller/Unity.pkg
Link: http://pan.baidu.com/s/1kTildSr Password: QHJC
Built-in shaders
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/builtin_shaders.zip
Link: http://pan.baidu.com/s/1qWQana0 Password: 9m8q
Standard Resources
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/MacStandardAssetsInstaller/StandardAssets.pkg
Link: http://pan.baidu.com/s/1bnnRcuz Password: 3yfm
Sample Project
Http://netstorage.unity3d.com/unity/5a2e8fe35a68/MacExampleProjectInstaller/Examples.pkg
*************************************************************************************************************** *****************************************
First of all, give everyone a learning video link, all free, the presenter is Mark teacher, personally feel that the talk is good. You can watch all the videos after registering!
Links are as follows: HTTP://EDU.9MIAO.COM/COURSE/8. Course
After we install the Unity3d 5.0.1, install the sample project program "UnityExampleProjectSetup.exe", we open the installed directory: Assets\samplescenes\scenes, After opening the car.unity,:
We can see the effect after running, you can use the mouse to click on the top right of the Screen "menu" button, you can see some examples, including: 2D, characters, particle effects, vehicles and so on.
One, "2D" does not explain,
Second, "characters"-the characters, here include: "First person", "third person role", "Third person ai role" (mouse left click on the ground Auto walk), "rolling ball" (keyboard walking control, mouse movement adjust the character view).
Three, "particles"-particle effect, the particle effect package includes: "Exploision" (Explosion), "Firecomplex" (Fireball), "Firemobile" (multiple fireballs), "Duststorm" (Sandstorm), "steam" (steam) , "Hose" (water pipe sprinkler), "fireworks" (fireworks), "Flare" (sparkle).
Iv. "vehicles"-means of transport, including: "Car AI" (Intelligent roaming car), "car" (car), "Jet Plane" (Jet), "Propeller Plane" (propeller aircraft), "Jet Plane AI" (Intelligent roaming jet), "Propeller Plane AI" (Intelligent roaming propeller aircraft).
※ in the project file list, we find the Car folder under "Standard assets\vehicles" and right-click to Export the resource bundle. Prepare for our next car game. Tip: Check out the default "inculd dependencies" option here and remove the dependency package.
First, Unity3d 5.0.1-example project "Car Game" display and development preparation