# unity-book **Repository Path**: UnityTechnologies/unity-book ## Basic Information - **Project Name**: unity-book - **Description**: Unity6 官方书籍中文翻译版本。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2026-09-14 - **Last Updated**: 2026-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 第一组:编程、架构和性能优化 | 编号 | 英文原名 | 中文译名 | 主要内容简介 | Unity 官方地址 | |---|---|---|---|---| | A1 | **Use a C# style guide for clean and scalable game code** | **《C# 代码风格指南》** | 介绍 Unity C# 项目的代码风格与团队规范,包括命名、格式、类和方法组织、注释、代码可读性及可维护性,帮助团队建立统一、清晰、可扩展的编码标准。 | https://unity.com/resources/c-sharp-style-guide-unity-6 | | A2 | **Best practices for project organization and version control** | **《项目组织与版本控制最佳实践》** | 介绍 Unity 项目的目录与资源组织、团队协作和版本控制最佳实践,以及大型项目中如何降低资源冲突、保持工程结构清晰并提高协作效率。 | https://unity.com/resources/best-practices-version-control-unity-6 | | A3 | **Level up your code with design patterns and SOLID** | **《通过设计模式与 SOLID 提升代码质量》** | 系统介绍 SOLID 原则及 Unity 中常用的软件设计模式,包括工厂、对象池、命令、状态、观察者、MVP、MVVM、策略等,并通过 Unity 示例说明如何构建低耦合、易维护和易扩展的游戏代码。 | https://unity.com/resources/design-patterns-solid-ebook | | A4 | **Create a modular game architecture with ScriptableObjects** | **《使用 ScriptableObjects 构建模块化游戏架构》** | 讲解如何利用 ScriptableObject 设计模块化游戏架构,包括数据与逻辑解耦、事件系统、运行时数据、设计模式组合、可测试性以及常见使用陷阱。 | https://unity.com/resources/create-modular-game-architecture-scriptableobjects-unity-6 | | A5 | **The ultimate guide to profiling Unity games** | **《Unity 游戏性能分析终极指南》** | 系统介绍 Unity 游戏的性能分析方法,重点讲解 Unity Profiler、Memory Profiler、Profile Analyzer、Frame Debugger、Rendering Debugger 等工具,以及如何定位 CPU、GPU、内存和渲染瓶颈。 | https://unity.com/resources/ultimate-guide-to-profiling-unity-games-unity-6 | | A6 | **Optimize your game performance for mobile, XR, and the web in Unity** | **《移动端、XR 与 Web 游戏性能优化》** | 面向移动端、XR 和 Web 平台介绍 Unity 性能优化实践,涵盖 CPU、GPU、内存、资源、渲染、UI、物理等方面,并重点讨论 URP 和受限硬件环境下的性能优化。 | https://unity.com/resources/mobile-xr-web-game-performance-optimization-unity-6 | | A7 | **Introduction to multiplayer networking in Unity** | **《多人游戏网络开发指南》** | 介绍多人游戏网络开发的基础概念、网络拓扑和同步模型,并结合 Unity 的多人游戏技术与 Netcode for GameObjects 示例说明客户端、服务器及网络同步的基本实现思路。 | https://unity.com/resources/ultimate-guide-advanced-multiplayer-networking | ## 第二组:UI、渲染和视觉效果 | 编号 | 英文原名 | 中文译名 | 主要内容简介 | Unity 官方地址 | |---|---|---|---|---| | B1 | **2D game art, animation, and lighting** | **《2D 游戏美术、动画与光照》** | 系统介绍 Unity 6 的 2D 制作流程,包括 Sprite、2D Animation、骨骼动画、Tilemap、2D 光照与阴影、2D/3D 混合以及相关性能优化方法。 | https://unity.com/resources/2d-game-art-animation-lighting-unity-6-3-lts | | B2 | **Create scalable and performant UI with UI Toolkit** | **《面向进阶开发者的 UI Toolkit 指南》** | 深入介绍 UI Toolkit 的 UI Builder、UXML、USS、布局与样式、字体、数据绑定、本地化、自定义控件和性能优化,用于构建可扩展、高性能的 Unity UI。 | https://unity.com/resources/scalable-performant-ui-uitoolkit-unity-6 | | B3 | **Introduction to the Universal Render Pipeline for advanced Unity creators** | **《面向进阶开发者的 URP 指南》** | 系统讲解 Unity 6 URP 的渲染体系,包括项目与质量设置、光照、阴影、Shader、后处理、渲染层、GPU Resident Drawer、Renderer Features 和 Render Graph 等进阶功能。 | https://unity.com/resources/introduction-to-urp-advanced-creators-unity-6 | | B4 | **The Universal Render Pipeline cookbook: Recipes for shaders and visual effects** | **《URP 实战手册:着色器与视觉效果》** | 以“配方/案例”的方式讲解 URP Shader Graph 与视觉效果制作,包括材质、透明效果、顶点动画、全屏效果、自定义渲染以及多种常见游戏 Shader 和 VFX 实战。 | https://unity.com/resources/create-shaders-visual-effects-urp-unity-6 | | B5 | **Creating advanced visual effects in Unity 6** | **《高级视觉效果制作指南》** | 聚焦 Unity 6 的高级实时视觉效果制作,重点介绍 VFX Graph、粒子与特效工作流、复杂效果构建、Graphics Buffer、自定义 HLSL 以及 VFX 性能分析和优化。 | https://unity.com/resources/creating-advanced-vfx-unity6 | | B6 | **Lighting and environments in HDRP** | **《HDRP 光照与环境制作指南》** | 面向高端 PC 和主机项目讲解 HDRP 的光照与环境制作,包括物理光照、天空、大气、体积效果、云、水体、环境表现以及高质量渲染相关的性能与工作流。 | https://unity.com/resources/lighting-environments-hdrp-unity-6 |