Dunedin Hive Unity Workshop

Thursday, October 18, 2018

Useful resources for learning unity

Manual:
https://docs.unity3d.com/Manual/UnityOverview.html

Modeling in Pro Builder:
https://www.youtube.com/watch?v=Ta3HkV_qHTc
https://unity-technologies.github.io/procore-legacy-docs/probuilder/probuilder2-gh-pages/general/fundamentals/

Input:
https://docs.unity3d.com/ScriptReference/Input.html
https://docs.unity3d.com/Manual/ConventionalGameInput.html

Terrain:
https://docs.unity3d.com/2018.2/Documentation/Manual/script-Terrain.html

Audio
https://unity3d.com/learn/tutorials/topics/audio/audio-listeners-sources
https://docs.unity3d.com/2018.2/Documentation/Manual/Audio.html

UI:
https://unity3d.com/learn/tutorials/s/user-interface-ui
https://docs.unity3d.com/2018.2/Documentation/Manual/UISystem.html

Example game made with only UI:
https://unity3d.com/learn/tutorials/tic-tac-toe/introduction-and-setting-project

Animation:
https://unity3d.com/learn/tutorials/topics/animation/animation-view

2D games:
https://unity3d.com/learn/tutorials/s/2d-game-creation


Scripting (kinda advanced, needs knowledge of c#):
https://unity3d.com/learn/tutorials/s/scripting
https://docs.unity3d.com/ScriptReference/index.html

Posted by MarcinW at 3:09 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Popular Posts

  • Driving Game - introduction to visual scripting
    Welcome to the Unity. In this project, your are going to make vehicle driving game by using real physics simulati...
  • Physics based aircraft 2 / 2 - Gun
    Lets arm our aircraft from previous tutorial with a simple gun. We will need two scripts (one for a gun and one for a projectile), and also...
  • 2D Platformer Character 2 / 4 - Jumping
    Lets teach our cat how to jump. First, we need to modify PlayerCat.cs script. using  UnityEngine; public   class   PlayerCat  :  MonoBehav...
  • First Person Controller
    Let's make simple first person controller, that will let us move around level in first person mode. Start by making empty game object a...
  • Physics based aircraft 1 / 2 - Basic Movement
    Let's make simple, player controllable aircraft. I used ship model from here: https://www.assetstore.unity3d.com/en/?stay#!/content/2...
  • 3D Animations 1 / 2
    To use animations in unity, you can either make them yourself in the editor, or use a model that already has them. In this example, I us...
  • 3D Animations 2 / 2
    This time we'll make our tiger walk around. To do that, we are going to make TigerAnimator blend 'idle' and 'walk' anima...
  • 2D Platformer Character 5 - Triggers
    This time we will use small but useful script to add simple trap to our level. We are going to make red crystals fall down when player enter...
  • 2D Platformer Character 4 / 4 - Collectibles
    Lets enable our cat to collect things. Add sprite of your choice (can be animated or not) to the scene (I used animated gems from here ), ad...
  • Player Controllable Physics Ball
    Just two scripts for now without proper explanation, but they should work as long as you have a sphere with sphere collider and rigidbody, a...

Blog Archive

  • ►  2022 (1)
    • ►  September (1)
  • ►  2019 (2)
    • ►  November (1)
    • ►  May (1)
  • ▼  2018 (10)
    • ►  November (2)
    • ▼  October (8)
      • 2D Platformer Character 3 / 4 - Win and Lose
      • 2D Platformer Character 2 / 4 - Jumping
      • 2D Platformer Character 1 / 4 - Basic Movement
      • Physics based aircraft 2 / 2 - Gun
      • Physics based aircraft 1 / 2 - Basic Movement
      • Useful resources for learning unity
      • 3D Animations 2 / 2
      • 3D Animations 1 / 2
Simple theme. Powered by Blogger.