I'll add two more tips to
that. Switch Unity to llvmpipe rendering (low graphics mode) which does
more than all other tips combined. Lower the OpenGL rendering quality.
Here's a complete Unity speed-tweak-list for reference:
Here's a complete Unity speed-tweak-list for reference:
- install compizconfig-settings-manager and run it
- in the OpenGL-plugin set the rendering quality to fast
- disable the Animations and Fading Windows Plugins completely
- In the Window Decoration plugin set all shadow values to 0 (or minimal value)
- enable llvmpipe rendering by running this command
echo "export UNITY_LOW_GFX_MODE=1" | sudo tee /etc/X11/Xsession.d/99force-llvm
- reboot.
No comments:
Post a Comment