Unity Tutorial¶
prerequisite¶
Install Unity Hub
Install Unity Editor 2021.3.2f1 with webgl build support
how to use Unity¶
scene tab: edit the current scene
game tab: after pressing play, you can test the game in the game tab
hierarchy tab: objects inside the active scene, click on the eye on the left to show/hide objects
inspector tab: define options for a specific gameobject or component
window -> 2d -> tile palette: contains tiles you can paint inside the scene. important: select correct active tilemap
manually save the changes!!
how to design the overworld¶
make it impossible for the player to walk behind big walls
scene -> boilerplate: empty template scene. Use this template, if you want to start a new level
collision: ask someone who knows how it works (ilijaz, florian, jonathan, levi)