Advanced 高級
* Vector Cookbook 向量介紹
* Understanding Vector Arithmetic 理解向量運算
* Direction and Distance from One Object to Another 從一個對象到另一個對象的方向和距離
* Computing a Normal/Perpendicular vector 計算法線向量/垂直向量
* The Amount of One Vector's Magnitude that Lies in Another Vector's Direction 一個向量的大小的數量位于另一個向量方向上
* AssetBundles (Pro only) 資源包(僅專業版)
1. AssetBundles FAQ 資源包問答
2. Building AssetBundles 創建資源包翻譯:bwhale
3. Downloading AssetBundles 下載資源包
4. Loading resources from AssetBundles 從資源包中加載資源
5. Keeping track of loaded AssetBundles 追蹤所下載的資源包
6. Storing and loading binary data in an AssetBundle 存儲加載資源包中的二進制數據
7. Protecting Content 內容保護
8. Managing asset dependencies 管理資源依賴關系
9. Including scripts in AssetBundles 在資源包中包含腳本
* Graphics Features 圖形功能
* HDR (High Dynamic Range) 高動態范圍(HDR)圖像
* Rendering Paths 渲染路徑
* Linear Lighting (Pro Only) 線性光照(僅專業版)
* Level of Detail (Pro Only) 細節級別(僅專業版)
* Shaders 著色器
1. Shaders: ShaderLab & Fixed Function shaders 著色器:著色器語言&固定功能著色器
2. Shaders: Vertex and Fragment Programs 著色器:頂點和片段程序
1. Using DirectX 11 in Unity 4 在Unity 4使用DirectX 11
2. Compute Shaders 計算著色器
3. Graphics Emulation 圖形仿真
* AssetDatabase 資源數據庫
* Build Player Pipeline 構建播放器管線
* Profiler (Pro only) 分析器(僅專業版)
* Profiler window 分析器窗口
1. CPU Usage Area CPU使用率區域
2. Rendering Area 渲染區域
3. Memory Area 內存區域
4. Audio Area 音頻區域
5. ProfilerPhysics 物理學區域
6. GPU Area GPU區域
* Lightmapping Quickstart 光照貼圖快速入門
1. Lightmapping In-Depth 光照貼圖深入學習
2. Custom Beast Settings 自定義Beast設置
3. Lightmapping UVs 光照貼圖UV
4. Light Probes 燈光探測器
* Occlusion Culling (Pro only) 遮擋剔除(僅專業版)
* Camera Tricks 攝像機技
1. UnderstandingFrustum 了解視錐體
2. The Size of the Frustum at a Given Distance from the Camera 從攝像機到給定距離的視錐體的大小
3. Dolly Zoom (AKA the "Trombone" Effect) 推拉變焦(又稱伸縮變焦)
4. Rays from the Camera 攝像機射線
5. Using an Oblique Frustum 使用斜視錐體
6. Creating an Impression of Large or Small Size 創建一個大或小尺寸的感覺
* Loading Resources at Runtime 在運行時加載資源
* Modifying Source Assets Through Scripting 通過腳本修改源資源
* Generating Mesh Geometry Procedurally 用程序生成網格幾何體
1. Anatomy of a Mesh 網格剖析
2. Using the Mesh Class 使用Mesh類
3. Example - Creating a Billboard Plane 示例 - 創建一個廣告牌平面
* Rich Text 富文本
* Using Mono DLLs in a Unity Project 在Unity項目中使用Mono DLL(動態鏈接庫)
* Execution Order of Event Functions 事件函數的執行順序
* Practical Guide to Optimization for Mobiles 優化手機的實用指南
1. Practical Guide to Optimization for Mobiles - Future & High End Devices 優化手機的實用指南 - 未來及高端設備
2. Practical Guide to Optimization for Mobiles - Graphics Methods 優化手機的實用指南 - 圖形方法
3. Practical Guide to Optimization for Mobiles - Scripting and Gameplay Methods 優化手機的實用指南 - 腳本和游戲設置方法
4. Practical Guide to Optimization for Mobiles - Rendering Optimizations 優化手機的實用指南 - 渲染優化
5. Practical Guide to Optimization for Mobiles - Optimizing Scripts
* Structure of an Unity XCode Project Unity XCode項目結構
* Optimizing Graphics Performance 優化圖形性能
1. Draw Call Batching 描繪調用批處
2. Modeling Characters for Optimal Performance 為優化性能建模角色
3. Rendering Statistics Window 渲染數據統計窗口
* Reducing File Size 減小文件大小
* Understanding Automatic Memory Management 了解自動內存管理
* Platform Dependent Compilation 平臺依賴編譯
* Generic Functions 泛型函
* Debugging 進行調試
* Console 控制臺
* Debugger 調試器
* Log Files 日志文件
Accessing hidden folders 訪問隱藏文件夾
* Plugins (Pro/Mobile-Only Feature) 插件 - 只用于專業版/移動版功能
1. Building Plugins for Desktop Platforms 為桌面平臺創建插件
2. Building Plugins for iOS 為iOS創建插件
3. Building Plugins for Android 為Android創建插件
4. Low-level Native Plugin Interface 底層本地插件接口
* Textual Scene File Format (Pro-only Feature) 文本場景文件格式(僅專業版功能)
1. Description of the Format 格式說明翻譯:我是頭覓食的野豬
2. YAMLSceneExample YAML場景示例翻譯:我是頭覓食的野豬
3. YAML Class ID Reference YAML 類ID參考
* Streaming Assets 流媒體資源
* Command line arguments 命令行參數
* Running Editor Script Code on Launch 啟動時運行編輯器腳本代碼
* Network Emulation 網絡仿真
* Security Sandbox of the Webplayer 網絡播放器的安全沙箱
* Overview of available .NET Class Libraries 可用的.NET類庫概述
* Visual Studio C# Integration Visual Studio C#集成
* Version control integration (Team license only)
* Using External Version Control Systems with Unity 使用Unity的外部版本控制系統
* Analytics 分析
* Check For Updates 更新檢查
* Installing Multiple Versions of Unity 安裝多個Unity版本
* Trouble Shooting 故障排除翻譯:U_鷹
1. Troubleshooting Editor 編輯器故障排除
2. Troubleshooting Webplayer 網頁播放器故障排除
- unity 學習
- 組件參考手冊
- Components 組件
- Pathfinding 尋路
- NavMesh Agent (Pro Only) 導航網格代理(僅專業版)
- Off-mesh links (Pro only) 分離網格鏈接(僅專業版)
- Navmesh Obstacle 導航網格障礙物
- Animation Components 動畫組件
- Animation 動畫
- Animation Clip 動畫剪輯
- Animator Component 動畫組件
- Animator Controller 動畫控制器
- Creating the Avatar 創建Avatar
- Avatar Body Mask Avatar 身體遮罩
- Avatar Skeleton Mask Avatar骨骼蒙版
- Human Template files 人類模板文件
- Asset Components 資源組件
- Audio Clip 音頻剪輯
- Cubemap Texture 立方圖紋理
- Importing models
- Flare 眩光
- Font 字體
- Material 材質
- Meshes 網格
- Movie Texture 影片紋理
- Procedural Material Assets 程序材質資源
- Render Texture 渲染紋理
- Text Asset 文本資源
- Texture 2D 二維紋理
- Audio Components 音頻組件
- Audio Listener 音頻偵聽器
- Audio Source 音頻源
- Audio Effects (PRO only) 音頻效果
- Reverb Zones 混響區
- Microphone 麥克風
- Physics Components 物理組件
- Physics overview
- Box Collider 盒碰撞器
- Capsule Collider 膠囊碰撞器
- Character Controller 角色控制器
- Character Joint 角色關節
- Configurable Joint 可配置關節
- Constant Force 恒力
- Fixed Joint 固定關節
- Hinge Joint 鉸鏈關節
- Mesh Collider 網格碰撞器
- Physic Material 物理材質
- Rigidbody 剛體
- Sphere Collider 球碰撞器
- Spring Joint 彈簧關節
- Interactive Cloth 交互布料
- Skinned Cloth 蒙皮布料
- Wheel Collider 車輪碰撞器
- The GameObject 游戲對象組件
- GameObject 游戲對象
- ScriptableObject
- Image Effect Scripts 圖像特效腳本
- Antialiasing (PostEffect) 抗鋸齒(后期效果)
- Bloom 泛光
- FastBloom
- Bloom and Lens Flares 泛光和鏡頭眩光
- Blur Effect 模糊圖像特效
- Blur
- Camera Motion Blur 攝像機運動模糊
- Color Correction Curves 顏色曲線校正
- Color Correction 顏色校正圖像特效
- Color Correction Lookup Texture 色彩校正尋址紋理
- Contrast Enhance 對比度增強
- Contrast Stretch 對比度拉伸圖像特效
- Crease 折皺特效(輪廓線)
- Depth of Field 3.4 景深 3.4
- Depth of Field 景深
- Edge Detection 邊緣檢測圖像特效
- Edge Detect Effect Normals 法線的邊緣檢測特效
- Fisheye 魚眼圖像特效
- Global Fog 全局霧
- Glow 發光圖像特效
- Grayscale 灰度圖像特效
- Motion Blur 運動模糊圖像特效
- Noise And Grain 噪波和顆粒
- Noise 噪波圖像特效
- Screen Overlay 屏幕疊加
- Sepia Tone 棕褐色調圖像特效
- Sun Shafts 光線特效
- Screen Space Ambient Obscurance
- Screen Space Ambient Occlusion (SSAO) 屏幕空間環境遮擋圖像特效
- Tilt Shift
- Tilt Shift 移軸特效
- Tonemapping 色調映射
- Twirl 旋轉扭曲圖像效果特效
- Vignetting (and Chromatic Aberration) 漸暈(和色差)
- Vortex 漩渦圖像特效
- Settings Managers 管理器設置
- Audio Manager 音頻管理器
- Editor settings 編輯器設置
- Input Manager 輸入管理器
- NavMesh Layers (Pro only) 導航網格層(僅專業版)
- Network Manager 網絡管理器
- Physics Manager 物理管理器
- Player Settings 播放器設置
- Quality Settings 質量設置
- Render Settings 渲染設置
- Script Execution Order Settings 腳本執行順序設置
- Tag Manager 標簽管理器
- Time Manager 時間管理器
- Mesh Components 網格組件
- Mesh Filter 網格過濾器
- Mesh Renderer 網格渲染器
- Skinned Mesh Renderer 蒙皮的網格渲染器
- Text Mesh 文本網格
- Network Group 網絡組
- Network View 網絡視圖
- Visual Effects Reference 可視化效果
- Particle System (Shuriken) 粒子系統(忍者飛鏢)
- Halo 光暈
- Lens Flare 鏡頭光暈
- Line Renderer 線渲染器
- Trail Renderer 拖尾渲染器
- Projector 投影器
- Rendering Components 渲染組件
- Camera 攝像機
- Flare Layer 耀斑層
- GUI Layer 用戶界面層
- GUI Text 用戶界面文本
- GUI Texture 用戶界面紋理
- Light 燈光
- Light Probe Group 燈光探測器組
- Occlusion Area (Pro Only) 遮擋區域(僅專業版)
- Occlusion Portals 遮擋入口
- Skybox 天空盒
- Level of Detail (Pro Only) 細節級別(LOD)(僅專業版)
- 3D Textures 3D紋理
- Transform Component 變換組件
- Transform 變換
- UnityGUI Group 圖形用戶界面組
- GUI Skin 圖形用戶界面皮膚
- GUI Style 圖形用戶界面樣式
- Wizards 向導
- Ragdoll Wizard 布娃娃向導
- Desktop 桌面
- 指南
- GUI Scripting Guide 圖像用戶界面腳本指南
- Animation View Guide 動畫視圖指南
- Network Reference Guide 網絡參考指南
- ios
- Networking on Mobile devices. 移動設備上的網絡操作
- Asset Server Guide 資源服務器指南
- Built-in Shader Guide 內置著色器指南
- Unity's Rendering behind the scenes Unity渲染幕后
- Shader Reference 著色器參考
- Scripting Concepts 腳本概念
- 腳本參考手冊
- 基礎
- 高級
- 用戶指南
- 常見問題