Score system in Unreal Engine 5 in under 4 minutes

  Рет қаралды 36,327

The Unreal Cousinzzz

The Unreal Cousinzzz

Күн бұрын

Пікірлер: 56
@glycharevgame2059
@glycharevgame2059 4 ай бұрын
if you want your collectible to destroy after the selection, then add your "cube, coins, etc." - "Destroy Actor" at the end
@redARAbian03
@redARAbian03 24 күн бұрын
thanks brother absolutely life saving tutorial you deserve more recognition !!!
@JohnHartemusic
@JohnHartemusic 11 ай бұрын
Simple and to the point, Thanks!
@dc.gamedesigner33
@dc.gamedesigner33 5 ай бұрын
Thank you for this video, i saw a couple of others, and they did not work. Doing it how you did, it's now working. Thank you once again
@MMCinema23
@MMCinema23 Жыл бұрын
I was following along in UE 5.1.1. Was that the same version you used? Because the return value in the return node in the widget isn't allowing me to connect the variable. The color is different. In your video the output is pink/red, but on mine it's blue. (Sorry if this doesn't make much sense I'm new to UE as of a month or two.)
@Sulphisix
@Sulphisix 9 ай бұрын
you have to match the values, Int with Int Float w Float Etc...
@BloodCatters
@BloodCatters 5 ай бұрын
Oh man that was perfect, thanks, as a beginner took me 3 days to implement this lol
@A1_Megaswag
@A1_Megaswag Жыл бұрын
when i went to compile "get score" gave me an error UE5.2
@endofluvs9518
@endofluvs9518 7 ай бұрын
same
@BrandonDove-dy2uo
@BrandonDove-dy2uo 7 ай бұрын
Compile BP_FirstPersonCharacter then it'll work
@BrandonDove-dy2uo
@BrandonDove-dy2uo 7 ай бұрын
@@endofluvs9518 sandwich
@thekingofmars8858
@thekingofmars8858 6 ай бұрын
@@BrandonDove-dy2uo Absolute legend right here
@AndreaBacciuDEV
@AndreaBacciuDEV Ай бұрын
Go to the details of the Score variable in your CharacterBP and set Instance Editable to true, then recompile.
@thebestchillsounds4780
@thebestchillsounds4780 7 ай бұрын
Again casting is used. It create refrence to character class and stores it in ram. It consumes too much resources. Can it be done differently?
@RTFXSTUDIO
@RTFXSTUDIO 4 ай бұрын
You can create a Blueprint Interface that outputs your main character Blueprint as object reference.
@ECHSBACHS
@ECHSBACHS 11 ай бұрын
Worked Great ! - Thanks !
@GemGameDev
@GemGameDev 8 ай бұрын
great explanation, thanks for the video! how long did it take u to do blueprints instinctively? trying to learn them and the learning curve is quite steep at the beginning, even if u have experience in coding
@AlphaLuk
@AlphaLuk 11 ай бұрын
Hello, I want to ask if you could make a tutorial on how to make a race with horses where I get coins at the end?
@theraven3859
@theraven3859 Ай бұрын
how do i add like a second one of these like a second score on the right side on the screen
@papahazada5854
@papahazada5854 Жыл бұрын
Hello friend, sorry, I have a question, let's say that the system of collecting coins has already been created and everything works correctly, now let's say that I already have a goal but I want to be able to (win) before I need a minimum number of coins, how could it be created?
@Sulphisix
@Sulphisix 9 ай бұрын
Im new aswell, but you should co into the level blueprint and refernce your actor that gives coins or something like that with maybe a branch node that has condition of Coin(Int) > #(Int). you might need a loop or something though. Im new so if this idea doesn't work sorry, i'm about to try it myself, ill add another reply if i can remember of what worked.
@rickylerobinson3032
@rickylerobinson3032 19 күн бұрын
its not allowing an object reference (BP_player) to connect to get score
@CHASA
@CHASA 11 ай бұрын
Not sure what's going on, it's working but it's not working. The score is still at 0 when I test the game. It's not changing..
@endtasid
@endtasid 11 ай бұрын
doesnt work anymore in 5.3.2
@trinitygamer8439
@trinitygamer8439 Жыл бұрын
is there a way to make this work with the pre-set gun when you hit the cube with it
@tiebei2548
@tiebei2548 Жыл бұрын
You probably have to do this blueprint on the projectile and not the player.
@viniciusnoyoutube
@viniciusnoyoutube Жыл бұрын
Very good, it helped a lot.
@MasterRockOpponets
@MasterRockOpponets 7 ай бұрын
bro i did the tutorial and then i realized im in a disabled gamemode for the blueprint
@tomcleaves6853
@tomcleaves6853 10 ай бұрын
This initially wasn't working for me, Not sure what I did but think I got it to work by deleting all the events in the "cube" event graph and then recreating the ActorBeginOverlap Event. Seemed to work. Using the on Component Begin Overlap Event also works. Hope this Helps!
@leonmisoulis7953
@leonmisoulis7953 2 жыл бұрын
how can i make it so the score goes up every second by itself ?
@gamax1376
@gamax1376 2 жыл бұрын
Just use an Event Tick instead of an Event Overlap and add a delay if u want to specify the time
@dubbskii3423
@dubbskii3423 9 ай бұрын
W vid thanks bro
@Michael_H_Nielsen
@Michael_H_Nielsen 6 ай бұрын
Thank you :)
@gamax1376
@gamax1376 2 жыл бұрын
Ur content is amazing mate! I hope u can make more videos in the future
@ewelinaostrowska346
@ewelinaostrowska346 Жыл бұрын
How can i make the limit that i can earn score only once by touching box?
@t4zy__
@t4zy__ Жыл бұрын
destroy actor when you walk through it
@NE0N0W0
@NE0N0W0 Жыл бұрын
There is also a "Do Once" node that locks any further input after the initial score is collected
@HDbacon
@HDbacon 10 ай бұрын
Thank you, i just have the issue of when I reset my game it resets the score to 0 (which I want) but then walking into it a 2nd time the score does not go up and i get the error message of and I get an error message. Any ideas on how I could fix this? Blueprint Runtime Error: "Attempted to access BaconBoxMan_C_0 via property As Bacon Box Man, but BaconBoxMan_C_0 is not valid (pending kill or garbage)". Node: Return Node Graph: GetText Function: Get Text Blueprint: Score I believe its the way I have my reset button setup.
@HDbacon
@HDbacon 10 ай бұрын
Bacon Box man being my "third person character"
@nikoheino3927
@nikoheino3927 6 ай бұрын
​@@HDbacon i have the exact same issue, but BP_projectile instead, as my score variable is from there.
@redtrippyvision
@redtrippyvision 2 жыл бұрын
had problems making this work for VR pawn.. it wont compile for VR Pawn.
@garyyates2592
@garyyates2592 2 жыл бұрын
Thanks for the tutorial. Does it only work on third person or is it the same for first person?
@TheUnrealCousinzzz
@TheUnrealCousinzzz 2 жыл бұрын
it would be the same for first person or any other
@krasnavin
@krasnavin Жыл бұрын
Great lesson. I ran it in VR but did not work. Instead of cast to viewport I used set to HUD widget. Did not work. Any ideas?
@TheUnrealCousinzzz
@TheUnrealCousinzzz Жыл бұрын
sorry bro, haven't done anything with vr
@beelson5169
@beelson5169 Жыл бұрын
im only just messing around with VR, but in my little experience with widgets in VR is that you might need to make a widget actor, set its widget class to whatever you want it to be and then drag it into the world
@CrySevastopol
@CrySevastopol Жыл бұрын
THX A LOT!
@use-reuse8fat6m4n
@use-reuse8fat6m4n 8 ай бұрын
Спасибо за видео. Очень помогло.
@madridfan9946
@madridfan9946 Жыл бұрын
How do I make the score go to 15,30,40,Ad??
@TheUnrealCousinzzz
@TheUnrealCousinzzz Жыл бұрын
When I did set score - score + 1, change it to score +15. Also, set the default value to 15 if you want it to start at that.
@ZimMabu_GameDev.
@ZimMabu_GameDev. 9 ай бұрын
thanks for that :D are you stoned?
@mathboydrum
@mathboydrum Жыл бұрын
This is not how you would do this guys sorry, you need up implement a Game State and update score though that.
@davidvetan3019
@davidvetan3019 Жыл бұрын
can you make a video on it?
@TheUnrealCousinzzz
@TheUnrealCousinzzz Жыл бұрын
Why do you say that? In what use case does it work only to do it though the game state
@ghaithjor5817
@ghaithjor5817 2 жыл бұрын
Thx
@sarahgrey7778
@sarahgrey7778 2 жыл бұрын
do you have discord?
How To Create A Main Menu - Unreal Engine 5 Tutorial
9:20
Unreal University
Рет қаралды 304 М.
Set, Save And Load High Score - Unreal Engine 4 Tutorial
13:42
Matt Aspland
Рет қаралды 20 М.
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 3,1 МЛН
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
How To Collect Coins In Unreal Engine 5 Using Blueprints
10:29
Unreal ART With Alireza
Рет қаралды 24 М.
Unreal Engine 5 Health and Damage System Tutorial [2023]
27:12
Pixel Helmet
Рет қаралды 55 М.
The Easiest Way to Make a Simple Enemy AI in Unreal Engine 5
15:40
Gorka Games
Рет қаралды 291 М.
Unreal Engine: Make a quiz system or questions and answers
52:58
Daniel Pintado Game Development Studios
Рет қаралды 2 М.
How To Make Vault System | Unreal Engine 4/5 Tutorial
14:36
Vercion Games
Рет қаралды 297
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Cinecom.net
Рет қаралды 580 М.
How to Make a Simple Game Over Menu in Unreal Engine 5
9:56
Gorka Games
Рет қаралды 30 М.
How To Make Flappy Bird In Unreal Engine 5 | Blueprint For Beginners
47:55
Unreal University
Рет қаралды 14 М.
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН