一,子线程中能做的事:

1,数据逻辑方面计算;

二,子线程中,不能:

 1,加载场景相关事件:

Application.LoadLevelAsync、Application.LoadLevel等;

2,加载Resources文件下的资源:

Resources.Load;

3,实例GameObject:

Instantiate(clone);

相关文章:

  • 2021-06-25
  • 2021-10-23
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-02-09
  • 2021-06-23
  • 2022-12-23
相关资源
相似解决方案