Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I always get this Error in Unity "Could not create a custom UI for the shader 'Cainos/Pixel Art Platformer - Village House/Sprite Shadow Mask - 2D Lit'. The shader has the following: 'CustomEditor = ASEMaterialInspector'" but there is no such file in you Asset pack, or?

Hello, it is just a warning not an error.

You can just simply ignore it, or find "ASE Sprite Shadow Mask - 2D Lit" in "Shader" folder and delete the follow line:

CustomEditor "ASEMaterialInspector"

I would later post an update to fix this.

Thx!