Skip to main content

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

it was done in 2d, but you could easily make it work in 3d too! The gun just uses a sprite stack, but you may want to even use a mesh as well! :)

Thank you for your reply. 

I don't know what to do because Unity doesn't have a feature called "sprite stack."

Basically just a bunch of planes stacked on top of one another. Haha. That said, since you are using unity, it may be easier / better to just use a simple mesh! If not, I'm sure there are a number of tutorials out there for unity though. Haha

(2 edits) (+1)

We solved this problem by creating a 3D model and rotating it based on the 2D character. 

Thank you.

https://drive.google.com/file/d/1_t9Tu31ejx6i2yqtVTnTTlAreAFYrIEL/view?usp=drive...

Woohoo! Very nice! Yeah this is basically what I did, but instead of using an actual 3D model, its just a bunch of sprites (planes) stacked on top of one another to 'fake' the 3D effect. haha. Great work!