How To Change Screen Size at Runtime – Unity

This article shows you how to change the screen size at run time via script, while avoiding the unexpected pitfalls that can occur, as well as other topics, such as toggling full screen and windowed modes, limiting frame rate, toggling vsync, and setting the resolution.

How To Do Lerping – Unity C#

Moving one object towards another is a simple enough task, and a Lerp is a good way to get the job done. Lerping can also be used to gradually change one value into another. It's easy to do wrong, so I'll talk about the right way if you want to get a constant speed.

How To Optimize a Unity Game

Last year I was working on a big RPG project as part of my studies. It looked great but didn't run so well on the ps4 dev kit.  After a lot of tweaking I got it from a pretty stuttery frame rate to something smooth. This guide will tell you how I did it.

Blog at WordPress.com.

Up ↑