About 242,000 results
Open links in new tab
  1. Introduction to materialsUnity Studio • Unity Docs

    Unity Studio supports Physically Based Rendering (PBR) materials. PBR is a modern standard for making materials look realistic under different lighting conditions.

  2. Unity - Scripting API: Material

    Description The material class. This class exposes all properties from a material, allowing you to animate them. You can also use it to set custom shader properties that can't be accessed through …

  3. Master Unity's Material System: A Beginner-Friendly Tutorial

    Whether you're a beginner or looking for a refresher, this video guides you through customizing Unity Materials to enhance your virtual experiences.

  4. Understanding Materials in Unity - Brian Moakley @ Jezner

    Jan 19, 2025 · Materials and shaders are essential in Unity, shaping your game's visuals. This tutorial provides a simple walkthrough of Unity's material system.

  5. Unity Materials and Textures: All you need to know

    Feb 3, 2023 · In this article, we will explore the basics of Unity ‘s material system, including how to create and apply materials, how to edit material properties, and how to add textures to materials.

  6. Unity - Manual: Materials introduction

    To draw something in Unity, you must provide information that describes its shape, and information that describes the appearance of its surface. You use meshes to describe shapes, and materials to …

  7. 2D Textures & Materials | Assets & Packs | Unity Asset Store

    Browse free and purchasable texture and material assets like metals, fabrics, buildings, roads, and more. Find the right environment to elevate your gaming projects.

  8. Unity - Material

    Materials are used to place Textures onto your GameObjects. You cannot add a Texture directly without a Material, and doing so will implicitly create a new Material.

  9. The Ultimate BEGINNERS GUIDE to Materials in Unity

    In this video, learn the basics of adding materials to your projects in Unity. Learn everything from how to change an object's color to applying more complex image textures!

  10. How to Use Materials in Unity to Customize Game Assets

    Dec 18, 2022 · Materials are the properties that we apply to an object in order for it to look a certain way. So now let’s hop over to Unity and begin looking at how we can actually create a material.