DarkRewar / BaseTool

A big library of basic tools that you might need in your Unity projects.
MIT License
41 stars 6 forks source link

Missing Editor Assembly for UI #111

Open DarkRewar opened 1 week ago

DarkRewar commented 1 week ago

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?)