My game has a minimap for all the ships in the level..
Some levels will have a spawner of new ships.. so how do i get the unique id for recently spawned objects?
Develop games in your browser. Powerful, performant & highly capable.
Using 'On created' to pick the ship you can then store UID somewhere, depends what you want to do with it.