Versions with this page:
Versions without this page:
Esta función se llama cuando el objeto scriptable se destruirá.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnDestroy() { print("Script was destroyed"); } }
OnDestroy no puede ser una co-routine.