Hello,
I'm attempting to create a custom UI but I'd like it to resemble the main UI. The list of assets I'm using can be found here.
Code:
var background = new CuiElement
{
Parent = mainName,
Name = "background",
Components =
{
new CuiRawImageComponent{ Color = "0 0 0 1",
Material = "assets/content/ui/uibackgroundblur-notice.mat",
Sprite = "assets/standard assets/effects/imageeffects/textures/noise.png"
},
new CuiRectTransformComponent{ AnchorMin = "0 0", AnchorMax = "1 1" }
}
};The error in the console: [FileSystem] Not Found: "assets/standard assets/effects/imageeffects/textures/noise.png"