- Home /
Question by
MiniatureGames · Jun 25, 2019 at 12:14 PM ·
brush
2d extras master errors
HI everyone! I get these errors when I try to build my application, I'm using the "PrefabBrush.cs" script from the 2d-extras-master pack (https://github.com/Unity-Technologies/2d-techdemos). Please help me:
Assets\Brushes\PrefabBrush.cs(10,32): error CS0246: The type or namespace name 'GridBrush' could not be found (are you missing a using directive or an assembly reference?)
Assets\Brushes\PrefabBrush.cs(49,30): error CS0115: 'PrefabBrush.Erase(GridLayout, GameObject, Vector3Int)': no suitable method found to override
Assets\Brushes\PrefabBrush.cs(93,17): error CS0246: The type or namespace name 'SerializedObject' could not be found (are you missing a using directive or an assembly reference?)
and more...
Comment