- 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.
- Deploying Node.js
- Android應(yīng)用程序開發(fā)與典型案例
- GraphQL學(xué)習(xí)指南
- Hands-On Data Structures and Algorithms with JavaScript
- C語言程序設(shè)計實(shí)訓(xùn)教程
- Full-Stack Vue.js 2 and Laravel 5
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Scientific Computing with Scala
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實(shí)戰(zhàn)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Go語言從入門到精通
- 算法圖解
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動端開發(fā)
- Learning jqPlot
- Performance Testing with JMeter 3(Third Edition)