How to Build an Interactive Security Camera System

Jared Amlin
7 min readJun 10, 2022

Have you ever wanted to make a security camera system for your game? This article should get you started, and use some of the different camera systems that I have covered in recent articles.

Here is the Hierarchy and the assets I will be using for this article. The Sci-Fi Lab prefab is from a level design course I completed with GameDevHQ. The CCTV Security Camera assets are courtesy of Filebase asset library. The main Player B.O.B., was put together by outstanding 3D artist Zach Baldwin over at Crazy Carrot Studios. (Bob will be the protagonist in the forth coming release: Vector 21).

The security camera assets are static for this example, but they represent the position where the virtual cameras presenting their line of vision, will be placed.

The State Driven camera is the default camera, and this is the view from the idle animation position (there are also states for aiming, running and on death.)

--

--

Jared Amlin

I am an artist and musician, that is currently diving headfirst into game development with C# and Unity3D.