Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Missing Method

Discussion in 'Editor & General Support' started by umutcaydin, Aug 31, 2016.

  1. umutcaydin

    umutcaydin

    Joined:
    Aug 31, 2016
    Posts:
    1
    hi there,
    I'm new on unity. I tried to write a simple script for changing scenes. First, It was running, but now method is missing. Script and screenshot is here.

    thx in advance

    Screen Shot 2016-08-31 at 20.15.33.png
     
  2. DroidifyDevs

    DroidifyDevs

    Joined:
    Jun 24, 2015
    Posts:
    1,724
    That's normal. If you were using something like:

    public void ButtonThatGotDeleted()
    {
    Debug.Log("I will delete this then make a post on the forums later");
    }

    and then changed your script and removed that function, it will throw that error. Nothing to worry about, just press that error and select what you want your button to do :D