- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 149字
- 2021-07-02 15:38:27
Asset preparation
When you've reached a clear decision on the initial concept and design, you're ready to prototype! This means building a Unity project demonstrating the core mechanic and game rules in action as a playable sample. After this, you typically refine the design more, and repeat prototyping until arriving at an artifact you want to pursue. From here, the art team must produce assets (meshes and textures) based on the concept art, the game design, and photographic references. When producing meshes and textures for Unity, some important guidelines should be followed to achieve optimal graphical performance in-game. This is about structuring and building assets in a smart way so that they export cleanly and easily from their originating software and can then be imported with minimal fuss, performing as best as they can at runtime. Let's take a look at some of these guidelines for meshes and textures.
- Mastering JavaScript Functional Programming
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Python從菜鳥到高手(第2版)
- Learn Programming in Python with Cody Jackson
- Visual C++串口通信技術詳解(第2版)
- Visual C
- GameMaker Programming By Example
- The HTML and CSS Workshop
- Unreal Engine 4 Shaders and Effects Cookbook
- Kotlin從基礎到實戰
- Web Development with MongoDB and Node(Third Edition)
- OpenCV with Python By Example
- Visual Basic程序設計習題與上機實踐
- 汽車人機交互界面整合設計
- 嵌入式C編程實戰