How To Collect Coins In Unreal Engine 5 Using Blueprints

  Рет қаралды 17,809

Unreal ART With Alireza

Unreal ART With Alireza

Жыл бұрын

In this video we will learn How To Collect Coins In Unreal Engine 5 Using Blueprints .
Hello everyone and welcome to my channel . My name is Alireza and I`m a cg artist and a Virtual Reality developer .
I founded UNREAL ART with the mission to equip you with the knowledge,skills and insights you need to design and create 3D virtual worlds in unreal engine 5 .
You can use the knowledge in different fields including Game design , VFX , Movies and Animations , Architectural visualization and VR/AR games and applications.
There will be Unreal Engine 5 tutorials to cover the technical side . We will also talk about the business side of the relevant industries, technology trends , design and art to completely cover all of the elements contributing to the creation of a 3D virtual world .
If you think this type of content can help you move forward in your career , don`t forget to subscribe and leave a thumbs up, that would mean a lot for the future of this channel . 🙏🥂

Пікірлер: 90
@user-gz6iu7zb2c
@user-gz6iu7zb2c Жыл бұрын
thanks, perfect tutorial right when i needed it, luckily i found your video, good job !
@UnrealART
@UnrealART Жыл бұрын
thanks man , happy to be of help 🥂
@PepitoCreisi
@PepitoCreisi 3 ай бұрын
omg thank you so much for this, it was pretty well explained!
@UnrealART
@UnrealART 3 ай бұрын
you are very welcome !
@BIGCO0k
@BIGCO0k Жыл бұрын
Appreciate the great tutorial, works perfect!
@UnrealART
@UnrealART Жыл бұрын
You're very welcome!
@repairtechnician4666
@repairtechnician4666 Жыл бұрын
Very simple and effective tutorial !
@UnrealART
@UnrealART Жыл бұрын
🥂🙏
@ytyy0_0
@ytyy0_0 11 ай бұрын
thank you! this tutorial helped me
@UnrealART
@UnrealART 11 ай бұрын
You're welcome!
@raykenney0562
@raykenney0562 8 ай бұрын
Great Tutorial Mahnn Keep Uploading
@UnrealART
@UnrealART 7 ай бұрын
Thank you, I will 😉
@annamelarmony1686
@annamelarmony1686 Жыл бұрын
Thank you so much! You saved my sanity)
@UnrealART
@UnrealART Жыл бұрын
haha, you are very welcome !
@UnrealByYourself
@UnrealByYourself Жыл бұрын
Good buddy! I'm sure you already know but for others, try with an event dispatcher or an update function in your Character or Game mode to avoid the Cast each time to save resource. However, you method is simple for new comer.
@UnrealART
@UnrealART Жыл бұрын
Thanks for the tips! yeah I try to keep everything simple to prevent people from hating me and unreal ! 😂😂
@UnrealByYourself
@UnrealByYourself Жыл бұрын
@@UnrealART haha. I know exactly what you mean 😉
@abhinavsinha293
@abhinavsinha293 Ай бұрын
thanks, helped me with my project
@UnrealART
@UnrealART Ай бұрын
Glad it helped!
@tobiassugar8251
@tobiassugar8251 5 ай бұрын
This tutorial is awesome
@UnrealART
@UnrealART 5 ай бұрын
thanks mate
@arasyar2539
@arasyar2539 Ай бұрын
Perfect 👌🏻
@UnrealART
@UnrealART Ай бұрын
Thanks
@fluidexpressions6856
@fluidexpressions6856 7 ай бұрын
thank you very much!
@UnrealART
@UnrealART 6 ай бұрын
No worries!
@pulsestar4078
@pulsestar4078 Жыл бұрын
works Great thanks very much, is there anyway of showing 5 of 5 coins collected and then lets say level complete screen shows?
@UnrealART
@UnrealART Жыл бұрын
you are welcome , yes just add a /5 text in front of the coins number and then in the third person character blue print , you need to make a widget and add it to the blue print with the condition of the coins integer equal to 5 .
@sonofzues8414
@sonofzues8414 Жыл бұрын
Thank you very much
@UnrealART
@UnrealART Жыл бұрын
No worries
@LadCorazon
@LadCorazon 6 күн бұрын
Great video, though I do wish tutorials would stop with casting, as it'll never be used in a real world context. Interfaces should be hammered into everyone's mind as the default.
@I-VisiBomb-I
@I-VisiBomb-I Жыл бұрын
correct me if im wrong, but i think you can simplify this by using ++ instead of 'add' and 'set' when counting how many coins.
@UnrealART
@UnrealART Жыл бұрын
yeah that`s true . you can do it that way as well . but I wanted to work with the get and set nodes so it can be a little easier to understand for beginners .
@anotherreality7951
@anotherreality7951 2 ай бұрын
great tutorial... i love it! is it possible to connect the coin blueprint to PCG? i want 1000 coins randomly placed on top of landscape.
@UnrealART
@UnrealART 2 ай бұрын
thanks mate. Yeah I think it is possible but I haven't done it myself yet
@anotherreality7951
@anotherreality7951 2 ай бұрын
@@UnrealART I found it !!! kzbin.info/www/bejne/p4uZZ2dmbJanY68&ab_channel=JorgeUsabiaga
@eceaktas4807
@eceaktas4807 Ай бұрын
That was exactly what I needed thank you so much
@UnrealART
@UnrealART Ай бұрын
Glad it helped!
@frederickmp451
@frederickmp451 Ай бұрын
How can I make the currency counter maintain the value when it goes to another level? if I grab 2 coins in the first level, how do I do so that when I go to the other level the counter does not return to zero and continues to maintain the same value?
@UnrealART
@UnrealART Ай бұрын
hey, sorry for the late response, well you need to make some saving and loading systems for your variables, there are some tutorials about this topic on youtube I think this is what you need
@Ba8sbaNybRMAcXCNdKnLTA
@Ba8sbaNybRMAcXCNdKnLTA 4 ай бұрын
Thank you for this tutorial! I have one question: How is it possible to have the coins spawn again in the same location a few minutes after they have been collected?
@UnrealART
@UnrealART 3 ай бұрын
no problem. you just need to get their location and add a spawn node after they are deleted .
@Ba8sbaNybRMAcXCNdKnLTA
@Ba8sbaNybRMAcXCNdKnLTA 3 ай бұрын
Thanks for your reply! I have the spawn node after now, but nothing seems to happen.. Will I need anything after the spawn node?@@UnrealART
@UnrealART
@UnrealART 3 ай бұрын
well I think when we destroy the actor nothing works after, I am going to take a look at this subject and make a video about it . I think it's a good question to cover
@ZimMabu_GameDev.
@ZimMabu_GameDev. 4 ай бұрын
Merci Dadash
@UnrealART
@UnrealART 4 ай бұрын
mokhlesim
@majeedalzaidy1499
@majeedalzaidy1499 Ай бұрын
how did you import the sound into the content browser it isn't working for me
@UnrealART
@UnrealART Ай бұрын
convert the format into WAV with online converters and then drag it into the content browser.
@kareldominicjanes6737
@kareldominicjanes6737 5 ай бұрын
I can not add Event BeginPlay because in my BP_SpriteCharacter (for you thirdperson) i already have an Event BeginPlay
@brothersgrimm1230
@brothersgrimm1230 5 ай бұрын
Same here, did you figure it out?
@UnrealART
@UnrealART 5 ай бұрын
just connect it to the event begin play that you already have. If it's in use , connect it to the flow you have after the event begin play .
@brothersgrimm1230
@brothersgrimm1230 5 ай бұрын
@@UnrealART I'll try it when I get on my laptop. Thankyou
@Taxi214F
@Taxi214F Ай бұрын
Hi i am trying make a actor spawn in ounce i collected a certian amount of coins. How do i go about doing that?
@UnrealART
@UnrealART Ай бұрын
Hey . you need a branch and check if the value of the variable equals for example to 20. If true, the flow should continue and call a spawn actor function .
@lifei2short
@lifei2short Жыл бұрын
you should make a mini game for that
@UnrealART
@UnrealART Жыл бұрын
yeah not a bad idea 👌😉
@rusyxd3390
@rusyxd3390 Ай бұрын
my On Overlap blueprint does not trigger for sound and destroy. Any fixes?
@UnrealART
@UnrealART Ай бұрын
it triggers the other functions and it just doesn't work for sound and destroy?
@rusyxd3390
@rusyxd3390 Ай бұрын
@@UnrealART It doesnt trigger any functions yet actually. Ive tried on print string afterwards then thats it. Pretty sure the On Component Begin Overlap event is the problem here.
@ejazahmad9189
@ejazahmad9189 11 ай бұрын
what if i want to save the number of coins when the level is closed, the game is closed, and when i reopen the game i want the number of coins to be the same
@UnrealART
@UnrealART 11 ай бұрын
well saving the game is a different topic . I am working on a tutorial about how to make a mini game and I will cover that subject in the videos . but for now you can find tutorials about saving and making checkpoints in unreal and I am sure you will be able to find a soulution
@day_dreamer7939
@day_dreamer7939 3 ай бұрын
goat
@UnrealART
@UnrealART 3 ай бұрын
thanks mate !
@endtasid
@endtasid 6 ай бұрын
my player bp says 'BP Tank' does not inherit from 'Character' ( Cast To BP_Tank would always fail). I dont know what i'm doing wrong.
@endtasid
@endtasid 6 ай бұрын
that is inside the widget blueprint
@UnrealART
@UnrealART 6 ай бұрын
I don't know I have to look into it to see what is wrong
@papi_papillon
@papi_papillon 5 ай бұрын
Are you using a possesed pawn by any chance? I'm not a unreal expert but I had the same issue. When Casting replace "Get Player Character" with "Get Player Pawn". Hope it helps
@endtasid
@endtasid 5 ай бұрын
@@papi_papillon thank you I've solved it somehow but unable to remember how.
@brothersgrimm1230
@brothersgrimm1230 5 ай бұрын
Beginplay is already is use for the movement for my third person blueprint. Any idea on a solution?
@furkanserdar8725
@furkanserdar8725 5 ай бұрын
same shit.
@brothersgrimm1230
@brothersgrimm1230 5 ай бұрын
@furkanserdar8725 irritating as hell I even tried zooming in on the video wondering where the movement was on his blueprint 😅
@furkanserdar8725
@furkanserdar8725 5 ай бұрын
@@brothersgrimm1230 bro ı solved, use sequence after beginplay.
@UnrealART
@UnrealART 5 ай бұрын
what is the problem exactly ?? I watched the video again and I have not used event begin play in this mechanic . am I missing something ?
@brothersgrimm1230
@brothersgrimm1230 5 ай бұрын
@UnrealART you used begin play for the counter at the end, but it's already used for the movement so I either have the counter or the movement 😅
@moeindvp2107
@moeindvp2107 8 ай бұрын
عالی... باعث افتخاره...🎉 میدونم ایرانی هستی چون ایرانی ایرانی رو میشناسه:)
@UnrealART
@UnrealART 7 ай бұрын
مخلصیم . لطف داری 🙏🙏🥂🥂
@thebestchillsounds4780
@thebestchillsounds4780 2 ай бұрын
Another tutorial using casting.. Guys it's terrible due to too much memory allocation.
@UnrealART
@UnrealART 2 ай бұрын
thanks for sharing your opinion mate . I think for small projects like university assignments or projects that are made just for fun, it doesn't matter much but in bigger projects , the point you made is true. So it totally depends on the context.
@mileshodge3477
@mileshodge3477 6 ай бұрын
Doesn't save coins. Player dies resets to 0
@UnrealART
@UnrealART 6 ай бұрын
yeah saving is a different story
@mileshodge3477
@mileshodge3477 6 ай бұрын
@@UnrealART I found a way to get them to save. At least for the level.
@-jarco-353
@-jarco-353 4 ай бұрын
@@mileshodge3477 how?
@memeswiper
@memeswiper 3 ай бұрын
​@@mileshodge3477 how did u do it??
@mileshodge3477
@mileshodge3477 3 ай бұрын
@memeswiper I had to store references for point making into the blueprint for third person game mode and call them from there. So if your point making is done in third person blueprint and it keeps getting deleted when you destroy it then it destroys those points so you have to have them being stored else where. Hope that makes sense
@kasra0074
@kasra0074 3 ай бұрын
irani accent XD
@UnrealART
@UnrealART 3 ай бұрын
are dadash
@Random_Taurus
@Random_Taurus 6 ай бұрын
Thank you very much
@UnrealART
@UnrealART 6 ай бұрын
No worries
How to Make a Simple Game Over Menu in Unreal Engine 5
9:56
Gorka Games
Рет қаралды 25 М.
How to Pick Up Coins in Unreal Engine 5
10:34
Gorka Games
Рет қаралды 13 М.
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 135 МЛН
Как быстро замутить ЭлектроСамокат
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 13 МЛН
Each found a feeling.#Short #Officer Rabbit #angel
00:17
兔子警官
Рет қаралды 7 МЛН
Make An Easy WIN and LOSE System For Your Games In Unreal Engine 5 Using Blueprints
8:47
How to Change Levels with Fading In Unreal Engine 5
13:55
Unreal ART With Alireza
Рет қаралды 2,2 М.
How to Make a Currency in Unreal Engine 5
5:34
Gorka Games
Рет қаралды 10 М.
How To Create A Timer And Stopwatch In Unreal Engine 5 (Tutorial)
13:30
Unreal Engine 5 - Objectives - Collect amount of items
10:36
Collectible Points and Scoring System! - Unreal Engine 5
12:23
How To Make Health Bars And Health Pick Ups In Unreal Engine 5
9:31
Unreal ART With Alireza
Рет қаралды 13 М.
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 135 МЛН