Thursday, May 1, 2014

Textures, Shaders and Materials in Unity

In Unity, graphical assets are broken down into textures, shaders  and materials. Textures are not applied directly to  models. Instead, textures and shaders are applied to materials. Those materials are applied to  models. 

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...