ACHIEVEMENTS II - Endless Runner Tutorial in Unity #32
An advanced tutorial on the achievement system we made before. We see how to implement a page system for the trophy panel and how to add the first six achievements in the game. IMPORTANT BUG FIX: in the thunderstorm script, add a null check before unlocking the achievement since we are also calling the thunderstorm in the main menu. It should look like this: if (AchievementsManager.Instance != null)//check if in main menu AchievementsManager.Instance.UnlockAchievement(Achievement.AchievemntTypes.thunderstorm); This is a tutorial series in Unity on how to make a 2D endless runner for mobile. This series is based on a game that I've already published on the Play Store, BoatVenture. //Part 1 https://www.youtube.com/watch?v=FrXY0fevPp4 //Discord server - fresh new! https://discord.gg/yaQ6attaZa //Twitch - also fresh new! I stream game development and gameplay. https://www.twitch.tv/rickygamedev //Timestamps 00:00 Preview 00:19 Intro 00:56 Adding the UI 01:36 Page System 09:33 First six Achievements //My game BoatVenture https://play.google.com/store/apps/details?id=com.rickysgames.BoatVenture&gl=IT //People I think are cool that inspire me ➞ Brackeys, great tutorials easy to follow: https://www.youtube.com/user/Brackeys ➞ DaniDev, young guy with crazy game ideas: https://www.youtube.com/channel/UCIabPXjvT5BVTxRDPCBBOOQ ➞ CodeBullet, kinda obsessed with re-making Snake, but really charismatic: https://www.youtube.com/channel/UC0e3QhIYukixgh5VVpKHH9Q ➞ Carykh, crazy smart guy that tries to machine-learning everything https://www.youtube.com/user/carykh //Wanna grab my entire project? https://github.com/Ordaricc/Youtube-Runner.git //Music used ➞ Outro music is: Accelerate by Open Music Revolution ➞ Additional outro music is: AdhesiveWombat - Night Shade ♫ NO COPYRIGHT 8-bit Music //spaghetti bio here Hi, I'm Ricky. Today I'm making games, tomorrow who knows. I'm a 23M from Italy, trying to make it as a videogame designer and programmer. Ciao!
Download
0 formatsNo download links available.