want to create a game similar to Raptor:Call of Shadow

Hi, want to create a game where it is in a form of vertical shooter and has a shop system in between missions,
I have located a system/template from the asset store to handle the main portion of the game, the vertical shooter bit, but I can’t seem to find a tool that has a shop build in, I can try to combine another system/template with the one here, but not sure if they would work well together, am I out of luck or what? anyway, the system I found useful are: Shmup Boss (for vertical shooter) and Scifi Inventory System (to be the shop)…

The shop will be in the menu, not during gameplay, so you already have to treat them like separate systems. They don‘t need to work together at all. Only connection being that you‘ll have to supply lists of purchased/equipped items to both systems.

1 Like

oh, i see! so I can combine these two system together, nice! thanks!!