摘要: public class XXX : MonoBehaviour { // Update is called once per frame void Update () { StartCoroutine(load()); //这里是加载执行类,注意使用的是StartCoroutine } // // 阅读全文