Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi Pandako! You've one a great job with this extension! It has so much potential! I have just one concern though. While messing around with the extension to make a small FPS, I noticed that whenever I fire bullets, The bullets appear behind everything else on the screen. I've checked the Z-order and all my code seems to be just like all the others that have made similar things with the extension, and yet I somehow still haven't managed to find a fix for my problem. Do you know what I could possibly be missing?

Hello The Creator,

You may be generating bullets in the wrong position. Maybe by turning off the "Hide 2D Object" of the player (camera) and the bullets you may be able to see where the bullets are being generated.

I managed to fix the problem! It seems like the issue was linked to the bullet's projection scale for some reason