├── .gitattributes ├── Community.md ├── PDF └── Lua │ ├── Lua Programming Gems.pdf │ └── Programming.in.Lua第四版 en.pdf ├── Programming Design Patterns ├── 10个编码原则.md ├── SOLID类设计原则.md └── 设计模式与游戏完美开发.md ├── Programming language ├── C++.md ├── Csharp.md └── Lua.md ├── README.md ├── Unity.md ├── image ├── AssetWorkflowOverview.svg ├── Blog_ABTheory_ab-2.png ├── Unity资源管理看完这张图你就全知道了.jpg ├── c++容器.png ├── cs deep clone.jpg ├── cs shallow clone.jpg ├── lua __call.png ├── lua __newindex.png ├── lua __string.png ├── lua closure.png ├── lua const table.png ├── lua coroutine.png ├── lua ipairs.png ├── lua pairs.png ├── lua thread.png ├── lua yield.png ├── model_view_presenter.png ├── unity optimization 1.jpg ├── unity optimization 2.png ├── unity数据序列化.jpg ├── unity框架 │ ├── asset bundle memory.png │ ├── unity login.png │ ├── unity 打包.png │ └── unity 框架.png └── unity脚本生命周期流程图.svg ├── 图形学与Unity着色器.md ├── 游戏开发.md ├── 网络游戏编程.md └── 脚本框架.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/.gitattributes -------------------------------------------------------------------------------- /Community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Community.md -------------------------------------------------------------------------------- /PDF/Lua/Lua Programming Gems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/PDF/Lua/Lua Programming Gems.pdf -------------------------------------------------------------------------------- /PDF/Lua/Programming.in.Lua第四版 en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/PDF/Lua/Programming.in.Lua第四版 en.pdf -------------------------------------------------------------------------------- /Programming Design Patterns/10个编码原则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Programming Design Patterns/10个编码原则.md -------------------------------------------------------------------------------- /Programming Design Patterns/SOLID类设计原则.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Programming Design Patterns/SOLID类设计原则.md -------------------------------------------------------------------------------- /Programming Design Patterns/设计模式与游戏完美开发.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Programming Design Patterns/设计模式与游戏完美开发.md -------------------------------------------------------------------------------- /Programming language/C++.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Programming language/C++.md -------------------------------------------------------------------------------- /Programming language/Csharp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Programming language/Csharp.md -------------------------------------------------------------------------------- /Programming language/Lua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Programming language/Lua.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/README.md -------------------------------------------------------------------------------- /Unity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/Unity.md -------------------------------------------------------------------------------- /image/AssetWorkflowOverview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/AssetWorkflowOverview.svg -------------------------------------------------------------------------------- /image/Blog_ABTheory_ab-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/Blog_ABTheory_ab-2.png -------------------------------------------------------------------------------- /image/Unity资源管理看完这张图你就全知道了.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/Unity资源管理看完这张图你就全知道了.jpg -------------------------------------------------------------------------------- /image/c++容器.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/c++容器.png -------------------------------------------------------------------------------- /image/cs deep clone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/cs deep clone.jpg -------------------------------------------------------------------------------- /image/cs shallow clone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/cs shallow clone.jpg -------------------------------------------------------------------------------- /image/lua __call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua __call.png -------------------------------------------------------------------------------- /image/lua __newindex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua __newindex.png -------------------------------------------------------------------------------- /image/lua __string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua __string.png -------------------------------------------------------------------------------- /image/lua closure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua closure.png -------------------------------------------------------------------------------- /image/lua const table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua const table.png -------------------------------------------------------------------------------- /image/lua coroutine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua coroutine.png -------------------------------------------------------------------------------- /image/lua ipairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua ipairs.png -------------------------------------------------------------------------------- /image/lua pairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua pairs.png -------------------------------------------------------------------------------- /image/lua thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua thread.png -------------------------------------------------------------------------------- /image/lua yield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/lua yield.png -------------------------------------------------------------------------------- /image/model_view_presenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/model_view_presenter.png -------------------------------------------------------------------------------- /image/unity optimization 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity optimization 1.jpg -------------------------------------------------------------------------------- /image/unity optimization 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity optimization 2.png -------------------------------------------------------------------------------- /image/unity数据序列化.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity数据序列化.jpg -------------------------------------------------------------------------------- /image/unity框架/asset bundle memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity框架/asset bundle memory.png -------------------------------------------------------------------------------- /image/unity框架/unity login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity框架/unity login.png -------------------------------------------------------------------------------- /image/unity框架/unity 打包.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity框架/unity 打包.png -------------------------------------------------------------------------------- /image/unity框架/unity 框架.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity框架/unity 框架.png -------------------------------------------------------------------------------- /image/unity脚本生命周期流程图.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/image/unity脚本生命周期流程图.svg -------------------------------------------------------------------------------- /图形学与Unity着色器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/图形学与Unity着色器.md -------------------------------------------------------------------------------- /游戏开发.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/游戏开发.md -------------------------------------------------------------------------------- /网络游戏编程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/网络游戏编程.md -------------------------------------------------------------------------------- /脚本框架.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ytqqwer/Unity-Programmer-Notes/HEAD/脚本框架.md --------------------------------------------------------------------------------