choltfo / Scripts

An FPS-game system for Unity3D
1 stars 3 forks source link

game lags when switching weapons #34

Closed choltfo closed 11 years ago

choltfo commented 11 years ago

There is a lag spike when switching, or attempting to switch weapons.

This is almost certainly caused by enabling and disabling the gameobjects, which takes a short, though too long, period of time.

Possible solutions: A) Move models over the the side, off screen (Yes, just like before...) B) Scale the model to 0,0,0.

Shouy

choltfo commented 11 years ago

Duplicate