gamedev-at-ariel / 01-unity-basics

Unity basics: game object, component, transform, renderer; properties, behavior, script, movement, time; material, keyboard and mouse input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity week 1: The basics

A project with step-by-step scenes illustrating the very basic concepts of Unity programming: game objects, components, transform, rendering, properties, behaviors, scripts, movement, time, materials, keyboard and mouse input.

Text explanations are available here in folder 03.

NOTE: To clone the project, you may need to install git lfs:

git lfs install 

About

Unity basics: game object, component, transform, renderer; properties, behavior, script, movement, time; material, keyboard and mouse input

License:MIT License


Languages

Language:C# 100.0%