Save and Load Tutorial - Unreal Engine 5.1+

  Рет қаралды 5,352

Lisowi

Lisowi

Күн бұрын

Hey there, in this video I'm going to show you how to save and load your game using the game instance. This is a series where you can learn different menus and apply them to your game.

Пікірлер: 32
@Emp935
@Emp935 11 ай бұрын
This is unbelievalbly underrated and this series is the only one that actually has helped me work through multiple GUIs and have them all work together, thank you so much, you have saved me so many hours of pain and suffering.
@lisowi.
@lisowi. 11 ай бұрын
I'm happy to hear it helped you out.
@Hushtone
@Hushtone Жыл бұрын
Thanks for making these Tutorials! They're really awesome. I've been slowly learning Unreal, and while its a hard learning process, stuff is definitely starting to sink in, and your videos are definitely helping with it. Keep up the good work!
@lisowi.
@lisowi. Жыл бұрын
Thank you, I'm happy to hear it helps you out.
@conna69420
@conna69420 11 ай бұрын
Thank you for your videos. These have helped me a lot learning
@user-rt5fi3dh8d
@user-rt5fi3dh8d 2 ай бұрын
hi your video was the best if your still creating videos pls create a video base on this video and show how to create save for any function that we create for the player for example how to save the HP, level, xp, items in the inventory, and anything that the character have and need to be saved
@user-pn3ut7rw6c
@user-pn3ut7rw6c Ай бұрын
Thank you, but there is one thing to note: if you click New Game, then press P and open Load Game and press P, the Load Game menu will not hide. The same thing happens if you open Save Game.
@JustNikoD
@JustNikoD Ай бұрын
Hey! I know i’m really late but could u make a video on autosaving? Like besides the normal save slots, an autosave slot which saves every few minutes?
@dalaware9500
@dalaware9500 7 ай бұрын
Great tutorial thanks a lot Could you show us how to incorporate “Pyro Dev’s inventory” or any inventory system in to your save system?
@user-hd8ht8yc9z
@user-hd8ht8yc9z 6 күн бұрын
If it saves and if it loads, but when loading the saved I always start from the initial position and if I go where I saved I find myself, it seems that a second character of myself opens
@Chatmanstreasure
@Chatmanstreasure Жыл бұрын
If you reset the positions on center align and then in Alignment do .5 and .5 it centers it perfectly..
@Axel0689
@Axel0689 7 ай бұрын
Thank you very much master Lisowi🙏🙏. Question: can I use the same Paused Menu? I created the Save and Load items and they are activated by animation, all in the same widget. And then I apply the functions created. Would that work out the same? Or do you recommend that I create 2 widgets like you (SaveGame and LoadGame)?
@Axel0689
@Axel0689 7 ай бұрын
It seems to work, however, I have a problem: I have to update the data in the player's HUD (at the level of lives, number of keys. lives are appresented by pictures, while keys are a number).
@michaelkukula5926
@michaelkukula5926 8 ай бұрын
Hello, thank you for the tutorial. I have created a living room where the player can change the wall and floor materials (including some meshes) using the Variant Manager. I would like to be able to save the changes I make in my scene (meshes and materials, etc) and then reload them whenever I want. For example: Change the floor material to a stone tile. Save that change and then when I load that slot, I see the stone tile floor material and not the default material. Also, do you know how I can save the character orientation (right now if the player start is rotation 0, 0, 0 and if I save when the player is at rotation 0,0,45 - how do I set it so when I load the player is at rotation 0,0,45?)
@cherrygod3787
@cherrygod3787 2 ай бұрын
How can i add my health bar or others in the save data ?
@user-gs6tf4nt9n
@user-gs6tf4nt9n 4 ай бұрын
there seems to be a minor issue. If you open load or save menus and instead of picking the slot you pick back you return to the main menu instead of the pause menu. to fix this issue you should to go into load and save menus -> graph -> back button field->"create WB main Menu widget" element-> and change its parameter from mainMenu to PauseMenu or whatever you named it. it seems that this issue appeared because you copied functionality of Back Button form settings buttons and forgot to modify it
@noblestruggle108
@noblestruggle108 3 ай бұрын
Has anyone found out the issue when you unpause, if you still have the save/load menus open the pause menu isn't accessible, and you have to go to the main menu or desktop to fix it?
@harsha1179
@harsha1179 8 ай бұрын
How can I save pick up items
@danliviu75
@danliviu75 4 ай бұрын
can you show the tutorial with how you create game pause widget? Please!
@w33dsmoke61
@w33dsmoke61 5 ай бұрын
so what do you do when the engine doesnt load something the same as it does here. my shit will not load the transform
@Chatmanstreasure
@Chatmanstreasure Жыл бұрын
How would I Save level and stats? I tried to save the level variable instead of transform but it did not work?
@lisowi.
@lisowi. Жыл бұрын
You'll have to save all 3 variables, the level, exp and exp gained. I hope this helps and good luck
@AdireetiVlogs
@AdireetiVlogs 6 ай бұрын
Hi Can i apply all these in vehcile game
@lisowi.
@lisowi. 6 ай бұрын
Hello, and yes this can be applied to all games. Good luck!
@theoneoverseeraotoariseoft6549
@theoneoverseeraotoariseoft6549 6 ай бұрын
the save and load seem to work, but the player transform does not, so i will always load at the start of my level, anyone have any ideas on how i can fix this?
@under4077
@under4077 5 ай бұрын
same
@TheOfficialAgNO3
@TheOfficialAgNO3 5 ай бұрын
same@@under4077
@gudakoccc2596
@gudakoccc2596 Ай бұрын
Same
@gudakoccc2596
@gudakoccc2596 Ай бұрын
find the current level name, and then open by name rather then object (Now I can save the transform progress)
@Floaingshade
@Floaingshade 8 ай бұрын
hello, i didn't get the LoadGameButton and NewGameButton? 16:16
@lisowi.
@lisowi. 8 ай бұрын
Those are just 2 custom buttons created in the designer with these specific names. You can name them whatever you like. Make sure to tick the variable box so you can edit them
@Floaingshade
@Floaingshade 8 ай бұрын
@@lisowi. thank you so much!!
Settings Menu Tutorial - Unreal Engine 5.1+
24:40
Lisowi
Рет қаралды 4,3 М.
Unreal Engine 4 Сохранение и загрузка в игре
12:57
Cyberstars - Как создать игру
Рет қаралды 16 М.
TRY NOT TO LAUGH 😂
00:56
Feinxy
Рет қаралды 13 МЛН
Китайка и Пчелка 4 серия😂😆
00:19
KITAYKA
Рет қаралды 3,7 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Cinecom.net
Рет қаралды 461 М.
How To Make Projectile Spells In Unreal
5:46
That Skye
Рет қаралды 10 М.
An Easy Guide to Save and Load Your Character in UE4
24:29
Joe Von D
Рет қаралды 7 М.
Save And Load Player Stats - Unreal Engine Tutorial
12:46
Matt Aspland
Рет қаралды 38 М.
Unreal Engine 5.4 Motion Matching Tutorial in 5 Minutes
4:42
KartoonDevelopTips
Рет қаралды 39 М.
How To Optimise Memory Usage In Your Unreal Engine 5 Game
10:02
Matt Aspland
Рет қаралды 13 М.
All Unreal Engine Nodes You Need To Know About
32:59
Unreal University
Рет қаралды 45 М.
TRY NOT TO LAUGH 😂
00:56
Feinxy
Рет қаралды 13 МЛН