tongso / RollABall

A simple unity practice project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RollABall

A simple unity practice project

Through this practice, you can acquire following knowledge:

  1. How to use Rigibody and what is Rigibody
  2. What is prefabs, how to create and use prefabs
  3. The way to create and use Material
  4. Create C# Script compmnent for gameobject
  5. Capture user keyboard press to control ball move direction in C# Script
  6. UI Gameobject usage(change text value and active enable a text object)
    In this project we use Canvas Text Object to show the score, it show as 2D on user's screen.
  7. Collider And Trigger
    We will know how to detect collider from Gameobject
  8. Destory Gameobject by C# Script
  9. Controler the transform by C# Script

About

A simple unity practice project


Languages

Language:C# 100.0%