Unity PBR texture maps: URP and HDRP import checklist after online generation

Unity developers search pbr texture generator for Unity when they need metallic-smoothness or metal-rough workflows without Substance. This checklist covers channel assignment, normal strength, and common import warnings.
_Last updated: June 2026. Unity render pipeline settings (Built-in, URP, HDRP) change AO and metallic workflows. Verify against your project’s active pipeline doc._
Unity searches: “pbr texture generator for Unity”
Unity developers searching pbr texture generator for unity, unity pbr texture maps, or unity normal map usually need:
- Metallic-smoothness or metal-rough workflow clarity (know which your URP/HDRP material uses)
- PNG channels that import without sRGB warnings
- Fast iteration when Substance or Photoshop is not in the budget
GenPBR targets this intent at /pbr-generator-for-unity. Maps are authored on /generate and imported into Unity’s material inspector.
Metal-rough vs metallic-smoothness packing
Unity projects diverge here—document your template once:
| Workflow | Roughness location | Notes |
|---|---|---|
| Metal-Rough (HDRP Lit, many URP shaders) | Dedicated Roughness map slot | Metallic separate |
| Metallic-Smoothness (legacy Standard) | Smoothness often in alpha of Metallic map | Roughness = 1 − smoothness |
GenPBR exports separate metallic and roughness PNGs for metal-rough pipelines. If your shader expects smoothness in alpha, convert in Photoshop or a one-off script—do not assume automatic packing.
Import checklist (Project window)
- Drop PNGs into
Assets/Textures/...with consistent naming. - Select each texture → Inspector:
- Normal Map type for normals (with correct bump scale in material)
- sRGB off for metallic, roughness, AO
- sRGB on for base color / albedo
- Assign to URP/HDRP Lit material slots—avoid plugging roughness into metallic by mistake.
- Tune Normal Scale and Smoothness/Roughness multiplier in material, not by re-exporting unless the source plate changed.
- Prefab the material so prop variants share one truth.
URP vs HDRP quick notes
- URP — Watch additional lights count vs material complexity; normal map quality matters more on mobile targets.
- HDRP — Detail maps and mask maps may expect different packing; GenPBR separate PNGs are a baseline, not every HDRP mask preset.
When targeting Roblox after Unity prototyping, read Roblox PBR texture generator handoff—channel naming that worked in Unity may need Studio-specific assignment docs.
Common Unity import warnings (and fixes)
| Warning / symptom | Fix |
|---|---|
| Normal looks faceted | Normal not marked Normal Map type; or tangents need recalculate on mesh |
| Metallic surfaces look plastic | Metallic map sRGB on; or base color too desaturated |
| Everything too shiny | Roughness in wrong slot or smoothness workflow mismatch |
| Seams on normal | UV discontinuities; inference cannot fix bad UVs |
Pairing with other GenPBR content
- Height map generator workflow — if using parallax shaders
- Ambient occlusion map generator — AO multiply behavior in URP lit
- Free PBR texture generator verification — commercial use for shipped titles
Related hubs
- /pbr-generator-for-unity
- /pbr-generator-for-unreal-engine — if your team splits engines
- /texture-map-generator — general handoff vocabulary
Unity pbr texture maps impressions often outrank clicks when meta descriptions don’t mention URP/HDRP—teams bounce if the page feels Built-in-only. This checklist is pipeline-agnostic but calls out packing differences explicitly so search snippets match intent.
About Star
GenPBR is a professional tool for generating PBR (Physically Based Rendering) textures using industry-leading algorithms. Create photorealistic materials for games, architecture, and 3D art with proven techniques for Unity, Unreal Engine, Blender, Maya, and Roblox.
Related Articles

Blender PBR texture generator: Principled BSDF import and node setup checklist
Blender artists searching pbr texture generator for Blender need more than PNG exports—they need correct sRGB vs non-color data on Principled BSDF inputs. Use this import checklist after generating maps in GenPBR.

Roblox PBR texture generator: SurfaceAppearance channel handoff from browser to Studio
Roblox creators search roblox pbr texture generator when SurfaceAppearance and MaterialVariant workflows need consistent metallic, roughness, and normal inputs. This guide covers export naming, Studio import, and when to regenerate channels.

Albedo and base color map generator: sRGB plates that survive JPEG and engine import
Before metallic, roughness, or normal work pays off, your albedo or base color plate must be trustworthy. This workflow covers white balance, compression artifacts, and why albedo map generator searches precede full PBR builds.