Defold Orthographic - The Orthographic Camera API

Noob question alert…

  1. Add camera.go to your game.

After adding dependency I can see camera.go in orthographic folder, but how add it to my game?
From tutorials I know that to add Game Object I have to use Factory. Do I need Factory in this case too?

For me as a guy who just passed all tutorial projects - add Game Object to your game is not clear instruction… Who can write step by step solution for me based on Walking astronaut tutorial project? Thanks!

P.S. I’ve added render as stated below, but I see black screen after building any of tutorial projects.

  1. Open game.project and make sure to reference orthographic/render/orthographic.render in the Render field in the Bootstrap section.
1 Like