Kill zones

A common scripted feature required by all scenes, but not yet implemented, is the Kill Zone. That is, the functionality to mark out a region of 2D space in the level that, when entered by the player, will kill them or damage them. This is especially useful to kill the player whenever they fall down a hole in the ground. Thus, the Kill Zone will be required in every level because every level created so far contains pits and holes in the ground. To implement this functionality, create a new and empty GameObject in any scene. (It doesn't matter which because we'll be making a prefab object that can be reused anywhere.) As mentioned, new GameObjects are created with the menu option, GameObject | Create Empty. Once created, name the object ...

Get Unity 5.x By Example 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.