PBR Decals & Textures not showing all Properties

Hey, this has been going on for 2 days? I’m not sure why this happens, but this ruins my uploading workflow for Makeups.

Visual Aids:

Beta Features:

  • 3D Importer in ACE
  • AvatarAbilities Character Controller Library
  • Dragger QoL Improvements
  • Editable Mesh/Image to static content conversion API
  • glTF export
  • Improved Constraint Tool
  • Improved Studio Solid Modeling Controls
  • In-Experience Avatar Auto Setuop
  • Live Animation Creator
  • MaterialVariant Alpha Mode
  • New Video API
  • Reimport
  • Revamped Asset Manager
  • Script Sync
  • Scripts Are Non-Strict By Default
  • Server Authority Core API
  • Solid Modeling On Meshes
  • Texture Generator
  • Video Uploads

Expected behavior

All Properties of a decal should show up.

  • ColorMap
  • NormalMap
  • RoughnessMap
  • MetallicMap
3 Likes

You can use this workaround for now until the issue is resolved:

local decal = Instance.new("Decal")
decal.Parent = workspace

decal.ColorMap = "rbxassetid://YourId"
decal.MetalnessMap = "rbxassetid://YourId"
decal.NormalMap = "rbxassetid://YourId"
decal.RoughnessMap = "rbxassetid://YourId"

It makes the decal with custom properties in Workspace, just place it in any Head and copy-paste the relevant WrapTextureTransfer.

2 Likes

Happening to me too!


:frowning:

Hey, thanks for the report.

This has now been fixed and you should be able to see these other maps now.

Sorry for the inconvenience! Let us know if you are still running into problems.

2 Likes

nevermind it seems to be working, i am crazy