Тёмный
Rehope Games
Rehope Games
Rehope Games
Подписаться
Let's make a game with Unity!

Hey! I'm Murat.

Game development is as challenging as it is enjoyable.
When you think about giving up, all you need is to find Rehope. 💪

💬 Contact with me;
RehopeGames@gmail.com
Discord Username : rehopegames
Unity Health Bar: From Beginner to Advanced.
7:36
9 месяцев назад
Комментарии
@MinhTien0305
@MinhTien0305 День назад
why I can move when i respawn
@HPgamerOne
@HPgamerOne День назад
In Unity 6 there is an inbuilt version that does this now. If you have Tilemap Collider 2D for the tiled walls, in your Shadow Caster 2D, change Casting Source to Tilemap Collider 2D
@VerityD2
@VerityD2 2 дня назад
the text is invisble. all i see is a blue square with a t in it
@eleanordoyle8897
@eleanordoyle8897 3 дня назад
😂
@AlirezaR5
@AlirezaR5 4 дня назад
cool and useful tutorial. Thanks
@thebestspot9579
@thebestspot9579 5 дней назад
From where can i get these images ?
@DominicBeebe-w8m
@DominicBeebe-w8m 5 дней назад
What about music continue after pause screen?
@wormszone_play
@wormszone_play 5 дней назад
I really love this teaching method Sir, do you have any Unity 2D Course. If you have please sir Send me a link.
@wormszone_play
@wormszone_play 5 дней назад
I really love this teaching method Sir, do you have any Unity 2D Course. If you have please sir Send me a link.
@DJLuigi00
@DJLuigi00 6 дней назад
make*
@85megazolt
@85megazolt 9 дней назад
this did not work for me. he jumps but can keep jumping in the air. what am i doing wrong?
@AMINEI-wl9rk
@AMINEI-wl9rk 9 дней назад
using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; public class timescript : MonoBehaviour { [SerializeField] TextMeshProUGUI timerText; float elapsedTime; void Update() { elapsedTime += Time.deltaTime; int minutes = Mathf.FloorToInt(elapsedTime / 60); int seconds = Mathf.FloorToInt(elapsedTime % 60); timerText.text = string.Format("{0:00}:{1:00", minutes, seconds); } }
@CrimSnake
@CrimSnake 9 дней назад
Ty it helped so much
@Srycurrentlybeingbatman
@Srycurrentlybeingbatman 11 дней назад
When I clicked add new scene it deleted my original scene I worked on, and now all progress is gone... 😭
@ktozterth1932
@ktozterth1932 12 дней назад
Hey can you teach how to make a Sign with multiple dialogue please. Thank!
@franciscorochin2085
@franciscorochin2085 13 дней назад
Great video!
@TheGameplayCat
@TheGameplayCat 13 дней назад
3:22
@kimfaiai
@kimfaiai 15 дней назад
Thank you for the straight forward and easy to follow video!
@林明信-j5f
@林明信-j5f 17 дней назад
Geinus!
@mehmeh8883
@mehmeh8883 17 дней назад
Good video, with actual physics.
@theparashari5833
@theparashari5833 18 дней назад
No camera for rendering is showing me
@star_gamerx
@star_gamerx 20 дней назад
bro can we please get the scripts plz give me script i am beginer and have 0 idead about coding
@antoc73
@antoc73 21 день назад
I love you
@TFRRadarVR
@TFRRadarVR 21 день назад
It I got 4 errors on the movement script when I added the bounce off the wall thing
@the_allay_4846
@the_allay_4846 23 дня назад
im just tired rn, so here pretend this is a thumbs up ig
@matt1a-bs
@matt1a-bs 23 дня назад
Turn down that music why is it so loud
@vunguyenleanh1515
@vunguyenleanh1515 25 дней назад
can u upload ur asset pls?
@vunguyenleanh1515
@vunguyenleanh1515 25 дней назад
my pivot setting is Bottom Left but the pivot still at center, help
@pedroaboffa
@pedroaboffa 25 дней назад
Great video but mine doesnt appear dont know why
@itspotataman3628
@itspotataman3628 27 дней назад
how do i make it so it spawns in a specific pos?
@glowraptor5228
@glowraptor5228 27 дней назад
i got everything to work exept for the horizontal kick off the wall, anyone have a solution?
@fetalerror98
@fetalerror98 28 дней назад
Assets\scripts\SceneController.cs(9,25): error CS1002: ; expected idk why i face this problem
@Viveksahoo4945
@Viveksahoo4945 Месяц назад
Thanks man!! These tutorials have been helping me with my development. Cheers!!!
@jonbednez
@jonbednez Месяц назад
thanks for this! I'm a big fan of that effect that lowers the volume of the music when sounds are played.
@purpleguy1343
@purpleguy1343 Месяц назад
güzel video olmuş murat inşallah yakında çok güzel bir oyun çıkartırım
@purpleguy1343
@purpleguy1343 Месяц назад
birde beni kovalamaya yazılımlancak bir yaratık olmasını istiyorum bunu nasıl yapabilirim veya ilerki videolarda anlatıyormusunuz
@HaydenBanks-000
@HaydenBanks-000 Месяц назад
Imagine making this in Roblox Studio
@id-issa
@id-issa Месяц назад
thanks alot man 🙏
@dprazo
@dprazo Месяц назад
Song used?
@thereal9111
@thereal9111 Месяц назад
Great work!
@nmzv
@nmzv Месяц назад
error CS1002 (9,25)??
@SojitraManav-ym1ht
@SojitraManav-ym1ht Месяц назад
1:25 in my case sound class is not showing please help !!!!🙃
@WadeEffect
@WadeEffect Месяц назад
You sound like andrew trading channel on youtube, lol
@myth6628
@myth6628 Месяц назад
Really thank you.
@myth6628
@myth6628 Месяц назад
Beğendim eline sağlık :)
@StefanoMartucci-f8z
@StefanoMartucci-f8z Месяц назад
dove posso trovare i tuoi sprite
@blinks1159
@blinks1159 Месяц назад
The code you put in the video doesn't work. here for example you have "isWallTouch= Physics2D.OverlapBox(wallCheck.position, new Vector2(0.3f, 8.9f)**, 0, groundLayer);" but that doesn't work, it needs a wall layermask so should be "isWallTouch= Physics2D.OverlapBox(wallCheck.position, new Vector2(0.3f, 8.9f)**, 0, wallLayer);" but you left it as groundlayer in your video which doesn't detect walls.
@glowraptor5228
@glowraptor5228 27 дней назад
mark your walls as ground layer and it works
@mcserverxaydung1.12.2
@mcserverxaydung1.12.2 Месяц назад
Thank you so much! You're Best!
@RendaniAaronMagidi-qw2xo
@RendaniAaronMagidi-qw2xo Месяц назад
The video is outstanding, keep up with posting videos like this one. Thank you.
@TheHilasStudio
@TheHilasStudio Месяц назад
murattt nerdesin :)
@Plapp_
@Plapp_ Месяц назад
Very good video