docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Getting Started with Texture Maker Sample

    Prerequisites

    • Unity 6000.2 or later
    • Unity Graph ToolKit 0.1.0 or later

    Import the Sample

    1. Open Package Manager
    2. Select the Graph Toolkit package
    3. Navigate to the Samples tab
    4. Import the Texture Maker sample

    Package Manager copies the sample files to your Assets folder. They are ready to use.

    Create Your First Texture

    1. Click Assets > Create > Graph Toolkit Samples > Texture Maker Graph
    2. Name the new graph asset, for example, MyFirstTextureGraph
    3. Double-click the new graph asset to open the Graph Editor

    At this point, there's a by-design error: Assets/<name>.texmkr: Add a CreateTextureNode in your Texture graph.

    Complete Your Graph

    1. Right-click on the canvas and select Create Node
    2. Double-click on CreateTextureNode
    3. Add a Uniform node to the canvas
    4. Select a color in the Uniform node
    5. Connect the Uniform node output to the CreateTextureNode input
    6. Save your graph

    Test Your Texture

    Select MyFirstTextureGraph.texmkr in the Project window. The inspector displays the texture preview in the Inspector.

    Drag this graph asset onto a GameObject to apply your texture. The GameObject now displays your selected color.

    To modify the texture, change the Uniform node's color and save the graph to apply the updates in the Scene view.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)