Enemy Patrolling Unity Tutorial
8:28
2D Enemy Shooting Unity Tutorial
12:52
Game Over Screen Unity Tutorial
14:35
2D Melee Combat Unity Tutorial
15:35
2 жыл бұрын
2D Infinite Runner Unity Tutorial
24:25
Unity 2D Player Animations Tutorial
10:52
Unity 2D Top Down Movement Tutorial
6:30
Welcome to MoreBBlakeyyy
0:45
2 жыл бұрын
Пікірлер
@Nikelover.warspear
@Nikelover.warspear 7 сағат бұрын
float distance = Vector2.Distance(transform.position, enemy.transform.position); It doesn't work, it show a mistake in Console...
@AmoLeGoat
@AmoLeGoat 2 күн бұрын
I have composite operation instead of used by composite.
@UPSE-ku2og
@UPSE-ku2og 2 күн бұрын
When i am writing oncolisionEnter2d it didn't show private void onclisionEnter2d ( collision2d collision) But only oncollisionEnter2d in cyan 🩵 font Plz some one help😢
@darealspawn
@darealspawn 4 күн бұрын
How would a spawned object find these pathpoints ?
@quentinmashitah
@quentinmashitah 6 күн бұрын
Thank you so much! And to people who struggled to make it stop at Point A, try this if(Vector2.Distance(transform.position, currentPoint.position) <1f && currentPoint == pointB.transform) { flip(); currentPoint = pointA.transform; } if(Vector2.Distance(transform.position, currentPoint.position) <1f && currentPoint == pointA.transform) { flip(); currentPoint = pointB.transform; }
@Trylike69
@Trylike69 9 күн бұрын
how to do it on flaying enemis like planes please help.
@QuindaleusbarnaclejonesVR
@QuindaleusbarnaclejonesVR 12 күн бұрын
Bro where is Pixels per unit?
@Umbral-ez2tl
@Umbral-ez2tl 12 күн бұрын
Been looking through some tutorials lately and none of them are as good as this. You've just earned yourself a subscriber.
@alexl.8441
@alexl.8441 15 күн бұрын
Great video, thank you!
@FookerCarlson
@FookerCarlson 17 күн бұрын
Thank you king!
@GeroG-n3b
@GeroG-n3b 17 күн бұрын
i cant drag and drop the tiles into the tile rule, i have to do it manually and search for every single tile by name any fix for that?
@Tonsofcoins67
@Tonsofcoins67 19 күн бұрын
I kpet getting errors when i pasted the text
@ActiveVRdude
@ActiveVRdude 19 күн бұрын
I am struggling a bit because I placed 3 coins in the level. But it only shows when I collect all 3 of them? Any help will be appreciated.
@ZFilms-AT
@ZFilms-AT 21 күн бұрын
Thanks!
@MasterK-n2d
@MasterK-n2d 25 күн бұрын
I don't have enable Preview Packages
@Danny-zg5gn
@Danny-zg5gn 26 күн бұрын
///
@aryanugraha4289
@aryanugraha4289 26 күн бұрын
thank you sir, this tutorial really help me
@gustavonicoletti_
@gustavonicoletti_ 28 күн бұрын
Bro thanks so much
@Mballs2478
@Mballs2478 29 күн бұрын
One of the best tutorials I've seen, in a while!
@Sage23-rat
@Sage23-rat 29 күн бұрын
this actually save me from everything i need to know about scoring/mobdrop/txt system. Thank you
@Krantworld
@Krantworld Ай бұрын
I can't edit any of these settings please help 😢
@gamesstorm3301
@gamesstorm3301 Ай бұрын
when i set multiple i cant drag it into tile palette for some reason
@kozmobotgames
@kozmobotgames Ай бұрын
Cool! This reminds me a lot of a game called Super Stacker. I used to play it when I was a child. Waiter Arms was my favorite level. I also enjoyed making my own levels in the level editor!
@junba1810
@junba1810 Ай бұрын
Nice tutorial. Thanks!
@Noobzeir0
@Noobzeir0 Ай бұрын
Thanks, all that was missing was the "Other" (I tried to speak through Google translation)
@MikeTie-ne6tg
@MikeTie-ne6tg Ай бұрын
how do I do it through code tho?
@trtl_playz
@trtl_playz Ай бұрын
how do i get the bullets to die on collision
@Chordily
@Chordily Ай бұрын
I'm currently majoring in video game design in uni and our first big project is making a 2D game. I was having trouble getting the Ground Check that was included in our base template working since I've customized about 90% of the files and scripts. This video finally got it working, so I thank you. And thank you for explaining it in a way that we're able to learn from.
@Smo-ryde
@Smo-ryde Ай бұрын
code pls @MoreBBlakeyyy
@Milk_Cup1119
@Milk_Cup1119 Ай бұрын
"Join the subscription to get the sprites" Me : a dude that just started unity🗿(Also your videos are great, no complaint)
@Milk_Cup1119
@Milk_Cup1119 Ай бұрын
Also I used Piskel to create my first green little blob guy
@aryanugraha4289
@aryanugraha4289 Ай бұрын
at 6:40, why there's nothing change when i put that to the bottom?
@nicolasalonso8554
@nicolasalonso8554 Ай бұрын
thanks!
@ClipWave22
@ClipWave22 Ай бұрын
Bro plz give code plz
@zakfritz9381
@zakfritz9381 Ай бұрын
i keep making a palette and saving it in a folder but its not showing and i cant add anything in it
@hudsongareta512
@hudsongareta512 Ай бұрын
It doesn't take me to the code that is wrong
@yokitosyosko
@yokitosyosko Ай бұрын
The reason you used the rigidbody and not the transform for movement is for smoothness? Meaning that rigidbody has momentum ? Or im way off..
@DevBro857
@DevBro857 Ай бұрын
transform.rotation = Quaternion.Euler(0,0, rotZ + 90);
@DevBro857
@DevBro857 Ай бұрын
if you dont get it to point in the right pos just add 90 degres
@Chilli_Tea
@Chilli_Tea Ай бұрын
raycasting is probs easier but cool vid anyways
@SHIVAMSHARMA-ok5mo
@SHIVAMSHARMA-ok5mo Ай бұрын
When i change boxsize values it is not showing the gizmos lines
@vickit8743
@vickit8743 Ай бұрын
thank you so much! I was having an ungodly amount of trouble with getting my player attack to work properly!
@danideco8326
@danideco8326 Ай бұрын
IMPORTANT: THE SHPERES NEED TO BE TOUCHING THE GROUND FOR IT TO WORK, I LOST 4 HOURS OF MY LIFE BECAUSE OF THIS, HOPE IT HELPS!!!!!!
@Patukakkonen
@Patukakkonen Ай бұрын
If i set the collider as "is trigger" it starts going throught walls and misfunctioning
@kamilopupilo
@kamilopupilo Ай бұрын
I have a problem where when I add a new tiling rule it won't show up on the list, other than that, great tutorial!
@rragy1848
@rragy1848 2 ай бұрын
Thank you! Very useful video!!
@LuanOliveira-kk9hb
@LuanOliveira-kk9hb 2 ай бұрын
How to make apply slopes with rules sprites?
@north3198
@north3198 2 ай бұрын
very helpful and to the point thank you!
@videoraves8413
@videoraves8413 2 ай бұрын
Ok, so, I've added text to the screen to say "Game Over" when it shows up. Could you give me a tip on how to switch the screen to the same thing, only with "You won" text?
@videoraves8413
@videoraves8413 2 ай бұрын
Also. When the game over screen starts, it shows the message "Display 1, no cameras rendering." How can I fix this?
@LuanOliveira-kk9hb
@LuanOliveira-kk9hb 2 ай бұрын
The best tutorial of my life, very good the video, I like it
@petrcermak1594
@petrcermak1594 2 ай бұрын
Truly a lifesaver even after two years