Control Units and Give Orders! (Unity RTS Tutorial)

✅ Get the Project files and Utilities at Let’s make a Simple RTS Control System to Select our Units and Give Orders. This is a great base for you to expand upon, add more actions, different types of units, etc. Stay tuned for an upcoming video covering how to make Custom Animated Cursors so we can make the game look better and give the player more context. Control Units and Give Orders in Unity ECS! Modular Character System in Unity Patreon Sponsor: We’re going to start off with a basic Unit standing Idle. First we capture the Mouse Down and Mouse Up events and store the Mouse World Position, using that we can then use which returns all the Colliders within two points Then we create a script to identify our Units and ignore objects like Rocks. We add a Visual for the Unit Selection and the Selection Area. After
Back to Top