A Guide to Resource Management for RTS Games

A Guide to Resource Management for RTS Games

You can access the full course here: Real-time Strategy Project – Resource Gathering Creating the Resource Object To begin, let’s create a new empty GameObject called Resource_Tree. Next, drag the Tree

How to Create an RTS Camera Controller

How to Create an RTS Camera Controller

You can access the full course here: Real-time Strategy Project – Resource Gathering Camera Setup The camera controller will allow us to move the camera around with the keyboard and

RTS Box Selection in Unity Tutorial

RTS Box Selection in Unity Tutorial

You can access the full course here: Real-time Strategy Project – Unit Movement Multiple Units To begin, let’s duplicate the unit a few times and move them around. Then select

How to Build Mobile Games - Quick Unity Touch Input Tutorial

Optimizing Mobile Apps in Unity

You can access the full course here: Mobile Game Development for Beginners Caching Objects In Unity, there’s many functions we can use to easily get objects/components. GameObject.Find GameObject.GetComponent GameObject.FindObjectOfType GameObject.FindObjectWithTag

How to Build Mobile Games - Quick Unity Touch Input Tutorial

How to Set Up Unity for Mobile Games

You can access the full course here: Mobile Game Development for Beginners Adding Mobile Components In order to build to Android or iOS, we need to add the corresponding components