creator3.0 不能添加到scene?? 用下面那句 就可以添加上来 2.4版本都不会这样的 有了解的吗?
let netLoading = instantiate(ResMgr.instance.getPrefabNetLoading())
netLoading.setPosition(100, 100)
director.getScene().addChild(netLoading)
//this.node.addChild(netLoading)
而且director.getScene().name值还是空的 3.0 preview上的bug ??