Search Unity

Tutorial - How to make a game like Fez in Unity

Discussion in 'Community Learning & Teaching' started by gmatsura, Dec 14, 2014.

  1. gmatsura

    gmatsura

    Joined:
    Sep 26, 2012
    Posts:
    15
    Just thought I'd share a tutorial I made about how to make a game like Fez in Unity. By the end of the tutorial you'll be able to build a level like the one shown here. The tutorial demonstrates how to implement the 3D rotation mechanic in Unity. I'm hoping to give back something to the Unity community which has helped me learn to develop games.




    Here's a few examples of what you'll see in the tutorial:


    I've provided the textures and scripts to build what you see here



    Invisible cubes are generated at runtime based on the player's location to allow them to move to other platforms that appear visible in 2D



    Here's our little cat mid-rotation

    The three part tutorial is on my blog at this link
    I hope you'll take a look and give it a try yourself. If you do please share comments, suggestions or corrections. Thanks!​
     
    Last edited: Dec 20, 2014
    Effervescent likes this.
  2. SubZeroGaming

    SubZeroGaming

    Joined:
    Mar 4, 2013
    Posts:
    1,008
    Great job on this!
     
  3. gmatsura

    gmatsura

    Joined:
    Sep 26, 2012
    Posts:
    15
    Thanks SubZero
     
  4. gmatsura

    gmatsura

    Joined:
    Sep 26, 2012
    Posts:
    15
    Just updated the post with a short video to show off the rotation mechanics in action.
     
  5. _legolas_

    _legolas_

    Joined:
    Nov 10, 2014
    Posts:
    12
    Very useful!