Interactive script making of cocos character and enemy behavior

Make a cocos free game for your baby Chapter 1 introduction of background and development framework Chapter 2 Node tree and scene production Chapter III UI, map and level text production Chapter IV rocker, key and character animation Chapter 5 enemy and AI production Chapter VI interactive script making of role and enemy behavior Chapter 7 gam ...

Posted by pankirk on Fri, 11 Feb 2022 03:55:39 +0100

Understand the coordinate transformation principle of Cocos Creator 3.0

Transferred from: cocos official. How does Cocos Creator 3.0 convert world coordinates to screen coordinates? How does Creator 3D convert 3D coordinates to Canvas? How can the screen coordinates of the touch be converted to world coordinates? How to convert node coordinates under Canvas into 3D scene coordinates? Discussion posts related ...

Posted by saint959 on Sun, 23 Jan 2022 07:26:37 +0100

[Cocos Creator] a solution to dynamically generate bitmap fonts using TTF and text configuration

Game development requires the use of fonts. Using TTF font directly has the advantage of easy development. The disadvantages are fatal: The TTF font file is too large and contains unnecessary words, which increases the package and slows down the loading speed;Some platforms do not support loading TTF files; (the author has encountered this p ...

Posted by janice on Fri, 14 Jan 2022 20:40:19 +0100