CHAPTER 13

Image

Unity Triggers

Thus far we have looked at causing commands to be fired on user-driven events (such as mouse over, mouse down, etc.). We’ve looked at firing commands at the game’s opening. In this chapter we will begin looking at firing commands based upon where the player is in the level. We’ll do this via triggers.

Specifically we will look at using this sort of mechanism to provide screen hints via GUIText. Additionally, this will allow for a new way to move from this EntryWay level to the Hallway level. Triggers can be used to trip any event though. Booby traps could be sprung, lighting changed, objects created or destroyed, all ...

Get Creating Games with Unity and Maya 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.