Versions with this page:
Versions without this page:
Esta función se llama cuando el objeto es cargado.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnEnable() { print("script was enabled"); } }
OnEnable no puede ser una co-routine.