Unity Official Tutorial Learn

Source: Internet
Author: User
Tags modifiers sessions

Interface & Essentials

Using the Unity Interface

1.Interface Overview https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/interface-overview?playlist=17090

2.The Scene View https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/scene-view?playlist=17090

3.The Game View https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/game-view?playlist=17090

4.The Hierarchy Window https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/hierarchy-window?playlist=17090

5.The Project Window https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/project-window?playlist=17090

6.The Inspector Window https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/inspector-window?playlist=17090

7.Build and Player Settings https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/ build-and-player-settings?playlist=17090

8.Introduction to the Profiler https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/ introduction-profiler?playlist=17090

Essential Unity Concepts

1.Game Objects and Components https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/ game-objects-and-components?playlist=17090

2.prefabs-concept & Usage https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/ prefabs-concept-usage?playlist=17090

3.Tags https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/tags?playlist=17090

4.Layers https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/layers?playlist=17090

Live Sessions on Unity Interface and Essentials

1.Editor Basics https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/editor-basics?playlist=17090

2.Game Objects https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/game-objects?playlist=17090

3.Unity Tips & Tricks https://unity3d.com/cn/learn/tutorials/topics/tips/unity-tips-tricks?playlist=17090

4.Unity Tips & Tricks 2 https://unity3d.com/cn/learn/tutorials/topics/tips/unity-tips-tricks-2?playlist=17090

5.Unity Tips & Tricks 3 https://unity3d.com/cn/learn/tutorials/topics/tips/unity-tips-tricks-3?playlist=17090

6.Unity Tips & Tricks 4 https://unity3d.com/cn/learn/tutorials/topics/tips/unity-tips-tricks-4?playlist=17090

Scripting

Beginner Gameplay Scripting

1.Scripts as behaviour components https://unity3d.com/cn/learn/tutorials/modules/beginner/scripting/ scripts-as-behaviour-components?playlist=17117

2.Variables and Functions https://unity3d.com/cn/learn/tutorials/topics/scripting/variables-and-functions?playlist=17117

3.Conventions and Syntax https://unity3d.com/cn/learn/tutorials/topics/scripting/conventions-and-syntax?playlist=17117

4.c# vs JS Syntax https://unity3d.com/cn/learn/tutorials/topics/scripting/c-vs-js-syntax?playlist=17117

5.IF Statements https://unity3d.com/cn/learn/tutorials/topics/scripting/if-statements?playlist=17117

6.Loops https://unity3d.com/cn/learn/tutorials/topics/scripting/loops?playlist=17117

7.Scope and Access Modifiers https://unity3d.com/cn/learn/tutorials/topics/scripting/scope-and-access-modifiers? playlist=17117

8.Awake and Start https://unity3d.com/cn/learn/tutorials/topics/scripting/awake-and-start?playlist=17117

9.Update and Fixedupdate https://unity3d.com/cn/learn/tutorials/topics/scripting/update-and-fixedupdate?playlist=17117

10.Vector Maths https://unity3d.com/cn/learn/tutorials/topics/scripting/vector-maths?playlist=17117

11.Enabling and disabling Components https://unity3d.com/cn/learn/tutorials/topics/scripting/ enabling-and-disabling-components?playlist=17117

12.Activating gameobjects https://unity3d.com/cn/learn/tutorials/topics/scripting/activating-gameobjects?playlist=17117

13.Translate and Rotate https://unity3d.com/cn/learn/tutorials/topics/scripting/translate-and-rotate?playlist=17117

14.Look at https://unity3d.com/cn/learn/tutorials/topics/scripting/look?playlist=17117

15.Linear interpolation https://unity3d.com/cn/learn/tutorials/topics/scripting/linear-interpolation?playlist=17117

16.Destroy https://unity3d.com/cn/learn/tutorials/topics/scripting/destroy?playlist=17117

17.GetButton and GetKey https://unity3d.com/cn/learn/tutorials/topics/scripting/getbutton-and-getkey?playlist=17117

18.GetAxis https://unity3d.com/cn/learn/tutorials/topics/scripting/getaxis?playlist=17117

19.OnMouseDown https://unity3d.com/cn/learn/tutorials/topics/scripting/onmousedown?playlist=17117

20.GetComponent https://unity3d.com/cn/learn/tutorials/topics/scripting/getcomponent?playlist=17117

