n04x / comp376-projects

COMP376 Video Game Project on Unity
1 stars 0 forks source link

Build Error #5

Closed n04x closed 6 years ago

n04x commented 6 years ago

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`