I’m brand new to Defold and working through the war battles tutorial: GitHub - defold/tutorial-war-battles: This tutorial goes through the steps needed to create a small playable game prototype in Defold · GitHub
I’m at the part where I am creating a Rocket game object/factory. I understand the need for the factory - to create many instances of rockets. I am confused about why the initial rocket.go needs to go in the main folder and not in the main.collection? Why can I not create a rocket game object under main.collection and then reference that from the player game object under the main.collection?
Do all “blueprint” objects go in the main folder?
Thanks!