How easy is it to learn Unity?

Soldato
Joined
17 Jan 2016
Posts
8,878
Location
Valley of Jade
When I was in college I learned mainly BASIC, Python, and the old COBOL language.

I've been looking at Unity as a language that looks interesting. But I'm wondering how easy it is to code in?

My biggest issue with a lot of the "new" languages is the object orientated aspect of it. I'm not used to dealing with graphics as part of the creation.

Is Unity easy for me to get into?
 
Unity isn't a language, it's a game editor and engine. The language it uses is C# which is object orientated.

There's lots of good information out there on learning Unity.

Doing some stuff is easy, but it depends what you want to do?
 
Last edited:
When I was in college I learned mainly BASIC, Python, and the old COBOL language.

I've been looking at Unity as a language that looks interesting. But I'm wondering how easy it is to code in?

My biggest issue with a lot of the "new" languages is the object orientated aspect of it. I'm not used to dealing with graphics as part of the creation.

Is Unity easy for me to get into?
It's not a language, it's an engine. The language it uses is C#.

Yes it's object-oriented, and you'll need to understand OO basics to use it.

Not sure what you mean about graphics. Unity is a game engine. Rendering graphics is kinda what it's there for. You don't need to be able to write shaders to do the basics.
 
It's pretty easy to get started. There's loads of beginner YouTube videos out there which take you through the basics.
 
Back
Top Bottom