8 Unity 5 tutorial: Simple Endless Runner - The menu

preview_player
Показать описание
This tutorial will teach you how to create a simple endless runner like the game ZigZag. Through out the tutorial will will be using some techniques that will be useable in other games as well.

In this part of the tutorial, you will learn how to create and endless path.

Click the link below to download the project files, and try out the project in the web player:

Follow me on my social media pages, to get updates and chat with me.

Like my page on facebook

Follow me on Twitter @inScopeStudios:
Рекомендации по теме
Комментарии
Автор

I'm going to become a patron for you. Your tutorials are SUPERB, and that isn't an understatement. You are incredibly helpful, and make sure your learners know what they're doing every step of the way.

Subbed, good job!

thejoyoftoast
Автор

I saw y deleting that score saying we dont need this
I was wondering why

saiakhilkatkam
Автор

thanks man i louve you i have nog 4 days trying an it works thanks by you

stanpersoons
Автор

Thanks mate! Some question, is possible a future tutorial about action slot (skill bar)?

TheYuuuk
Автор

hello do you have the scripst to download?

esneidertafur
Автор

yes, please fix the issue with edge ball passing, as it shows isDead = true before the ball drops

also start plane needs to have behaviour like the tiles like start plan will fall and isdead = true/false for the start plane.

asglu
Автор

Hi.
When I click the "RETRY" button I want that the menu fades out and afterwards the game restarts.
So I just copied the "GameOver" animation and set the speed to -1. I have also made a new trigger for this animation.

The problem is just that I can't see the animation, becaus after setting the trigger it right restarts the game. So I was wondering if there is a way to wait until the animaton finished and then coninou the script.

andreas
Автор

I am unable to get the score and high score. I followed your way but still the scoreText always seems to be 0. Need help to figure it out! thanks!

alteraego
Автор

hi can some one please tell me why when i press my retry button nothing happen. i believe the tutorial dosen't really teach how to make the restart button work... any guide will be much appriciated.. or maybe i might have miss them... thank you in advance

KingOfWonderVerse
Автор

Hey there. I made a game with your great tutorials and added some features, but i have a problem. Game runs unsmooth on my galaxy s5. Its like it has bad optimization. Do you have any tricks of optimizing the game? Maybe you could do some sort of a tutorial? Cheers!

przemysawzmuda
Автор

easier code
bestScoreText.text = PlayerPrefs.GetInt("BestScore", 0).ToString();
PlayerPrefs.SetInt("BestScore", score);

kyocode
visit shbcf.ru