unity WebGl 应用awake()方法执行后间隔2秒才执行 start()方法 #513
Unanswered
wangts108
asked this question in
Question and Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1、创建一个空模型项目

2、添加3个MonoBehaviour 类型得组件
3、分别在awake()方法start()方法添加当前时间得打印
4、导出成webgl应用,并运行
5、控制台输出如下
问题:
为什么awake方法执行后,间隔了2秒才执行start方法,中间都做了什么操作,如何定位问题
Beta Was this translation helpful? Give feedback.
All reactions