下载Creator文档里的示例游戏,运行之后有报错

示例游戏下载地址:https://github.com/cocos-creator/example-cases

报错提示:
Uncaught TypeError: Cannot read property ‘gfx’ of undefined
at __define (mesh-texture.js:2)
at Object.func (mesh-texture.js:4)
at Object.run (modular.js:85)
at Object.onStart (boot.js:327)
at CCLoader. (CCGame.js:413)
at CCLoader.js:261
at utils.js:88

好像也不是第一次,很多官方提供的示例游戏,运行之后都有些报错,对新手来说真的很不友好

应该是代码分支错了,或者直接使用creator内置的示例模板!

我要看的是这个示例,在creator内置里面也有吗?麻烦告知一下路径,谢谢

范例工程,红线框。

感谢~!