cocos-tutorial-mind-your-step icon indicating copy to clipboard operation
cocos-tutorial-mind-your-step copied to clipboard

Cocos Creator learning tutorial

Results 3 cocos-tutorial-mind-your-step issues
Sort by recently updated
recently updated
newest added

I'm stuck in [adding character animations](https://docs.cocos.com/creator/manual/en/getting-started/first-game/#adding-character-animations) ``` if (this.BodyAnim) { if (step === 1) { this.BodyAnim.play('oneStep'); } else if (step === 2) { this.BodyAnim.play('twoStep'); } } else console.error('BodyAnim is null!');...

Add the creator.version field, otherwise Dashboard will not recognize the version.

Add the creator.version field and upgrade version to 3.8.0, otherwise Dashboard will not recognize the version.