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