1. 程式人生 > >Unity自帶示例Demo專案Standard Assets Example Project研究詳解

Unity自帶示例Demo專案Standard Assets Example Project研究詳解

關於Standard Assets Example Project

最近更新Unity3D,更新包推送了Standard Assets Example Project的更新,於是便下載下來研究了下,發現還是挺好用的,裡面有很多示例,有各種模型,適用於學習Unity的新手研究學習。 下面的安裝連結內容為轉載。

學習之前首先給大家提供一下Unity3D的各作業系統的安裝檔案及示例專案等下載地址:

Win版:
32位:
http://netstorage.unity3d.com/unity/5a2e8fe35a68/Windows32EditorInstaller/UnitySetup32.exe
連結:http://pan.baidu.com/s/1mgBpsLi 密碼:x548

64位:
http://netstorage.unity3d.com/unity/5a2e8fe35a68/Windows64EditorInstaller/UnitySetup64.exe
連結:http://pan.baidu.com/s/1mg43INu 密碼:42q9


這次5.0.1的釋出,除了要安裝上述的安裝包,還要安裝下述資源。
內建著色器
http://netstorage.unity3d.com/unity/5a2e8fe35a68/builtin_shaders.zip
連結:http://pan.baidu.com/s/1c0hd0zu 密碼:vxrn
示例專案
http://netstorage.unity3d.com/unity/5a2e8fe35a68/WindowsExampleProjectInstaller/UnityExampleProjectSetup.exe
連結:http://pan.baidu.com/s/1hqu20mC 密碼:tb8j
標準資源
http://netstorage.unity3d.com/unity/5a2e8fe35a68/WindowsStandardAssetsInstaller/UnityStandardAssetsSetup.exe
連結:http://pan.baidu.com/s/1qWFkTlE 密碼:vk9g
------------------------------------------------------------------------------------------------------
Mac版
安裝包
http://netstorage.unity3d.com/unity/5a2e8fe35a68/MacEditorInstaller/Unity.pkg
連結:http://pan.baidu.com/s/1kTildSr 密碼:qhjc

內建著色器
http://netstorage.unity3d.com/unity/5a2e8fe35a68/builtin_shaders.zip
連結:http://pan.baidu.com/s/1qWQana0 密碼:9m8q

標準資源
http://netstorage.unity3d.com/unity/5a2e8fe35a68/MacStandardAssetsInstaller/StandardAssets.pkg
連結:http://pan.baidu.com/s/1bnnRcuz 密碼:3yfm
示例專案
http://netstorage.unity3d.com/unity/5a2e8fe35a68/MacExampleProjectInstaller/Examples.pkg


檢視已有示例

開啟示例專案後,可以看到car模組的scene,如果預設沒有顯示,可以依次開啟Assets\SampleScenes\Scenes,之後開啟Car.unity,如圖:

這裡可以看到有很多已經完成好的模型和預設,點選頂部播放按鈕,我們執行試試,效果還是很不錯的,作為賽車遊戲可以玩上一會,注意右上角有一個MENU選單,點選這個選單可以切換到別的遊戲示例:
點選選單,可選項分別為2D、人物、粒子效果、交通工具等:
根選單一,點選2D,只有一個選項,點選開始試玩,就是一個闖關小遊戲:
根選單二,一看很明確了,分別是“第一人稱”、“第三人稱角色”、“第三人稱的AI角色”,“滾動的球”

這個好理解,大家玩遊戲挺多的,一試便知,第一人稱:
第三人稱:
根選單三,效果包括“Particles”-粒子效果,粒子效果包中包括:“Exploision”(爆炸)、“Firecomplex”(火球)、“Firemobile”(多個火球)、“Duststorm”(沙塵暴)、“Steam”(蒸汽)、“Hose”(水管噴水)、“Fireworks”(煙花)、“Flare”(閃光點)。
選單四:“Vehicles”-交通工具,主要包括:“Car AI”(智慧漫遊汽車)、”Car“(汽車)、”Jet Plane“(噴氣式飛機)、”Propeller Plane“(螺旋槳飛機)、”Jet Plane AI“(智慧漫遊噴氣式飛機)、”Propeller Plane AI“(智慧漫遊螺旋槳飛機)


編輯匯出示例資源

開啟目錄:Assets\SampleScenes\Scenes,可以看到所有的場景都在這裡,如果你想學習具體的,可以點開某個場景進行檢視編輯,新手不要害怕破壞,備份好一份專案檔案後,放肆破壞就是了。

匯出:
在目錄下對著需要匯出的資源右鍵,選中Export Package,會彈出資源選項提示框
取消勾選“inculd dependencies”,點選Export,選擇匯出目錄即可: