MapGeneratorEditor.OnInspectorGUI() No suitable method found to override
Posted By: Anonymous I have recently been following a tutorial series on Procedurally Generated world generation, I am fairly new to coding and I have come across the following problem. I have 3 error messages in my code, The first error says: Error CS0115 ‘MapGeneratorEditor.OnInspectorGUI()’: no suitable method found to override The second says: Error …