Projet du cours
Il mio progetto del corso: Creazione di videogiochi a piattaforme con Unity
par Fabio Mancino @fabio_mancino
- 106
- 1
- 0
This my final project of basic Unity Course.
Compared to the notions learned I added:
1) a better audio manager with these three lines of code:
audioSrc.clip = clip;
audioSrc.loop = true;
audioSrc.Play ();
2) A Panel for the EndLevel
3)Quit Game by Esc
At the Design level I tried to get inspired by the level 1-1 of Super Mario Bros where first the player learn how to jump and then enemies are introduced



0 commentaire
Connectez-vous ou inscrivez-vous gratuitement pour commenter