Hello guys,
I've been developing a 2d endless scrolling game. (I guess Ican call it "sidescroller" but it goes upwards.) I want to spawn some coins on random x and y axis positions and I managed it but they're of screen (camera frustrum.) What can I do to spawn them on screen as the camera moves upwards?
Thanks in advance.