No video

Save And Load Player Level And EXP - Unreal Engine Tutorial

  Рет қаралды 6,692

Matt Aspland

Matt Aspland

Күн бұрын

Пікірлер: 38
@MegaBizMan
@MegaBizMan Жыл бұрын
I used this tutorial as the final piece of a combination of tutorials from other youtubers. I've created my own sound menu with controller input. I used your tutorial to help me stored the data of the selected buttons so when the player returns to the sound menu, they can see what they have already selected I finally got it working. Your tutorials are still the best. Clean, precise and efficient.
@Phoenix-sj9kf
@Phoenix-sj9kf 3 жыл бұрын
i just opened my game and this is exactly what i needed
@MattAspland
@MattAspland 3 жыл бұрын
Ah perfect! Happy to help :)
@applejetgg
@applejetgg 3 жыл бұрын
Great new intro
@ripunjoyk1706
@ripunjoyk1706 3 жыл бұрын
I absolutely love your tutorials. They are short and precise. Thank you for making game dev easy for us. I wanted to ask a question which might be a bit off from the topic today. I am actually following omse.of your tutorials to make my open world game(single player). I have three towns and I dont want to load all the cities at the start. In both level streaming and world composition I am having issue during loading and unloading. Huge spikes and. Fps drops. Can you make some video related to loading and unloading of levels seamlessly for big maps.
@MattAspland
@MattAspland 3 жыл бұрын
Hey man, that's great to hear! Thank you for your kind words :) And that sounds great, I can definitely add that onto my list. Great ideas!
@g-dojjo
@g-dojjo 3 жыл бұрын
Great TUTORIAL BRO!! THANKS!! X_X You are always making a great tutorials!
@MattAspland
@MattAspland 3 жыл бұрын
Thank you so much man! It's a pleasure to help :)
@r_e_d_squirrel367
@r_e_d_squirrel367 8 ай бұрын
teachin me good stuff!!! thank you
@PeterFearVFX
@PeterFearVFX 3 жыл бұрын
Please can you continue with the day night cycle series a bit such as saving the time and using the time for causing events. Love your vids.
@wolfiedgr8t
@wolfiedgr8t 3 жыл бұрын
Nice one, really easy to follow, thanks Matt👍
@MattAspland
@MattAspland 3 жыл бұрын
Happy to help mate :)
@humanngan91
@humanngan91 11 ай бұрын
thanks a lot for this tutorial
@MrPokupka
@MrPokupka 3 жыл бұрын
hi, it would be cool if you could cover the topic. 1. much better to hang all the saving logic 2.how to navigate through the levels without losing all indicators I have not met any training that covers this topic.
@mana20
@mana20 3 жыл бұрын
Love you channel. Would you consider doing a video on how to load "levels" at random when hitting a trigger? (like a portal) similar to how a game like Hades or Binding of Isaac. The streaming system can be confusing and there isn't a ton of information available.
@yoman9446
@yoman9446 3 жыл бұрын
Thank you!
@MattAspland
@MattAspland 3 жыл бұрын
It's a pleasure :)
@user-yb2ec5rr4c
@user-yb2ec5rr4c 3 жыл бұрын
thank you
@shiawaseo7019
@shiawaseo7019 3 жыл бұрын
I was just wondering if you could do a oxygen tank tutorial, i would really appreciate it because i can not seem to figure out how to make one!
@fleurbird
@fleurbird 3 жыл бұрын
Nice, very instructive
@MattAspland
@MattAspland 3 жыл бұрын
Thank you! :)
@EthanFilms
@EthanFilms 3 жыл бұрын
Can you do a VR climbing tut using the character class?
@kenalpha3
@kenalpha3 2 жыл бұрын
Is there not an easier way to reference/set all the variables - by using a list of variables to loop thru a set / get command? Something like a Struct (a variable list)? Someone mentioned it, but idk how to do the Set/Get loops. Because they way you do it, we need to make double variables (1 in character, and 2nd in Save BP). Then we have to add all those Set nodes... I have 20 variables to save..
@ukentertainment2318
@ukentertainment2318 3 жыл бұрын
amazing tuts
@mydream3620
@mydream3620 3 жыл бұрын
Sir Please make tutorial on Mobile joystick replication.
@ZoMbIEx23x
@ZoMbIEx23x 3 жыл бұрын
I'm having a really hard time trying to figure out how to implement persistence in my project. I'm making a CRPG, so it has a character creation screen that allows you to put points into stats and make a minor visual change to your character and then clicking finish to load the 1st level. I've been trying to figure out how to use the Game Instance and casting to bring over those changes to the character in the new level but to no avail. I've seen your casting video and am still confused on how to implement this properly. I don't think implementing a save system like you have here is what I really want though. My hope is that you'll have some advice on this or make a video covering this circumstance.
@real_crynex279
@real_crynex279 2 жыл бұрын
it doesn't work for me
@kenalpha3
@kenalpha3 2 жыл бұрын
What version? I have 4.27. Ive done 2 save game tutorials. And none work!! it broke my game with 1. When I click load game, I get no controls for my player. It's so annoying trying to find help or watching tuts, then UE changes things to break things that used to work.
@dogamer238
@dogamer238 3 жыл бұрын
and you could make auto save to
@tineasgia9124
@tineasgia9124 3 жыл бұрын
great job; in my case, what I need to save are the coins that my players buy through purchases integrated into my game; Do you have to do something different in this case? because if you accidentally delete the data, you also lose the purchased coins ... any idea how to solve this?
@MattAspland
@MattAspland 3 жыл бұрын
Hey man, it should work exactly the same for you. Just switch out the level variables for your coins, when saving and loading. Also, there isn't an awful lot you can do to solve that. The only thing I can really think right now is to create multiple save files, and if the save game doesn't exist (through "does save game exist > Branch > False"), you'd want to then check again for other saves. Other then that, there isn't a lot you can do, as if you delete the save, it's gone.
@tineasgia9124
@tineasgia9124 3 жыл бұрын
@@MattAspland I was wondering if maybe there is some way to save only that data in the cloud, through some login with facebook or google, and thus download the data when the player logs in again in case the saved game data does not exist; could that work? or is it not possible to do that with UE?
@robgreig3286
@robgreig3286 3 жыл бұрын
very cool, can you save to the web or server?
@MattAspland
@MattAspland 3 жыл бұрын
Thanks man, and I believe there may be, but it's not something I'm aware of right now I'm afraid
@robgreig3286
@robgreig3286 3 жыл бұрын
@@MattAspland fortnite does it so it must be possible, I look forward to a future video when you have it sussed!
@tazz1226
@tazz1226 Жыл бұрын
this tutorial is very wrong in so many ways!, on saving game you are creating the save game, loading it, and saving it, just makes 0 sense, and plus you are loading and overwritting the player stats to the loaded game, which can fk up in join in progress game, a better approach would be to create the savegame, if it exist, load it, and get the variables, only save the game on event save game...
@SandyM1993
@SandyM1993 Жыл бұрын
I followed that step-for-step and it didn't work at all. Why even post this garbage?
Save And Load If An Actor Is Destroyed - Unreal Engine 4 Tutorial
23:24
Why Solo Developers Should Use Unreal
10:55
Thomas Brush
Рет қаралды 364 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 72 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 3,3 МЛН
Challenge matching picture with Alfredo Larin family! 😁
00:21
BigSchool
Рет қаралды 43 МЛН
Unreal Engine: Understanding Maps, Levels, and Sublevels using the Levels Tab.
26:27
Levelling Up / EXP System - Unreal Engine Tutorial
15:41
Matt Aspland
Рет қаралды 17 М.
An Easy Guide to Save and Load Your Character in UE4
24:29
Joe Von D
Рет қаралды 8 М.
Save And Load Player Stats - Unreal Engine Tutorial
12:46
Matt Aspland
Рет қаралды 39 М.
Save And Reload A Modified World (Any Actor You Want) - UE4 Tutorial and Example
47:41
Slightly Esoteric Game Development
Рет қаралды 3,6 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4 МЛН
UE4 Tutorial - Saving Player Location
17:18
Aurora Gameworks
Рет қаралды 2,7 М.
How To Set Up A Respawn System In Unreal Engine 5 (Tutorial)
7:38
Matt Aspland
Рет қаралды 50 М.
UE5 Understanding hard and soft references - Be a better game dev
19:58
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 72 МЛН