Has anyone seen build errors related to the palette tool scripts? My game is running normally in the editor but I get a bunch of namespace build errors like the following when I try to build:
(This is in unity editor 2022.3.44f1)
Assets/ItchyGames/Itchy Palette Tools/Scripts/SystemPaletteGenerator/SystemPaletteGenerator.cs(7,6): error CS0246: The type or namespace name ‘MenuItem’ could not be found (are you missing a using directive or an assembly reference?)
Assets/ItchyGames/Itchy Palette Tools/Scripts/SpriteAlphaTool/TexturePaletteTool.cs(12,6): error CS0246: The type or namespace name ‘MenuItemAttribute’ could not be found (are you missing a using directive or an assembly reference?)
…