Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm wanting to test my hand at writing an RTS (something I've never gotten very far with), and so I'm looking for an indie engine that would give me the most success with a quick setup that I can then tweak and start to get the ins and outs of RTS design/development.

I've had a bit of familiarity with both Torque and Unity both, but never from that perspective.

Which would get me closer to base prototype faster?

share|improve this question
1  
Also note that the makers of Torque have shut down and are looking for a buyer to take over the engine. – mghicks Jan 19 '11 at 19:18
Well, in the interest of full disclosure, I landed on Unity for all of my creative projects henceforth. An RTS will simply have to work for it. ;) – Nekoyoubi Jan 19 '11 at 19:24
FYI: the makers of Torque are back in business. Not that I recommend using it or anything... – Nicol Bolas Jun 29 '11 at 9:12
I'm currently using Torque for something, because there is one place it beats Unity - the GUI editor. Unity wins on everything else except this. – Kylotan Jul 3 '11 at 4:20

3 Answers

up vote 7 down vote accepted

Personally, I would recommend Unity. In comparison to Torque I've been able to get basic proofs-of-concepts running far faster than before. (Of course, there is a bit of bias as I was far younger when experimenting with Torque)

But in general, it's been a far more pleasing experience to work with. Also in comparison to what I remember from the community at Garage Games, the Unity community is far more available to help with issues that my arise.

share|improve this answer
Were any of the PoCs RTS games, by chance? – Nekoyoubi Jul 14 '10 at 21:00
@Lance Sadly no, it's mostly been Action-adventure stuff and recently fighting game mechanics. – Noctrine Jul 14 '10 at 21:14
1  
+1 for Unity, read about the horrors of Torque engines gamedev.stackexchange.com/questions/2934/… – David Young Aug 25 '10 at 17:44

You might want to take a look at this tread on the Unity forums. There's also someone working on an RTS "starter kit" but I can't remember who.

share|improve this answer

My Digital Media friends are currently using Unity for their game development. They seem to like it because it makes it relatively simple to add and use custom 3D objects and the script is rather easy to handle( none of them like programming, but they seem to be doing an OK job at learning the scripting in a semester's time ).

I don't have first-hand experience of the engine itself, but it definitely sounds like it's worth some experimentation.

share|improve this answer
Is their project an RTS, by chance? I'm not so much unfamiliar with Unity, more really RTSs. – Nekoyoubi Jul 14 '10 at 21:00
@Lance May: No, it's a platformer still in development. Though it should be completed now- not sure if they're going to publish it online. – SoulBeaver Jul 17 '10 at 22:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.