installation

Before we start

Create new Unity project

  • Select Unity version 6000.0.41f1
  • Select Universal 3D preset
  • Name your project
  • Create project
    create unity project

Import package

  • Open Package Manager in Unity3D from Window/Package Manager.
  • Open the add git url menu in the Package Manager’s toolbar.
  • The options for adding packages appear.
    git url

  • Select Add package from git URL from the add menu.

  • Fill the text box with URL:
    https://github.com/jaroslavstehlik/GameDevForBeginners.git
  • Hit OK.

Import samples

  • Open menu Window/Package Manager/Packages
  • Select Game dev for beginners package.
  • Select samples tab
  • Import GameDev Core
    import samples

Prepare project

Text mesh pro essential resources

  • Open menu Windows/TextMeshPro/Import TMP Essential resources
    import text mesh pro essentials

Rename layers

  • Open menu Edit/Project Settings/Tags and Layers
    open tags and layers
  • Open layer presets
    open preset
  • Apply layer preset
    apply preset

Setup physics collision matrix

  • Open menu Edit/Project Settings/Physics/Settings
    open physics settings
  • Enable layers as in picture
    change collision matrix
  • Repeat for 2D physics

You are now all set!