Performance tweaks

In this section we will look at ways in which you can boost the performance of your game as an end product. Also known as optimization, this process is crucial to do once you have ensured that your game works as expected.

Camera Clip Planes and fog

To add a nicer visual appearance to our island, we'll enable fog. In Unity, fog can be enabled very simply and can be used in conjunction with the Camera's Far Clip Plane setting to adjust draw distance causing objects beyond a certain distance to not be rendered. This will improve performance. By including fog, you will be able to mask the cut-off of rendering distant objects giving a less clunky feel to exploring the island. We discussed Far Clip Plane settings in Chapter 3 when we ...

Get Unity Game Development Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.