21.Delta Time https://unity3d.com/cn/learn/tutorials/topics/scripting/delta-time?playlist=17117

22.Data Types https://unity3d.com/cn/learn/tutorials/topics/scripting/data-types?playlist=17117

23.Classes https://unity3d.com/cn/learn/tutorials/topics/scripting/classes?playlist=17117

24.Instantiate https://unity3d.com/cn/learn/tutorials/topics/scripting/instantiate?playlist=17117

25.Arrays https://unity3d.com/cn/learn/tutorials/topics/scripting/arrays?playlist=17117

26.Invoke https://unity3d.com/cn/learn/tutorials/topics/scripting/invoke?playlist=17117

27.Enumerations https://unity3d.com/cn/learn/tutorials/topics/scripting/enumerations?playlist=17117

28.Switch Statements https://unity3d.com/cn/learn/tutorials/topics/scripting/switch-statements?playlist=17117

Intermediate Gameplay Scripting

1.Properties

2.Ternary Operator

3.Statics

4.Method overloading

5.Generics

6.Inheritance

7.Polymorphism

8.Member hiding

9.Overriding

10.Interfaces

11.Extension Methods

12.Namespaces

13.Lists and dictionaries

14.Coroutines

15.Quaternions

16.Delegates

17.Attributes

18.Events

Editor Scripting

1.Building a Custom Inspector

2.The Drawdefaultinspector Function

3.Adding Buttons to a Custom Inspector

4.Unity Editor Extensions-menu Items

Community Posts

1.MonoDevelop ' s Debugger

2.Unity Editor Extensions-menu Items

3.Creating Meshes

Project Architecture

1.AssetBundles and the Assetbundle Manager

2.Mastering Unity Project Folder structure-version Control Systems

Getting Started with Unity development using Visual Studio

1.Installing Tools for Unity development

2.Building your first Unity Game with Visual Studio

3.Editing Unity Games in Visual Studio

4.Debugging Unity Games in Visual Studio

5.Graphics debugging Unity games in Visual Studio

6.Taking Unity Games to Universal Windows Platform

7.Testing Unity games on Android in Visual Studio

Live Sessions on Scripting

1.Scripting Primer and Q&a

2.Scripting Primer and q&a-continued

3.Scripting Primer and q&a-continued (Again)

4.persistence-saving and Loading Data

5.Object Pooling

6.Introduction to scriptable Objects

7.How to communicate between Scripts and Gameobjects

8.Coding in Unity for the Absolute beginner

9.Sound Effects & Scripting

10.Editor Scripting Intro

11.Writing Plugins

12.Property Drawers & Custom Inspectors

13.events:creating a simple messaging system

14.Ability System with scriptable Objects

15.Character Select System with scriptable Objects

16.Creating Basic Editor Tools

Live Session:quiz Game 1

1.Intro and Setup

2.Data Classes

3.Menu screen

4.Game UI

5.Answer Button

6.Displaying Questions

7.Click to Answer

8.Ending the Game and Q&a

Live session:localization Tools

1.Overview and goals

2.Localization Data

3.dictionary,json and streaming Assets

4.Localization Manager

5.Startup Manager

6.Localized Text Component

7.Localized Text Editor Script

8.Localization Q&a

Live session:controlling particles Via Script

1.Introduction and Session goals

2.Particle Lancher

3.Particle collisions

4.Particle Launcher Script

5.Particle Collisions and Scripting

6.Random particle Colors

7.Drawing Decals with particles

8.Collecting Particle information for Display

9.Displaying particles Via Script

10.Droplet Decals

11.Questions and Answers

Live session:text Adventure Game Part 1

1.Introduction and goals

2.Project Architecture Overview

3.Creating Rooms

4.Creating Exits

5.Text Input

6.Reacting to String Input

7.Input Actions and the Delegate Pattern

8.Questions and Anwers

Live session:text Adventure Game Part 2

1.Introduction and goals

2.Project Architecture and Review

3.Displaying Item Descriptions

4.Examining Items

5.Taking Items

6.Displaying Inventory

7.Action Response

8.Preparing the use Item Dictionary

9.Creating the Use Action

10.Questions and Answers

Graphics

Audio

User Interfaces

Navigation

Ads & Analytics

Performance optimization

The Game Creation

Best Practies

Physics

Animation

Mobile & Touch

Tips

Virtual Reality

Multiplayer Networking

Unity Official Tutorial Learn

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.