|
I am trying to make a bare-bones-ish RTS style game, in which each player uses several boats to kill the other players' boats. I broke down what I need to complete this project, and want to see if any of these components have already been made.
It would be awesome if any of these were already in existence so that I don't have to try to make them myself. I would probably end up with cluttered monstrosities of code.
(comments are locked)
|
|
In the Unity Forums, there is a nice tank C&C community project. You could try and integrate some of that (I think it was in the Collaboration section.)
(comments are locked)
|
when I was doing an RTS type game before I made this script for my camera so maybe it will help you. It creates a non-visible rectangle on the side of the screen with an inset of 25 (var called GUIsize) when the mouse enters these areas it moves the camera in world coordinates (I made it world coordinates as my camera was angled at about 45 degrees like the total war games if you've ever played them) You can change the cam speed to alter the speed of the cameras movement Hope it helps you Scribe just thought id add that moving to the corners of the screen moves the camera diagonally
Mar 27 '11 at 11:34 AM
Scribe
(comments are locked)
|
