material-sampler-check

Run the Material Sampler Fixer tool in Unreal Editor to correct texture sampler type mismatches.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill material-sampler-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: material-sampler-check
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/material-sampler-check
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill material-sampler-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps prevent common errors in Unreal Engine materials by ensuring that texture sampler types are correctly assigned before code changes are committed, avoiding potential rendering issues.

Core Features & Use Cases

  • Material Sampler Fixer Tool: Provides instructions to run a dedicated tool within Unreal Editor to identify and correct sampler mismatches.
  • Pre-Commit Workflow Integration: Guides users on how to use the tool as a crucial step before staging and committing material assets in Git Fork.
  • Use Case: A game developer is updating several material instances with new textures. Before committing these changes, they use this Skill's guide to run the Material Sampler Fixer, ensuring that color textures are not assigned to normal map slots, thus preventing visual glitches in the game.

Quick Start

Run the Material Sampler Fixer tool by pressing Ctrl+Shift+M in Unreal Editor, select your Content folder, scan for issues, and fix any mismatches before committing your material changes.

Frequently Asked Questions about material-sampler-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix texture sampler type mismatches in Unreal Engine before committing?

To fix texture sampler type mismatches in Unreal Engine, run the Material Sampler Fixer tool by pressing Ctrl+Shift+M, select your Content folder, scan for issues, and correct any mismatches before staging your changes in Git Fork.

Why does my Unreal Engine material instance render with visual glitches after a texture update?

Visual glitches in Unreal Engine material instances often occur because texture sampler types are incorrectly assigned, such as color textures placed into normal map slots. Running the Material Sampler Fixer tool corrects these mismatches to prevent rendering issues.

What is the best way to check material assets for incorrect texture assignments before a Git commit?

The best way to check material assets before a Git commit is to integrate the Material Sampler Fixer tool into your pre-commit workflow. This ensures you scan parameter slots like Normal, Color, and Linear Color and fix mismatches before staging.

Can I use the Material Sampler Fixer tool with Git Fork to prevent rendering errors?

Yes, the Material Sampler Fixer tool works with Git Fork by serving as a crucial pre-commit step. You run the tool within Unreal Editor to identify and correct sampler mismatches before you stage and commit your material asset changes.

What should I do if the Material Sampler Fixer is not finding mismatched textures in my Content folder?

If the Material Sampler Fixer is not finding mismatched textures, ensure you have correctly selected the proper Content folder within Unreal Editor before scanning. The tool provides common troubleshooting steps to address issues related to incorrect texture assignments in parameter slots.

When do I need to run a texture sampler type check for Unreal Engine materials?

You need to run a texture sampler type check whenever you update material instances with new textures. This pre-commit workflow ensures color textures are not assigned to normal map slots, preventing potential rendering issues in your game.