i know how to make a machine gun but it has a lot of bullets and im trying to make it for android so thats not gona work, is there a way to make a machine gun that looks like its shooting alot with out making the pc or android lagg
1 Answer
1You can take advantage of the fact that bullets are so fast you only see the impact. So you don’t even need to instantiate a bullet shaped GameObject with a collider (I assume that’s the problem on mobile) but just cast a ray and instantiate the impact. Something with particles etc.