This shows you the differences between two versions of the page.
|
pjv:laboratoare:en:01 [2019/10/16 15:07] alexandru.gradinaru created |
pjv:laboratoare:en:01 [2019/10/16 15:26] (current) alexandru.gradinaru |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Unity Basics ===== | + | ===== Introduction (Unity Basics) ===== |
| + | ==== Info ==== | ||
| + | * [[https://www.raywenderlich.com/772-introduction-to-unity-getting-started-part-1-2|Getting Started – Part 1/2]] | ||
| + | * [[https://www.raywenderlich.com/770-introduction-to-unity-getting-started-part-2-2|Getting Started – Part 2/2]] | ||
| + | ==== Tasks ==== | ||
| + | * create an environment: terrain, imported and textured objects (e.g. trees, cars, etc.) | ||
| + | * object controlled by keyboard | ||
| + | * objects with collision | ||
| + | * scripting: an object that rotates permanently | ||
| + | * a pickup script (at collision, the object will disappear, and will increase a score displayed on the GUI). | ||
| + | * main menu (start game) | ||