Skip to content

Instantly share code, notes, and snippets.

@gersande
Last active August 5, 2020 01:15
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gersande/8447850 to your computer and use it in GitHub Desktop.
Save gersande/8447850 to your computer and use it in GitHub Desktop.
Unity Tutorial List for 2D Games

Tutorials

Official List

General

* [Learn with Unity](http://unity3d.com/learn) * [Official Wiki "Absolute Beginner's Guide to Unity3D"](http://wiki.unity3d.com/index.php?title=The_Absolute_Beginner's_Guide_to_Unity)

Tutorial/Demos

* [Official tutorials and demos from the Unity team](http://unity3d.com/gallery/demos/demo-projects) * [2D Unity Platformer tutorial](https://www.assetstore.unity3d.com/#/content/11228) !!!!!!! * I desperately need a NOT VIDEO version of this SIGH [Official 2D overview tutorial](http://unity3d.com/learn/tutorials/modules/beginner/2d/2d-overview)

Best Practices

[Best practices with art assets](http://blogs.unity3d.com/2011/09/02/art-assets-best-practice-guide/)

Script references

[Read every single subsection.](http://unity3d.com/support/documentation/ScriptReference/index.html)

Answers To Questions

[How can I display a flat background - 2D image, not a skybox - behind everything in my camera?](http://answers.unity3d.com/questions/9729/how-can-i-display-a-flat-background-2d-image-not-a.html)

Unofficial

Tutorial/Demos

* [Pixelnest 2D tutorial](http://pixelnest.io/tutorials/2d-game-unity/) * [Rocket5Studios : Make a 2D game in Unity3D using only free tools Part 1](http://www.rocket5studios.com/tutorials/make-a-2d-game-in-unity3d-using-only-free-tools-part-1/) * [Jesse Freeman and 2D workflow](http://jessefreeman.com/game-dev/introduction-unitys-new-2d-workflow/) * [Michael Cummings shows how to make 2D animated Sprites using Unity 4.3](http://michaelcummings.net/mathoms/creating-2d-animated-sprites-using-unity-4.3#.UurWd3ddVjI)

Not Free

[Skillshare Tutorials](http://www.skillshare.com/classes/technology/Intro-to-3D-Game-Design-with-Unity/2122456560) 25$

<hr />

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment