Error when building the project about the Editor type;
Assets/Script/room/PropEditor.cs(7,27): error CS0246: The type or namespace nameEditor' could not be found. Are you missing an assembly reference? This also Assets/Script/room/RoomEditor.cs(7,27): error CS0246: The type or namespace name Editor' could not be found. Are you missing an assembly reference?
and the last one is this:
Assets/Script/room/RoomEditor.cs(17,24): error CS0115:RoomEditor.OnInspectorGUI()' is marked as an override but no suitable method found to override`
Error when building the project about the Editor type;
Assets/Script/room/PropEditor.cs(7,27): error CS0246: The type or namespace name
Editor' could not be found. Are you missing an assembly reference?This also
Assets/Script/room/RoomEditor.cs(7,27): error CS0246: The type or namespace nameEditor' could not be found. Are you missing an assembly reference?
and the last one is this:
Assets/Script/room/RoomEditor.cs(17,24): error CS0115:
RoomEditor.OnInspectorGUI()' is marked as an override but no suitable method found to override`