How to edit built-ins? (SOLVED)

hi I am new to defold and having a lot of problems but my number 1 at the moment is how to edit the built-ins when you start a project as I need to make a camera and want to edit the render script

Just make an copy (the builtin things are locked) then cange the renderscript in game.project (to the copy you have changed)

Welcome to Defold and the forum! It’s good to experiment and learn all the ins and outs of the engine, but if you want an advanced camera solution there’s two existing libs in our Asset Portal that you can use: RenderCam and Defold-Orthographic.

https://www.defold.com/community/assets/

1 Like

great, thank you.