Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I'm struggling to get more than one bullet manager working at a time. I want to have one for the player and one for enemies, etc. The spawn and bullet settings are currently both identical for each manager, and bullets work if both the player and enemies use the same manager, but as soon as I switch out the manager on the player, bullets don't spawn.

hey! Can I see the script you've got that spawns the bullet? It will be easier for me to help on Discord (theChied#0001) or via email (support@wayfarer-games.com) 😅

Sent a friend request

It also seems if you try and spawn bullets from the Update() methods of more than one game object, only one set of bullets can spawn at a time.