Simple tutorial on spawning gameobjects (SOLVED)

I am evaluating Defold coming from Unity and am having a blockage on how to setup a demo to spawn some gameobjects using a factory. If anyone knows of a simple tutorial that illustrates this concept I would be most appreciative.

https://www.defold.com/tutorials/runner/ - coins for collect demonstarte object factory work and spawning platforms too. (Spawning platforms chapter)

There’s also the official “Spawn game object” example/tutorial: https://www.defold.com/examples/basics/spawn/ It’s about as simple as you can get. The other little examples there are great places to start with other things too.

2 Likes

Thanks, this is exactly what I needed to see. Don’t know how I missed it before.