Search Unity

please help me to change scene

Discussion in 'Scripting' started by guerrero7, Jan 6, 2019.

?

how i can change scene

  1. da

    0 vote(s)
    0.0%
  2. adad

    100.0%
Multiple votes are allowed.
  1. guerrero7

    guerrero7

    Joined:
    May 4, 2018
    Posts:
    3
    hi and tried to change the esena with unity with the following code using
    utilizando UnityEngine;
    utilizando System.Collections;

    clase pública ExampleClass : MonoBehaviour {
    Ejemplo de vacío()
    {
    Application.LoadLevel("MAPA1");
    }

    but I get an error what i can do
     
  2. fire7side

    fire7side

    Joined:
    Oct 15, 2012
    Posts:
    1,819