BaseTool icon indicating copy to clipboard operation
BaseTool copied to clipboard

Missing Editor Assembly for UI

Open DarkRewar opened this issue 4 months ago • 0 comments

When UI module is used, this error occurs on the 0.5 version when try to build:

Library\PackageCache\com.lignus.basetool\Runtime\UI\Editor\UICustomScriptTemplates.cs(17,10): error CS0246: The type or namespace name 'MenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.lignus.basetool\Runtime\UI\Editor\UICustomScriptTemplates.cs(17,10): error CS0246: The type or namespace name 'MenuItem' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.lignus.basetool\Runtime\UI\Editor\UICustomScriptTemplates.cs(17,59): error CS0246: The type or namespace name 'priority' could not be found (are you missing a using directive or an assembly reference?)

DarkRewar avatar Oct 06 '24 11:10 DarkRewar