This the beginning of a game I have always wanted, a mix between kenshi, the Settlers and an average third person RPG. I have no clue if I will continue this for the long run but at the moment this is my passion project.
in this there are still plenty of issue with the current systems and how the code is written. many improvements to how the code is being executed and managed are needed just in this demo alone.
once I clean up the mess I made, learning these systems and writing the code, I may make a video on how to recreate the system for other peoples uses but right now it is truly an awful mess.
this demo was made using unitys most recent input system and cinemachine for the RTS controls and the third person controls. Navigation is by far the easiest, since I didnt add animations yet, it is purely just the nav mesh and nav mesh agent with a point to go to made with a raycast.
I am redoing everything for this so I am going to scrap this for now but here is the full source code if you want to fix my mistakes: https://github.com/Doprez/UnityRTSGame