Search Unity

Can You Recommend 2D Platformer Tutorials?

Discussion in 'Getting Started' started by sp_gross, Mar 28, 2015.

  1. sp_gross

    sp_gross

    Joined:
    Jul 1, 2013
    Posts:
    3
    I'm looking to build an incredibly basic 2D platformer from scratch to teach myself more about Unity - just a small space, a character that can idle/run/jump. Eventually I'd like to add some collectibles, a pit, and an enemy walking back and forth too.

    I have a basic understanding of how Unity is laid out, project folders, hierarchies, importing sprites, attaching components etc. but I'm completely unfamiliar with scripting.

    Can anyone recommend any good tutorials that would help me build a 2D platformer from scratch? Like a "baby's first platformer" kind of dealy.

    Examples:
    CharacterController 2D by prime[31]
    Introduction To Unity 2D Game Development on iMakeInternet