Unity and Strategy games

I hope this is the good place for this question (i’m new). The only question is if it is possible to make strategy games in unity (like age of empire 3). I need to know it because i got a project, and i don’t know which other engine i should use.

yes, it’s possible to make strategy games, it’s not even too hard with unity… there’s no autopathing tho, but there’s a free unitypackage that handles that very nicely.

i am interested in making strategy game so i have some question about it like Qiornatysa :

  • is it any strategy game title that make in unity?
  • if any title that make, what is compiexity of it?
  • how much time need to build strategic game in unity in different scale (programming / modeling / texturing / …)?
  • what is advantage and disadvantage of make strategy game in unity?
  • what limitation to make strategy game in unity?

Unity is a 3D engine; you can do whatever you want with it. There aren’t any particular advantages, disadvantages, or limitations compared to any other game type that uses 3D graphics. How long it takes and how complex it is depends totally on your design and abilities.

–Eric

Can you please give me the unitypackage link?

here’s the forum thread, the search button is very easy to use…

http://forum.unity3d.com/threads/67417-A*-Pathfinding-2.9-Is-Released-(Unity-3-Compatible)?highlight=path

Thanks!