顯示具有 Start() 標籤的文章。 顯示所有文章
顯示具有 Start() 標籤的文章。 顯示所有文章

2012年1月11日 星期三

Awake() 跟 Start() 差在哪?



Dear All:
剛開始學UNITY的時候,最難搞定的就是這兩個functions的差異,依照官方文件所描述的:
Awake(): Awake is called when the script instance is being loaded.
Start(): Start is called just before any of the Update methods is called the first time.