This shows you the differences between two versions of the page.
|
pjv:laboratoare:en:01 [2019/10/16 15:13] alexandru.gradinaru |
pjv:laboratoare:en:01 [2019/10/16 15:26] (current) alexandru.gradinaru |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Introduction (Unity Basics) ===== | ===== Introduction (Unity Basics) ===== | ||
| - | Tasks: | + | ==== 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]] | ||
| - | - create an environment: terrain, imported and textured objects (e.g. trees, cars, etc.) | + | ==== Tasks ==== |
| - | + | * create an environment: terrain, imported and textured objects (e.g. trees, cars, etc.) | |
| - | - object controlled by keyboard | + | * object controlled by keyboard |
| - | + | * objects with collision | |
| - | - 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). | |
| - | - scripting: an object that rotates permanently | + | * main menu (start game) |
| - | + | ||
| - | - a pickup script (at collision, the object will disappear, and will increase a score displayed on the GUI). | + | |
| - | + | ||
| - | - main menu (start game) | + | |