Making a RTS game #21: Adding players and unit ownership (Unity/C#)
Today, let’s add some players and an ownership system to our RTS!
⬅️ Tutorial #20: Saving the player’s data properly| TOC | Tutorial #22: Producing some resources with our buildings ➡️
📕 Get the ebook and bonus material on Gumroad!
🚀 Find the code of this tutorial series on my Github!
The last tutorials have been about game parameters and UI displays of our settings — we’ve been working on the…