DEV Community

Sunder Iyer
Sunder Iyer

Posted on

TIL some Cocos Creator

2021-02-09

I read this article today: Occlusion Culling in Unity. Good write-up.

I also tinkered a bit with Cocos Creator today. It's hit version 3 and the hype for its 3D features is strong so I took a look out of curiosity.
Cocos Editor
The setup should feel familiar if you've used Unity. You have the scene hierarchy, asset library, property inspector, scene view and other typical sub-views you might find in similar game editors.

One of the key things I learned rather quickly was if you enter Animation Editing mode, you must close it out or you won't be able to edit your scene.
Save/close buttons in cocos animation mode

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git