How can I start learning Unity fast? ( List Of Tutorials )

Are there any tutorials to help learn Unity faster?

The most recent version of this list can be found at https://www.xr.community/unitytutorials

and a video summarizing these Unity tutorials here: https://youtu.be/PleVjhgtL8E

The below list is very outdated.

Download the free version of Unity to get started: http://unity3d.com/unity/download/

If you have no previous experience with Unity, start with these six video tutorials which give a quick overview of the Unity interface and some important features http://unity3d.com/support/documentation/video/

Continue with a more in-depth text-based walk through of very basic Unity functionality and work flow https://unity3d.com/learn

Unity features twoscripting languages; JavaScript, C#, and Boo. Depending on your scripting language of choice, you might want to choose different tutorials to get started with Unity. Each tutorial link will also mention which scripting language is used. Most Unity tutorials available on the web are using JavaScript. Notice that JavaScript is commonly used for web applications. Unfortunately, books which cover JavaScript are normally of little use for Unity's implementation of JavaScript. But worry not, a vast amount of tutorials will follow...

**UPDATE** (28/10/2016) Boo is no longer available for scripting. UnityScript is slowly being replaced by C# in most Unity official tutorials and scripting API. Words are that it may be removed in future versions.

If you want to familiarize yourself with Unity's functionality more, browse through Unity's manual. You can skip the Basics section as we already went through this (see above). https://docs.unity3d.com/Manual/index.html

For a printable version of the 600+ pages manual, see http://unity3d.com/support/documentation/printable.html

To get up-to-date on Unity 3 functionality, check out the following official documentation: Unity 3 - What's new? http://unity3d.com/unity/whats-new/unity-3

Unity Videos (including Tutorials) Link - http://video.unity3d.com

Live Online Unity Classes (currently for basic introduction to Unity)

Link - http://unity3d.com/support/online-training/

You are now faced with the choice of tackling example projects provided by Unity Technologies or jump straight into user-generated tutorials. As the example projects are quite complex, I would suggest working through some video tutorials first. Nonetheless, here are the links for Unity's official example projects. They can be taken completely apart, reverse-engineered and reused for own projects.

3D Platform Game http://unity3d.com/support/resources/tutorials/3d-platform-game

2D Platform Game http://unity3d.com/support/resources/tutorials/2d-gameplay-tutorial

Iphone tutorials and more example projects http://unity3d.com/support/resources/tutorials/

More Unity Example projects http://unity3d.com/support/resources/example-projects/

Brand New Car Tutorial (April 2010) http://unity3d.com/support/resources/tutorials/car-tutorial


Now, let's head on to TUTORIALS. This list starts with mostly basic and general tutorials at the top and lists more specific tutorials at the end.

Will Goldstone, author of the Unity Game Development book, worked on a series of helpful video tutorials here (using JavaScript): http://learnunity3d.com/ (also http://learnmesilly.com/). More recently by Will Goldstone: http://www.unity3dstudent.com/

TornadoTwins Video Tutorials They show step by step how to create a simple game using Javascript. http://www.youtube.com/user/TornadoTwins

UnityPrefabs - New Project by the Tornado Twins - soon to be launched http://www.tornadotwins.com/unityprefabs/

Walker Boys Studio - Unity Tutorials from the Guildhall at SMU (an extensive list of tutorials with more on the way) free.html">http://walkerboystudio.com/html/unity_training_free.html

CannedMushroom Video Tutorials (Unity and other software) This is a series of projects intended for 2-hour self-instructed lessons using JavaScript http://www.youtube.com/user/cannedmushrooms

Unity Jumpstart Proof of Concept Game to learn creating your own game from the ground up http://forum.unity3d.com/viewtopic.php?t=28433 http://www.unityjumpstart.com/ProofOfConcept_1/

3dbuzz.com Series of Unity tutorials (among many other tutorials) registration required (free) * working with asset server * advanced c# version of unity jumpstart tutorial (see above) * MonoDevelop and Unity Iphone * SpriteManager

http://www.3dbuzz.com/vbforum/sv_home.php

BurgZergArcade - Unity Tutorials Hack&Slash Tutorial using C# and plenty of other information and useful tutorials website - http://www.burgzergarcade.com/

UnityScript Basics (Scripting Basics for Noobs) If you're new to scripting, read up on this good introduction to scripting in Unity. Lots of analogies are provided which makes it really easy to understand. The details are explained for UnityScript, but the introduction is great for any scripting language. website - http://www.unityscript.com/lessons1/basics.php

