All Projects → CompleteUnityDeveloper2 → 1_First_Steps

CompleteUnityDeveloper2 / 1_First_Steps

Licence: MIT license
Setup Unity and Visual Studio on Mac and PC. Use Unity's editor to position, rotate and scale game objects. Understand prefabs. Write very basic code, and use Unity's Console. http://gdev.tv/cu2github (REF: FS_CU2)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to 1 First Steps

PrefabEditor
You can edit Prefab which could not be edited much unless you place it on Scene.
Stars: ✭ 23 (+0%)
Mutual labels:  unity-editor, prefab
DialogueGraph
Open-source node-based tool for developing branching conversation trees
Stars: ✭ 133 (+478.26%)
Mutual labels:  unity-editor
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-26.09%)
Mutual labels:  visual-studio
winrar-keygen
Principle of WinRAR key generation.
Stars: ✭ 398 (+1630.43%)
Mutual labels:  visual-studio
LMS.Version
Super simple auto build version tool
Stars: ✭ 40 (+73.91%)
Mutual labels:  unity-editor
scripts-manager-unity3d
📄 Gives the list of scripts in the current scene with gameobject reference.
Stars: ✭ 52 (+126.09%)
Mutual labels:  unity-editor
download.unity.com
Unity Download http://unity3d.com/unity/download/archive
Stars: ✭ 90 (+291.3%)
Mutual labels:  unity-editor
kontent-boilerplate-net
Kontent.ai Boilerplate for development of ASP.NET Core MVC applications.
Stars: ✭ 29 (+26.09%)
Mutual labels:  visual-studio
chat-app
Multithreading TCP server and client communicating over TCP/IP - Windows Forms Application.
Stars: ✭ 39 (+69.57%)
Mutual labels:  visual-studio
vs-autocomment
A visual studio plugin that automatically inserts comments
Stars: ✭ 30 (+30.43%)
Mutual labels:  visual-studio
ByteScout-SDK-SourceCode
ALL source code samples for ByteScout SDKs and Web API API products.
Stars: ✭ 24 (+4.35%)
Mutual labels:  visual-studio
StackOverflowQuickLaunch
A Quick Launch search provider for searching Stack Overflow in Visual Studio
Stars: ✭ 20 (-13.04%)
Mutual labels:  visual-studio
PowerMode
The Power Mode extension for Visual Studio.
Stars: ✭ 96 (+317.39%)
Mutual labels:  visual-studio
CornerstoneSDK
面向现代 C++ 的小栗子框架插件开发工具(停止更新,仅支持小栗子v2)
Stars: ✭ 37 (+60.87%)
Mutual labels:  visual-studio
JetScreenRecorder
A simple screen capture video recorder using the AfrogeNet ffmpeg DLL and windows forms with a flat ui.
Stars: ✭ 70 (+204.35%)
Mutual labels:  visual-studio
IE-lecture
Internet Engineering Course Lecture and Page 🙈 🎈
Stars: ✭ 37 (+60.87%)
Mutual labels:  lecture
EU4ConsolePatcher
A simple memory patcher which enables the internal developer console in ironman mode
Stars: ✭ 55 (+139.13%)
Mutual labels:  visual-studio
CUDAfy.NET
CUDAfy .NET allows easy development of high performance GPGPU applications completely from the .NET. It's developed in C#.
Stars: ✭ 56 (+143.48%)
Mutual labels:  visual-studio
Shareaza
Shareaza is a peer-to-peer client for Windows that allows you to download any file-type found on several popular P2P networks.
Stars: ✭ 103 (+347.83%)
Mutual labels:  visual-studio
Unity-SerializeReferenceExtensions
Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
Stars: ✭ 255 (+1008.7%)
Mutual labels:  unity-editor

Complete Unity Developer 2.0 - Section 1 - First Steps

This is the Complete Unity C# Developer 3D, the long-awaited sequel to the Complete Unity C# Developer 2D - one of the most successful e-learning courses on the internet! Completely re-worked from scratch with brand-new projects, our latest teaching techniques,. You will benefit from the fact we have already taught over 250,000 students game development, many shipping commercial games as a result.

You're welcome to download, fork or do whatever else legal with all the files! The real value is in our huge, high-quality online tutorials that accompany this repo. You can check out the course here: Complete Unity C# Developer 3D

By The End Of This Section You Can

Setup Unity and Visual Studio on Mac and PC. Use Unity's editor to position, rotate and scale game objects. Understand prefabs. Write very basic code, and use Unity's Console.

How To Build / Compile

This is a Unity project. If you're familiar with source control, then "clone this repo". Otherwise download the contents, and navigate to Assets > Levels then open any .unity file.

This branch is the course branch, each commit corresponds to a lecture in the course. The current state is our latest progress.

Lecture List

Here are the lectures of the course for this section...

1 Get Unity & Visual Studio Downloading

  1. Get the latest version of Unity 2017 (5GB PC, 10GB Mac).
  2. We are using version 2017.1.1, version on slides.
  3. We'll update at the start of each section.
  4. How to find previous versions if needed.
  5. For Mac users only: downloading Visual Studio Mac.
  6. Later: change Unity to use VS on Mac.

2 How To Use This Course

  1. How Unity and Visual Studio relate.
  2. How to ask good questions & get the best help.
  3. Use the Q&A system for questions that need answers.
  4. Use the Community site for sharing work and ideas.
  5. Use our Discord chat server for live chat.

3 Introducing Unity

  1. How to setup and save a new project.
  2. Pick 3D (you can change and add asset packs later).
  3. Introducing Hierarchy, Scene, and Project tabs (default view)
  4. Build a simple block car.
  5. Save, screenshot & share.

4 The Wonder Of Prefabs

  1. Parent and child GameObjects and transforms.
  2. What, why and how to prefab everything.
  3. Build a 2nd object (e.g. bike, person, street lamp, tree).
  4. Compose a small scene & share.
  5. Save and explore the files on disc.

5 Introducing Visual Studio

  1. How an IDE helps us to write code.
  2. How to create a script from the Unity editor.
  3. How to chose which IDE Unity uses*.
  4. Setting your font size.
  5. How to attach a .cs script to a GameObject.
  • Particularly how to make Unity use Visual Studio on a Mac.

5b Instructor Hangout 1.1

  1. How these hangouts work.
  2. Thanks for your introductions.
  3. MonoDevelop vs Visual Studio.
  4. Mac vs PC considerations.
  5. Answering some common questions.

6 Section 1 Conclusion

  1. What you learned in this section.
  2. Please make the effort to engage in our community.
  3. Start the next section right away.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].