Questions on damage models in Unity.

  1. Where can I find info on damage models? I can find info on colliders but need specific info like assigning armor values, trajectories, armor slope/thickness, AoI for a projectile and resultant tendencies as well as damage after penetration to components behind the outer armor/collider.

  2. Where can I find info on how to assign MV, KE, HE of rounds fired for both cannon and MG’s. The specifics of the ammo itself I can find. I just need to know how to assign the info in Unity.

Anyone pointing me in the right direction is greatly appreciated.

omarsr

I would say the fps tutorial covers most of that, though probably not quite in the depth you are talking about. Read them first, and then look at the scripting reference for various key words like instantiate, bullets, explosion etc. With more farmiliarity with the scripting reference you should be able to find out pretty much whatever you need to know.

HTH

Welcome BTW
AC

This is all stuff you would create yourself–unless you purchased an off-the-shelf engine for first-person shooters you’re not going to find these features available.