Unity 3D Tutorial Several tutorials on Unity 3D from scripting basics to advanced procedural level generation. New tutorials, free assets and tips posted on a regular basis. website - http://www.unity3dtutorial.com

UnityLabs Text-based tutorials with screenshots covering a wide range of topics incl. scripting (using JavaScript), basic introduction to unity, character controllers, and user interfaces http://www.unitylabs.net/tutorials/unity-beginners

InfiniteAmmo Tutorial General Introduction to Unity (3 parts so far) Some scripting covered using Javascript (e.g. movement controls) http://infiniteammo.ca/blog/impromptu-unity3d-intro-tutorial/

Technicat Introduction to Game Development with Unity including Workflow, Scripting, GUI, Version Control, etc. http://technicat.com/games/unity.html

Advanced Media Lab at North Carolina State University http://vimeo.com/channels/ncsuunity

GearTech Games 4 Videos on how to work through a project (and more videos)

  • workflow between Modo and Unity
  • lightmapping

http://www.geartechgames.com/GearTech_Games/Beginning_a_Project/Beginning_a_Project.html

Making Sense of Unity These video tutorials provide more indepth coverage of unity scripting using Javascript (not meant to be introductory material)

  • lecture style explanations of concepts
  • more entertaining and not like most other screen-capture tutorials :)

http://www.youtube.com/etphonemyhome

Virtual Autonomy Guide for working with Google SketchUp and Unity (also shaders and multi-user environments) text-based with screenshots http://virtualautonomy.com/blog/index.php/tutorials/

Robotduck - Blog The blog of this Unity user provides tips on Unity scripting and functionality and showcases some of his projects http://robotduck.wordpress.com/

Ethical Games Unity Tutorials for Flash Developers http://ethicalgames.wordpress.com/2009/01/14/unity-for-flash-developers-tutorial-1/

Car Tutorial Physics Setup for a car, AI for driving around racetrack http://www.gotow.net/andrew/blog/?page_id=78

Terrain Tutorial seven videos on how to create terrains in Unity from heightmaps to finish http://vimeo.com/album/156452

In-Depth Terrain Tutorial text-based with screenshots http://www.unifycommunity.com/wiki/index.php?title=Terrain_tutorial forum thread http://forum.unity3d.com/viewtopic.php?t=16941

Paul Bourke -Unity for stereoscopic display text-based with screenshots http://local.wasp.uwa.edu.au/~pbourke/miscellaneous/stereographics/Unitystereo/

Paul Bourke Unity and Idome text-based with screenshots http://local.wasp.uwa.edu.au/~pbourke/miscellaneous/domemirror/UnityiDome/

RENCI Unity for Dome projections http://unc.renci.org/rencinews/the-dome-corner-006

Official Unity Tech. Tutorial for the Animation View (NEW) 3-part-series of video tutorials http://unity3d.com/support/resources/tutorials/video-animation-view

Texture Painting Tutorial - explanation of how to draw surface Textures for several (sci-fi) object, using Photoshop: http://forums.cgsociety.org/showthread.php?t=373024

PAID TUTORIALS

VTC - Unity tutorial (subscription based content on vtc.com) http://www.vtc.com/products/Introduction-to-Game-Development-Using-Unity-3D-Tutorials.htm

Design3.com (subscription based tutorials, Unity-related content among other software like Maya, 3DS Max, Photoshop) http://www.design3.com/by-software/unity

Unity-Tutorials (mostly paid and some free tutorials) http://www.unity-tutorials.com/


GENERAL RESOURCES

Once you went through some or all of these tutorials, you should be creating your own content in no time. Next, I'll provide an overview of general resources for Unity. Whenever you need to find some information about Unity, scripting, projects, collaborations or anything Unity-related, check these links out:

Searching for resources - The All-In-One Unity Reference Search http://www.google.com/cse/home?cx=001712401338047450041:csfhqk-trfa credit goes to Robotduck for providing this link to the public; tremendous time saver (see http://robotduck.wordpress.com/)

Unity Scripting Reference http://unity3d.com/support/documentation/ScriptReference/index.html

Unity Component Reference each available Component described in detail http://unity3d.com/support/documentation/Components/index.html

