Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The weapon models are all from the Unity Asset Story.

I basically have a weapon system script, that has a reference to all the weapons that the player has collected and passes the input on to the active weapon. All the different weapons inherit from a common base class and overwrite a function for shooting and reloading.

You know what, I'll upload the scripts, so you can have a look.