Skip to main content

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

I like playing your game, the sound, idea of graphic are amazing. Can I just ask, did you use any tutorial for the camera movement and particles for shooting? I'm asking because I'm a beginner as well (like I know kind of nothing) and I just want to learn something new. But your game is AMAZING :) (and challenging ;) )

Thank you so much! My script for the camera movement was pretty basic, I created a script for the camera with an array of positions and then used Vector3.Lerp  to smoothly move it for one of the positions listed in the array.

As for the shooting particles, you just create some animations for the muzzle and hit effect and then instantiate the muzzle on the fire point and the hit effect when the bullet collides with something

If you want there's the scripts I used : https://pastebin.com/hbLEJHbf

And there's a tutorial from Brackeys: https://www.youtube.com/watch?v=wkKsl1Mfp5M&

It's kinda unoptimized but for just a game jam game its a time saver, also sorry for the Pastebin I don't have github yet xD