Unity Learn home
View Tutorial Content

Enemies, Part 1: Static Observers

Tutorial
Beginner
+10 XP
55 Mins
(2848)
Overview
Summary
You’ve now spent a long time developing your game, improving your understanding of scripting in C# along the way. But something’s missing: what’s a stealth game without enemies to evade? In this tutorial, you’ll:
  • Create a static Gargoyle enemy
  • Write a custom script so the Gargoyle can find JohnLemon
  • Set the game to restart if JohnLemon is caught
Once you’ve completed this tutorial, you’ll have one type of enemy ready for your level.
Select your Unity version
Last updated: April 08, 2021
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
Language
English
Enemies, Part 1: Static Observers