We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、创建一个空模型项目 2、添加3个MonoBehaviour 类型得组件 3、分别在awake()方法start()方法添加当前时间得打印 4、导出成webgl应用,并运行 5、控制台输出如下
问题: 为什么awake方法执行后,间隔了2秒才执行start方法,中间都做了什么操作,如何定位问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、创建一个空模型项目
2、添加3个MonoBehaviour 类型得组件
3、分别在awake()方法start()方法添加当前时间得打印
4、导出成webgl应用,并运行
5、控制台输出如下
问题:
为什么awake方法执行后,间隔了2秒才执行start方法,中间都做了什么操作,如何定位问题
The text was updated successfully, but these errors were encountered: