Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I am a beginner in UNITY

A topic by Nkiko hertier created Oct 01, 2021 Views: 379 Replies: 5
Viewing posts 1 to 4

I am game developer and I am going to start using unity does it require C++

Moderator moved this topic to General Development
Moderator

No, and in fact you can't even script Unity with C++, to the best of my knowledge; that's Unreal you're thinking about.

which programing language do they use

Moderator

It used to be C# and Javascript, but I think they added more in recent versions. Why don't you go to their website and see?

(+1)

They dropped javascript a long time ago, so it's only C# now. However, recently they officially included a visual scripting tool as well: Bolt. See https://unity.com/products/unity-visual-scripting  

Hello!

Just a quick search, but hopefully, it may help.


Official Unity tutorials:

https://learn.unity.com/

https://learn.unity.com/tutorials


Alternative Unity turorials:

https://www.raywenderlich.com/unity/paths/learn


Video-tutorials:

Beginner

https://www.youtube.com/c/Brackeys

Advanced

https://www.youtube.com/c/quill18creates


Starting with C#

This is a link to the Microsoft Learn platform (sigh, how I miss MVA):

https://docs.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07


Hope this helps...

Cheers!