Saving data and sending it from one level to the other is much easier than I thought it was!
@GorkaGames8 ай бұрын
with a game instance it's so easy!!
@DarkTechGames18 ай бұрын
To simplify it... Your Level Instance is the ONLY THING that needs to communicate with your Save Game. Everything else communicates with the Level Instance.
@phoenixgold97356 ай бұрын
Omg it's been driving me nuts for a month trying to figure this out and I just saw your video 🎉 1:29 it helped a lot!
@AlexyVega-es6eb24 күн бұрын
Thankkkk you sooo muchhhhhhh. I tried like 10000 times
@nayler20108 ай бұрын
Always great easy to follow content your doing great work for helping solo developers! One of the best ue5 KZbinrs out here,
@Muneebdevelopment3618 ай бұрын
hey , gorka, i switched to unity but i still will be your supporter and subscriber and always a unreal user!
@eligijuspranskunas35098 ай бұрын
nice, please make more tutorials about those instances, player controller, etc.
@enderfire33798 ай бұрын
yay, new tutorial
@GorkaGames8 ай бұрын
🤣🤣
@ThePavilionWeb8 ай бұрын
Just found you Today and so glad I did, amazing content clearly explained with a decent real world example, SUBSCRIBED ✅
@BikeTravelerX3 ай бұрын
Little Tip: Before i started thicharacter selection and game instance, i did the Switch between First person and Third Person Character Tutorial and then i made this character selecting / game instance and added the the level i already had ... works perfect. using UE 5.4.4
@sallad_ran_far72885 ай бұрын
Thank you sm this helped a lot
@diluciousOK4 ай бұрын
Thanks, short and sweet
@박민규-l7i4 ай бұрын
thanks, you are best
@shahmaarbaba8 ай бұрын
make a loading screen showing the process bar with percentage of level loading
@Cloroqx8 ай бұрын
Great tutorial. One suggestion for future work would be to use "Open Level (by Object Reference)" in place of Open Level (by Name), as it takes an object reference, loads async and is generally a better way of doing things.
@bisart18 ай бұрын
Please make a video about save game load game and reset!
@halall_man_o8 ай бұрын
I needed this for my game, thx Gorka! I have a question can you tell me how to store multiple stuff like what swords I have, what health/Ammo and Level I have etc?
@DarkTechGames18 ай бұрын
Just create variables for them in the level instance matching their variable types and set them in the level instance when it's where you want it. Then to load them, just SET where you want it FROM the Level Instance.
@DarkTechGames18 ай бұрын
Key point in this is to organize your Level Instance to make it easier to FIND data that will be later loaded or saved.
@infumiinations13117 ай бұрын
Can you make one where you start in the menu find a world(level) or host one then get the option to select characters
@irmago78592 ай бұрын
I'm wondering if there is a way to change the character's BP through this?
@pierrecadeot8 ай бұрын
oh yeah purrrfect :)
@zachwise4768 ай бұрын
I'm almost done with the game I've been working on for the passed year! You've been a big help. How do I find assets in my project I didn't use and are safe to delete?
@CharmRoselle4 ай бұрын
Great tutorial, I've also been doing your Unreal Engine 5 RPG tutorial and find that when I load in with a different character, the sword doesn't equip in the right place and you can't attack the dummy either... only when you use the Manny one... I'm sure I'll figure it out eventually, but it would be a big help if you could show how to make this work with levels you've already created :)
@DarkTechGames18 ай бұрын
You're on top of it quickly... Lol
@GorkaGames8 ай бұрын
haha I work with speed!!
@Intranduan8 ай бұрын
Amazing
@ChkolMix8 ай бұрын
who we makeup short animation in own game to vid and put a vid on first title's of game or put some animation clip into game look like when you open door or walk on the some place when we pointed showing animation clip when we puted before ? idk how i telling you but i know u know what i mean to say .... ty man i love u so much for help us
@reginioremarkb.48648 ай бұрын
Nice tutorials bro, can you also make a dialogue where a player can interact to npc (like having a conversation) where there is option to select to answer to the npc question.
@J4RUBY8 ай бұрын
Can you show us how to sim projectiles in a third person shooter. You’ve shown us line traces, but I’d love to create a projectile based shooter
@thebelowzerogamers21797 ай бұрын
Can you do a video on this, but it's for one of your health systems, such as the RPG health.
@ciaranmitchell47506 ай бұрын
i think he has
@MorningStar16218 ай бұрын
Works great except you need to hold down mouse to play when you load into level, how do you fix it?
@Sashi_Studios5 ай бұрын
With the "Set Game UI" ?
@xhuman-018 ай бұрын
how can I transfer ownership of the session to a different player such that the host can leave without disrupting the other players?
@CoolDudeOwenLOL6 ай бұрын
Epic👌
@SchroderFitness7 ай бұрын
Does this work with multiplayer? If not, how would you modify it?
@Yacob_Rl6 ай бұрын
hello i have a question for some reason i have to keep going back through the character selection and select a character for it to load in the world if i just hit play (without going back the character selection) my character dose not load into the game ??
@Yacob_Rl6 ай бұрын
nvm i found the issue i was having with it not loading a mesh in by default by going to the GI_Selection and selecting the variable we made and selected a default mesh on the right side in the details panel.
@gracecpy8 ай бұрын
Hello! Can you make a tutorial on cooking system in Unreal Engine?
@HG-tu2xn8 ай бұрын
does game instance save player's data after closing and opening the game?
@jotafreshh41268 ай бұрын
Hello Gorka Games, I am from Argentina, sorry if I write wrong. I come from the video in which you teach how to create an equipment system. My question is how could I make it so that my character, when starting the game, already starts with the weapons and the respective damage that each one inflicts. Like in the game shadow of the colossus
@jotafreshh41268 ай бұрын
Gracias por tus videos!! aunque estan en ingles aprendi mucho!
@Rhyth194 ай бұрын
The game instance doesn't seem to persist when i use "join session" for some reason. It does work when I Create Advanced steam session though. Can you help?
@lytran11387 ай бұрын
How to carry object in exactly location near player to new level
@daviddedovec64358 ай бұрын
Do an uneqipment system please
@101_studios8 ай бұрын
please create could you please make a video of creating a server and entering it but as an fps game? please
@HeyShotgun8 ай бұрын
Hmm okay so this isn’t really known . But can you possibly try a meta human setup tutorial because I look for it and everyone shows the meta human site and then skip the actual implementation
@DarkTechGames18 ай бұрын
I actually HAVE a 3D metahuman character selection screen and it works the same. But instead of saving a Mesh, you are saving a particular Blueprint to load.
@HeyShotgun8 ай бұрын
@@pierrecadeot 🗿NO
@AbbastiktokRt248 ай бұрын
Good good
@FabioHartFernandes4 ай бұрын
Is it just for me or it is a bug? if you press "play level" without clicking on "change character", makes the play level starts with no skeletal mesh associated... thanks a lot
@romanjemk2 ай бұрын
yeah me too, sucks, i'll try to adapt it
@FabioHartFernandes2 ай бұрын
@@romanjemk i have made a version, with metahumans... it is working perfectly, including on multiplayer... totally scalable... i will make a tutorial soon and let you know
@AlexZyablov8 ай бұрын
Hello Gorka, can you explain please, why cyberpunk 2077 is an open world without loadings between levels but when you use a teleport you have to wait a few seconds of loading? Probably some of optimization? How can I implement it in my own game?
@creeperian22 күн бұрын
when you move by foot/vehicle in cyberpunk, the game loads terrain you can’t see slowly so when you get there you see it has transitioned smoothly but when you fast travel the game hasn’t loaded the assets in that place so you have to wait for them to load so it won’t look terrible for a few seconds
@sachchitlauvyadaskakoty8 ай бұрын
Brooo pleaseeeeeee make a video series on how to make a game like resident evil pleaseeeeeee pleaseeeee
@samos00018 ай бұрын
Hi I really like your videos. Unfortunately I can't find answer on my problem, so maybe you can give me some advice:) I created simple Physic-Base flying ship (it's cube for now). I want be able to flying this ship and also move BP_ThirdPersonCharacter on that ship. Unfortunately, BP_ThirdPersonCharacter move is Non_physic and because of that I got many issues. Is it possible to combine physic with non-physic movement? If not, what is easier to implement? Physic movement for character or non physic movement/flying for ship? I prefer physic solutions, but also I dont want to create physic movement for charcter (I think it will be complicated, especially since in the future I will want to implement an NPC that will walk around the ship). What do you advise?
@DEM1GOD77 ай бұрын
Surely you can do that without using cast
@jacktoobsee8 ай бұрын
Please try not to ‘Cast’ too much, it can impact performance
@agentshadow66188 ай бұрын
Iam asking for the 10th time please make cloth system like steller blade you find outfits and you change in main menu, using also metahuman.... Please❤❤
@FabioHartFernandes4 ай бұрын
Pleeeeeeeasee make a new version using Metahumans, pleeeeeease :-)
@eng07227 ай бұрын
Your tutorial is great, but I have some problems, I created the GameInstance blueprint but it doesn't show the EventGraph and can't edit it, can anyone help me explain