Graphics resolution

Little question for our project:
what graphics resolution is recommended for work inside cocos creator? what is the work resolution?
cocos creator support multi resolution (SD or HD)?

Many thanks!

Stefano

You just define the design resolution on the canvas component.
The resolution don’t depend on Cocos Creator but it depends on the needs of your project.
Cocos Creator will adjust the resolution by the parameters supplied to the Canvas component in the sene, so yes, I suppose it supports multi resolution…

Thanks @davidbm, and where is this parameters? :smiley:
Thanks for help us!

Stefano

In your scene the root node should have the Canvas component attached where you can set the design res and specify if it should fit height or width.
https://docs.cocos.com/creator/manual/en/components/canvas.html?h=canvas

Yes!! Thanks a lot!

Stefano