Creating a game like Kingdoms of camelot or The hobbit

Hey so pretty much the title i have a few seriously good game plans in my head but being new to unity need a nudge in the right direction on how to attempt it, all help would be greatly appreciate.

Judging from your question, I would assume you haven’t developed games before, or have much programming knowledge/experience. So I made this list to show you some steps you have to make even before you even can start thinking of making a Kingdoms of camelot or The hobbit game.

  1. Learn a programming language (C#, Javascript or Boo).
  2. Start with doing Unity/language specific tutorials and other resources.
  3. Sit and write down everything a game needs (objects, GUI, menu system, sounds, controls, instructions, intro, outro, textures etc etc), and think about how you get these things and how you can implement those in a game in such way that its easy for someone to play and understand.
  4. Use what you learned in step 3, and make very small, simple games. Most important is that you actually finish the games. Generally, 99 out 100 games are never finished.
  5. Make little bigger,and more advanced games.

These are short general steps you have to learn before you can start with a bigger project. And do remember that a AAA game, takes a lot of people years to complete.
So do yourself a huge favor, and start small. Start simple and have patience.

Good luck!