Unity Wiki (UnifyCommunity) http://www.unifycommunity.com/wiki/index.php?title=Main_Page

Unity Answers Invaluable when you have specific questions about Unity or Scripting http://answers.unity3d.com/ This link should also get you started on learning Unity http://answers.unity3d.com/search?q=learning+tutorial

Unity Forum http://forum.unity3d.com/ http://forum.unity3d.com/viewtopic.php?t=30633

Unity Feedback feature request go here http://feedback.unity3d.com

Unity IRC Point your favorite IRC client to irc.freenode.net and join #unity3d to chat in real time.

Overview of Unity Resources http://www.reddit.com/r/unity_tutorials/

Overview of Unity blogs http://www.reddit.com/r/unity_blogs/


TOOLS AND EXTENSIONS

Lastly, I want to list extensions and tools which can make your life as a Unity developer easier.

Unity Extensions

  • Terrain Toolkit

  • External Lightmapping Tool

  • Locomotion System

  • Explosion Framework

  • Head Look Controller

http://unity3d.com/support/resources/unity-extensions/ overview of some extensions Unity youtube and vimeo channels http://www.youtube.com/user/Unity3D http://www.vimeo.com/unity3d/videos

Visual C# Express free IDE for C# http://www.microsoft.com/express/Downloads/#2008-Visual-CS

AngryAnt One of Unity's developers provides projects to extend Unity's functionality (e.g. pathfinding and AI) http://angryant.com/

sturestone's A* Pathfinding (currently version 2.9) forum thread - http://forum.unity3d.com/threads/67417-A*-Pathfinding-2.9-Is-Released-(Unity-3-Compatible)

Weltenbauer Augmented Reality / Webcam Input http://produktion.weltenbauer.com/#/5

forum threads: http://forum.unity3d.com/viewtopic.php?t=32613&highlight=toolkit (Webcam Toolkit)

http://forum.unity3d.com/viewtopic.php?t=11889&highlight=toolkit (ARToolkit Extension)

http://forum.unity3d.com/viewtopic.php?t=32669&highlight=toolkit (UnityAR)

SeeingMachines FaceAPI / VisionBlaster Head Tracking in Unity (purchase required) http://visionblaster.com/cms/index.php?option=com_content&view=article&id=48&Itemid=62&lang=en and http://www.seeingmachines.com/product/faceapi/downloads/

Mostly Tigerproof Using Google Analytics and Unity to track game stats This is a blog entry about Google Analytics and Unity http://blog.mostlytigerproof.com/2009/10/06/gathering-statistics-using-google-analytics-and-unity-3d/

Antares Project - Extensive Set of Tools to extend the Unity Editor - Open Source; forum thread - http://forum.unity3d.com/viewtopic.php?t=50843

Antares Deformator (Work in Progress) - deforming meshes realistically forum thread - http://forum.unity3d.com/viewtopic.php?t=54290

UniWii WiiMote implementation http://www.unifycommunity.com/wiki/index.php?title=UniWii forum thread http://forum.unity3d.com/viewtopic.php?t=7284

Decal Framework - http://unity3dstore.com/?page_id=59 (purchase required) forum thread - http://forum.unity3d.com/viewtopic.php?t=54613

Unity Terrain Tools - EasyRoads (purchase required) http://unityterraintools.com/downloads.php forum thread http://forum.unity3d.com/viewtopic.php?t=23519

Six Times Nothing - Road/Path Tool and River Tool http://www.sixtimesnothing.com/

Dastardly Banana - FPS Weapon Tool, Radar example http://dastardlybanana.com/Downloads.htm

Starscene Software - Tools, Games and Utilities for Unity (purchase required for utilities) http://www.starscenesoftware.com

GUIX - visual Menu/GUI builder (purchase required) http://www.ennanzus.com/developer/GUIX/buy.htm

EZ Game Saver - saving tool (purchase required) http://www.anbsoft.com/middleware/ezs/index.htm

FireTool - create realistically spreading fire to your scene http://forum.unity3d.com/viewtopic.php?t=49588

Overview of extensions on UnifyWiki http://www.unifycommunity.com/wiki/index.php?title=Extensions

LightUp (purchase required) Extension of Google Sketchup (Lighting Solution) which works nicely for exporting lightmaps to Unity http://www.light-up.co.uk/

PureLight (purchase required) Lighting solution for importing lightmaps to Unity http://www.purelighttech.com/product.htm

