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

  • 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:/...
  • 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 2 / 4 - Jumping
    Lets teach our cat how to jump. First, we need to modify PlayerCat.cs script. using  UnityEngine; public   class   PlayerCat  :  MonoBehav...
  • 2D Platformer Character 3 / 4 - Win and Lose
    This time, we are going to make a real game out of our little 2D cat project. First, lets enable player to lose our game by touching 'ba...
  • 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...
  • 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...
  • 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...
  • 2D Platformer Character 1 / 4 - Basic Movement
    Lets make a character for simple 2D platformer type game. I prepared archive with all needed bitmaps here , but feel free to use your own. I...
  • 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...
  • 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...

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.