Getting started questions

I will look into more details when I have time but I have some high level questions.

  1. Does the Unity3D engine come with its own IDE?
  2. Does it come with scripting/OOP language or is that separate.
  3. If they have a free ‘non-commercial’ edition that could mean me and my closest 100 friends could play the game I create for free but I could charge for any game ‘tournaments’ I might have using my game engine I create?
  1. You can use MonoDevelop (unity installs this by default) or Visual Studio (needs some add-on that costs money for debugging)
  2. You can write your code in C#, UnityScript or Boo
  3. The free version can be used commercially
  1. Yes, it’s MonoDevelop
  2. It uses C#, JavaScript and Boo
  3. As far as i know you can use the free version for commercial use too, the “pro” version comes with additional features, that’s the difference.
  1. Yes, it’s MonoDevelop

  2. It uses C#, JavaScript and Boo

  3. As far as i know you can use the free version for commercial use too, the “pro” version comes with additional features, that’s the difference.

  4. You can use MonoDevelop (unity installs this by default) or Visual Studio (needs some add-on that costs money for debugging)

  5. You can write your code in C#, UnityScript or Boo

  6. The free version can be used commercially

Anyone else wanna answer the same exact thing?

To clarify, the Unity editor does not have a built-in IDE. You use an external code editor, whether it’s the one bundled with the Unity download or some other one. (Though I’ve seen an asset on the store which allows code editing in Unity itself.)

–Eric

  1. Visual C#
  2. C#
  3. C#

Satisfied?

Yes, yes, and yes.

So if I do my code in C# will the game work for Linux in that respect?

I am a C# programmer by trade so this looks like it could be fun!

I will want to start my project by building a crafting/game mechanic api which I assume I could add to the project or create with MonoDevelop directly.

Another question.

Is there someplace where I can buy a complete world map?
I know I can buy plenty of assets to fill it with

Whether you use C# (or any language) doesn’t have anything to do with what type of computer you’re using.

–Eric

You can’t buy a world map. However Unity has a terrain editor, and fairly good water assets.

Alternatively you can buy the Tidy Tile Pack #1 (which, I endorse heavily as it helped a great deal with my current project.) From there, it’s just a matter of figuring out how you’re going to add all those other pesky things like houses, brush, trees (trees are really easy, by the way. Trust me.), and other doodads.

Yes. Yes I am.