Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How does one add weapons to these sprites?? is there a tutorial video?? im using unity and understand setting up animations and using the animator, when trying to add the attack sprites it just deletes my character so I know im doing something wrong

This is definitely a Unity question. You should look up Unity tutorials on what's called a "paper doll" system. You'll need to understand how to attach different frames of the weapon sheet during each frame of an attack animation, and have those weapon sprites display at the right position, rotation, etc, based on whatever kind of attack you want to make.

Thank you so much!