- Home /
how to increase speed of unity/allocate more ram?
i have a decent gaming laptop, but its becoming really slow during unity as i add more features to my game. any way to fix this?
i forgot to mention this happens after pressing play, until i stop it and it has time to recover.
EDIT
apparently it has to do with attaching a rigidbody to an object that is massively cloned at start? what do i do??
Answer by Xarbrough · Apr 06, 2015 at 01:16 AM
Start with the manual: http://docs.unity3d.com/Manual/MobileOptimizationScriptingMethods.html
And don't forget the Script Optimization link on that page. ;)
Optimization is a big topic, you won't be speeding up your game by just following one simple piece of advice, unless this advice is "do less". Why are you attaching rigidbodies do an object that is "massively" cloned. Just sounds like a bad solution.