How make SWIPE LEVEL MENU in Unity?

preview_player
Показать описание
In this Unity Tutorial we'll make Swipe Level Menu.

Enjoy the video ☕

🕔 Timestamps
0:00 Intro
0:16 Create Level Menu UI
5:34 Import LeanTween Package
6:32 Swipe Controller Script
8:57 Swipe Detection
9:40 Navigation Bar
11:43 Navigation Button Interactable
12:30 Button Click Animation
13:20 Outro

————————————————————————————
🖐 Hi Game developer
Welcome to Rehope Games I'm Murat

I share unity tutorial videos on my channel. if you want to make a game with unity (especially 2d platformer game), the videos here will definitely interest you.

————————————————————————————

#unitytutorials, #unity2d, #unity2dplatformer
Рекомендации по теме
Комментарии
Автор

7:22 There will be a stutter if you are pressing the button too fast since you will generate more LTDescr instances, instead try this:

if(tween != null)
tween.reset();
tween = levelPagesRect.LeanMoveLocal(targetPos, tweenTime).setEase(tweenType);

reset the last tween and then perform the operation
Happy game programming :)

raghavgohil
Автор

Just what I needed !
Worked on the first try

piojax
Автор

Thank you very much for your video, help me a lot! This tutorial is so clear and concise! Excellent!

sulin
Автор

Thx dude, ur videos are amazing, keep on moving forward! Watching every ur guide

aejcuhuk
Автор


I hope you will make videos about UNITY GAMING SERVICES. There is no perfect video available about UGS. Right now, it is new and it is getting people's attention and growing so fast.

storm_pegasus
Автор

The video is outstanding, keep up with posting videos like this one. Thank you.

RendaniAaronMagidi-qwxo
Автор

You are awesome man, really helpful video!

GraphicEngine
Автор

Thanks finnaly I get what I was looking for

agni
Автор

great video huge help thank you keep up the good work

monkeymonkey
Автор

thanks, you saved me !
keep it up !!

please do a tutorial on how to make the shaky ground effect

bimokayoba
Автор

thanks for the video it helped me alot, i just have a question, if i have like 10 pages and every page 10 levels, how to make it when i open level selection scene it will navigate me automaticly to the page where it has last unlocked level, if u know what i mean. Thanks

frankraad
Автор

Your previous level lock system was not working on this project ...please combine that too ...just answer on reply how to level lock ....

PrzolThapa
Автор

can you please add video, where you can show how to add a picture between levels, if first level finished, show picture for 5 seconds and then start a new level, please

TigranPetrosyanS
Автор

This video is really great. I'm just wondering why you don't use DOTween, but instead use LeanTween? Anyway, thank you very much friend !

devmah
Автор

my level 1 and level 2 are half half in the same page and i can rejust it i dont know why

MR.OOFofficial
Автор

Hi
hope you are doing well
need help in 2D game, I want to make a cannon object when player hit it, Player enter in and after click jump
button its throw player in same direction where cannon face with some exrta force
Waiting for your kind response.
thanks.

alirana
Автор

error CS0106: The modifier 'public' is not valid for this item. pls help

Mihusik
Автор

Thank you for your efforts. I have a request if you can make a video that teaches us how to combine the levels and unlock, and when winning in the level we give three or two stars, thank you

بدوناسم-في
Автор

i have small dout bro when my player shifting other scenes score value become zero how to slove that

neerajramnj
Автор

i have to pay for it access it in my screen so if I have to purchase from you why don't purchase from assets store

IndianTech_Games