My game stats before adding a gun is as follow:
And after adding a gun it is as:
All objects in the scene are static and have lightmaps except gun…
Configuration of my system is
Core i3 3.30 GHz 8 GB RAM and 2Gb Nvidia GT610
My game stats before adding a gun is as follow:
And after adding a gun it is as:
All objects in the scene are static and have lightmaps except gun…
Configuration of my system is
Core i3 3.30 GHz 8 GB RAM and 2Gb Nvidia GT610
Does the gun have a Collider? Updating Collider on animating object is pretty expensive since it should update the physics every frame. But if you disable the physics of the collider by enabling “IsTrigger”, the problem should solve. You would have to check the physics yourself, if you need it though.