Stereoscopic Solutions 3D Anaglyph System (purchase required) Stereoskopix3D

Plugin for Kinect's Primesense Camera forum thread - http://forum.unity3d.com/threads/67982-Kinect-plugin

Unity Web Suite - tutorials and examples in C# to create online content forum thread - http://forum.unity3d.com/threads/17674-Unity-Web-Suite-(Examples-Tutorials) website - http://www.nickbreslin.com/2009/04/phphandler-20-released/

Yes, there are lots, although no resources that I've found which relate specifically from those coming from a Director background. However, I think once you get stuck in you'll feel quite at home relatively quickly (I did).

Have a look at these search results for Unity Tutorials

Also check out the Tutorials page on the Unity Wiki

In the Unity Online Manual, there are some Tutorials.

**OBSOLETE**There's also a book about Unity which has had some good reviews.

Also, for learning the scripting language, if you choose to learn C#, there are loads of general (non-unity-specific) C# tutorials out there which can be a great help.

If you are looking for good website to getting started so i recommend you to use unity’s official docs and tutorial, and you are searching for other websites and YouTube channels then you should check this out. start learning unity fast

Apart from tutorials, you might also be interested in our online 4-day course on Game Development with Unity: http://gamedevtraining.zymichost.com

Its interactive so you can ask questions from the instructor, and share your screen live. Its only over weekends, and since we are doing this live for the first time ( we usually do in-person at various institutions), its very affordable.

To register, Email gamedevtraining@gmail.com

My channel has around 110 unity3d tutorials and others covering Javascript for begginers :slight_smile:

Unity Tutorials to help new comers get used to the
program; I hope people find it helpful.

Here’s the list for every tutorial I made for Unity

2D Tutorials

  1. Unity 2D Tutorial - Setup and Edit Import
    https://www.youtube.com/watch?v=EBRrNzi3mWM&index=2&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  2. Unity 2D Tutorial - Layers - Collider and Setup First Scene
    https://www.youtube.com/watch?v=PToJITp8Lho&index=2&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  3. Unity 2D Tutorial - Player Movement and Jumper
    https://www.youtube.com/watch?v=IoFMjP6wKfs&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k&index=3

  4. Unity 2D Tutorial - Animation and Animator
    https://www.youtube.com/watch?v=yHO1JiyYino&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k&index=4

  5. Unity 2D Tutorial - Camera Setup and Level Setup
    https://www.youtube.com/watch?v=Qe6nnESFgc0&index=5&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  6. Unity 2D Tutorial - Coin and GameOver Hole
    https://www.youtube.com/watch?v=eUJNwb15KqQ&index=6&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  7. Unity 2D Tutorial - Sound and Background Music
    https://www.youtube.com/watch?v=kISO1lDxCCw&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k&index=7

  8. Unity 2D Tutorial - Background and Particle Clouds
    https://www.youtube.com/watch?v=7hkcT7TcBys&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k&index=8

  9. Unity 2D Tutorial - Break Brick
    https://www.youtube.com/watch?v=Jg9cciI6ewM&index=9&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  10. Unity 2D Tutorial - GUI Hearts
    https://www.youtube.com/watch?v=aQgHmXNkWLo&index=10&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  11. Unity 2D Tutorial - Health Potion
    https://www.youtube.com/watch?v=NYp9HUeeNpY&index=11&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

  12. Unity 2D Tutorial - Door and Key (Error Fix)
    https://www.youtube.com/watch?v=M4iNpEnbUSk&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k&index=12

  13. Unity 2D Tutorial - Draw Score
    https://www.youtube.com/watch?v=LMH_RJPSuLI&index=13&list=PLibcNx7N-dGiS4D0_eaPq5taFedBo9T6k

Unity 2D 4.3 - Lighting on 2D Sprites
https://www.youtube.com/watch?v=FhNNBPbV9po&index=17&list=PLibcNx7N-dGjXK38d171cPX6UtUBH7mIX

