Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity tutorials

Discussion in 'Community Learning & Teaching' started by DGoodayle, Feb 18, 2013.

  1. DGoodayle

    DGoodayle

    Joined:
    Dec 5, 2011
    Posts:
    23
    I plan on adding tutorial's here as I go instead of creating one post-per tutorial. I am also taking requests for anything that people would like to know about.

    For the experienced ones, is there anything you would think would be very useful for new users of Unity?


    Setting up your system for iOS development
    This article assumes that you have a project setup in Unity and would like publish it onto an iOS device. It will go through the setting up of provisioning profiles, adding devices to the profile and creating an application.

    Using Unity with GIT
    This article assumes that you are using Unity Pro, however it would still be possible to use Unity Standard but you will have problems with the metadata that is stored outside of the project. It will go over the basics of setting up Unity to use source-control and setting up your first project​

    From Unity to XCode to TestFlight to the client
    How to get your application built for distribution using TestFlight​

    Making your first project with Unity and Augmented Reality
    This article is for anyone who want’s to get started in the world of Augmented Reality (AR), it will be using Qualcomm’s Vuforia (Mainly because it’s very good, and its free!).​
    Using Lua inside Unity
    A very quick guide to get Lua into your Unity projects in two minutes​
    Beginners guide to MonoBehaviours in C#
    A brief overview of what MonoBehaviours are.​
    Asynchronous / Synchronous in Unity for beginners
    What does Asynchronous / Synchronous code look like in Unity?​
     
    Last edited: Jun 11, 2013
  2. DGoodayle

    DGoodayle

    Joined:
    Dec 5, 2011
    Posts:
    23
    - Added the new tutorial "Making your first project with Unity and Augmented Reality"
     
  3. outtoplay

    outtoplay

    Joined:
    Apr 29, 2009
    Posts:
    741
    Big Thumbs up! Great add!

    Thanks,
    B.
     
  4. DGoodayle

    DGoodayle

    Joined:
    Dec 5, 2011
    Posts:
    23
    -Added three tutorials
    Asynchronous / Synchronous in Unity for beginners
    Beginners guide to MonoBehaviours in C#
    Using Lua inside Unity