请教一下~~~创建Scene实例时为何用new+构造函数的方法,而不是AddChildWithId+Awake方法?
是因为Scene可能没有parent么,还是有其他考虑?谢谢!
Scene是第一个Entity