3D Tutorials

  1. Unity 3D Tutorial - Importing Models
    https://www.youtube.com/watch?v=VKo6vjZEAJM&list=PLibcNx7N-dGjB8E7fZOLn2Rhzg0iRahUZ&index=2

  2. Unity 3D Tutorial - Movement
    https://www.youtube.com/watch?v=YSsnc2zuMW4&list=PLibcNx7N-dGjB8E7fZOLn2Rhzg0iRahUZ&index=2

  3. Unity 3D Tutorial - Animator
    https://www.youtube.com/watch?v=7EOdyUZ2IXQ&index=3&list=PLibcNx7N-dGjB8E7fZOLn2Rhzg0iRahUZ

  4. Unity 3D Tutoral - Follow Player AI
    https://www.youtube.com/watch?v=W0Ux7XKk3O4&list=PLibcNx7N-dGjB8E7fZOLn2Rhzg0iRahUZ&index=4

How to make a Music Game - Video Series

How to make a Music Game - Unity Tutorial 1-6
https://www.youtube.com/watch?v=BlpY75dHccg&list=PLibcNx7N-dGhBDgW5GEP-RbAvQCfurlHd&feature=mh_lolz

How to make a Music Game - Unity Tutorial 2-6
https://www.youtube.com/watch?v=Zf47HHSFPTQ&index=2&list=PLibcNx7N-dGhBDgW5GEP-RbAvQCfurlHd

How to make a Music Game - Unity Tutorial 3-6
https://www.youtube.com/watch?v=DxeR4pWcm2g&index=3&list=PLibcNx7N-dGhBDgW5GEP-RbAvQCfurlHd

How to make a Music Game - Unity Tutorial 4-6
https://www.youtube.com/watch?v=cSEb36q7RN8&list=PLibcNx7N-dGhBDgW5GEP-RbAvQCfurlHd&index=4

How to make a Music Game - Unity Tutorial 5-6
https://www.youtube.com/watch?v=fAykCrYnOwU&index=5&list=PLibcNx7N-dGhBDgW5GEP-RbAvQCfurlHd

How to make a Music Game - Unity Tutorial 6-6
https://www.youtube.com/watch?v=J1lXbkB_fOY&list=PLibcNx7N-dGhBDgW5GEP-RbAvQCfurlHd&index=6

Sunrisekingdom Youtube
https://www.youtube.com/user/SunriseKingdom/videos

FREE JAVA CODES
http://sunrisekingdomarcade.weebly.com/unity-3d–java-tutorial.html

FREE PUBLIC DOMAIN MODELS
http://sunrisekingdomarcade.weebly.com/blender—low-poly-models.html

I have found these 2 designer coder that give a new twist to making RPG based games generaly tied to Final Fantasy 7 style games, the run and search with instant battles…

HardlyBriefDan
His videos show usage of coding first to get a structure and then as its in early stages (still 21 tutorials and growing) his teachings are far from the Corporate selling aspect but more like a personal teacher guiding you through things like Serialization, Items, potions, battle stages, etc too much to list but i guarantee you wont be disappointed… did i mention he will make sure he replies to your issues… right theres a winner…

On another note
Thomas Greener
Has a slightly different approach, but with the break down and 100% working code with the latest version of Unity, has captured a angle of coding and structure that allows you to Really interact with the two designer/coders… but also is in the early stages of producing and im sure his productivity and his dedication to Also answer question about his work and adding things in a timely manner, this is one not to miss either…

i will be posting work i completed from both sets… and im just a knowledge bin learning and had NO prior knowledge before i went on my adventure with these two…

Hope this helps the community…

OzcorpsDesigns - aka Matt - ole school boyee learning new tricks

Brackeys (Brackeys - YouTube) has quite a few tutorials and is great for beginners

Guys, For the latest Unity 5 tutorials you can refer to this http://www.unityrealm.com/

It contains very useful tips and tricks

here is a youtube channel for learning unity in hindi or urdu language it has 250 + videos .

You can learn on Udemy or on unity . On Udemy there are many Good courses that you can find about Unity.Search For courses above 30 hours length. start By beginner level than Intermediate level, Or start by Unity Lectures. Start With Roller ball if you know nothing about unity.Learn from unity 5 and above.
List Of tutorials(If You are Very Beginner https://www.udemy.com/unitycourse2/ , Or https://www.udemy.com/unitycourse/learn/v4/overview ). The first one is for absolutely beginner.

Well, I have gotten PRETTY good at game dev. (not stellar tho) And Jimmy Vegas on Youtube, really helped me out, or Brackeys, and N3K EN. Hope it helps! :wink:

There are many FREE COURSE of unity here From Programming to Art (pixel art, blender, voxel art, animations, Networking for multiplayer games) and much more Check it out!,
i hope tou guys like it