Hi guys, in this video we will be going over how to update your game in Unreal Engine 5. Ive tried to break it down as much as I could. If you still have issues, feel free to ask them over on my discord. :) Discord: / discord
Пікірлер: 48
@gamiumdev3 жыл бұрын
Just wanted to mention, even though I set up 2 extra chunks, you can feel fre to do how many ever you like. remember most of the space is taken up by textures, so I suggest emphasizing on that if you do use chunking the way I do. And yea, lemme know if you guys want a tutorial for making downloadable updates.
@WeirdOne191423 жыл бұрын
I would like a tutorial on downloadable updates.
@ruellerz Жыл бұрын
YES PLS. How do I make a launcher for clients or push updates so they get these PAK files.
@myasga Жыл бұрын
Yes,please create guide Thank you in Advance!
@musilab Жыл бұрын
Did you ever create this other tutorial? So hard to find this content.
@Papahzola3706 ай бұрын
hi, bro, how do you package the sir file into obb?
@kaanbugra11538 ай бұрын
When ı package 2 times with nothing changed, somechunks different binary files. Is it okey?
@AliRaza-vt6sl10 ай бұрын
hi can you please explain how can i use them in my project and how my apk or aab to exclude from these pak files, like complete process of Pak files for Android
@Alex-fv5qx Жыл бұрын
thanks for making it easy to understand :)
@gamiumdev Жыл бұрын
Welcome
@Rudra_om11 ай бұрын
Bro how to make gamelauncher + update or install game option
@gamiumdev11 ай бұрын
I suggest you use a service such as steam but you can do something with a basic backend server and a gui application
@a-zreview65683 жыл бұрын
bro which software do u use to make thumbnail. ???
@VVLGK3 жыл бұрын
Do you know how google play asset delivery system works with chunks ? Can you make tutorial on it ?
@gamiumdev3 жыл бұрын
I am not aware.. anything related to mobile in general.. I'm not well versed at it.
@WeirdOne191423 жыл бұрын
Excellent video! And thank you for it. My question is this: does chunking assign patch files automatically, or is there a method that the end user can take which would automate the process of assigning chunks? For larger projects it seems like it would be very tedious to assign chunk names for each and every asset in the content browser. Hopefully my question isn't too obvious or elementary. I don't mean to waste any of your time.
@gamiumdev3 жыл бұрын
This is just the most basic way of doing it. In other methods too you will need to assign the chunks manually but if I'm not mistaken, there is a stream on unreal's official channel which goes more in depth with it.
@WeirdOne191423 жыл бұрын
@@gamiumdev thank you. I have looked for it, but could not see it there. I have subscribed to your channel. Best wishes
@gamiumdev3 жыл бұрын
Thanks for that.
@gamiumdev3 жыл бұрын
kzbin.info/www/bejne/nmSkaaSMl5eJfM0
@WeirdOne191423 жыл бұрын
Oh wow. Thanks man
@vasusraj3 жыл бұрын
Does it support Hololens deployment?
@Aruta.20232 жыл бұрын
Hey, this might be random but please help me. Why is my Player Camera upside down ingame even though on the graph it's perfectly fine. I really don't know how this happened but all I know that I was trying to do a First Person Camera view. If there is anyway to help please tell me, just anyone. Thank you, Regards
@amoscookie133610 ай бұрын
this is the manual method what about if this is steam platform ?
@gamiumdev9 ай бұрын
Steam manages patches for u, no need to make any patching system
@amoscookie13369 ай бұрын
@@gamiumdev this is interesting 🤔, must look into it
@gamiumdev9 ай бұрын
@@amoscookie1336I have a game up on steam for private testing, you dont have to worry about patches on steam. Steam handles it
@BROCKSGAMING2 жыл бұрын
Hi just a small doubt , If i have a large project which have assets lets say around 1k+ and i assign 4 assets out of it to chunk 0 and directly package project will my other assets will get auto assign to a new chunk or it wont calulate them at all in packaging
@gamiumdev2 жыл бұрын
Chunks will be assigned only when u set them manually
@BROCKSGAMING2 жыл бұрын
@@gamiumdev okay
@BROCKSGAMING2 жыл бұрын
@@gamiumdev actually in documentation it was written as they will get assigned to chunk 0 so it though to confirm
@sanamoawed95222 жыл бұрын
How make it with code bp
@Mikosi2 жыл бұрын
Thanks for this information, I would also like to see an update over the air how to do it
@gamiumdev2 жыл бұрын
You could push ur updates onto some sort of server or database and your game code should be able to make the user download it.
@Mikosi2 жыл бұрын
@@gamiumdev so that is a problem. I'm not a specialist and in this sphene I'm not even a begginer, I have no idea how can I make something kind auto-check of update. May be you have guides?
@guitarsidadi50693 жыл бұрын
Can we get a making a beginner game in ue5 tutorial series?
@gamiumdev3 жыл бұрын
Could you specify please
@guitarsidadi50693 жыл бұрын
@@gamiumdev like a tutorial on how to make games with blueprints in ue5 which also utilisés the new features of UE5.any game like fps, sports, or an endless runner
@gamiumdev3 жыл бұрын
@@guitarsidadi5069 I can make a series with standard techniques but the issue i will have is that my pc is too slow for many of the new features, if you are fine I can start it soon
@guitarsidadi50693 жыл бұрын
Oh ok np then don't make it btw what are your pc specs
@gamiumdev3 жыл бұрын
@@guitarsidadi5069 gtx 1050ti, 16gb ram i5 8400
@IG1STAR2 жыл бұрын
Tumne ye to bata diya ki game kese update karnihe lekin game agar multiplayer ho or play store pr uploaded ho to kese update kare?
@IG1STAR2 жыл бұрын
Bhai please upload this video 2
@gamiumdev2 жыл бұрын
Check ur Google Play console. There is an option to patch ur game. Haven't worked too much on mobile, so can't tell the exact procedure.
@IG1STAR2 жыл бұрын
@@gamiumdev can you please make the video on , how can we creat on make 4 rendome playe on 1 team which is available on server and if not an any player are available then they got boat in there team
@swarupanandajena8354 Жыл бұрын
Brother Can you please help me out How I can give this update to my users Directly by game update or Play Store, Please help me I am not found any tutorial for this update push.
@Papahzola3706 ай бұрын
hi, bro, how do you package the sir file into obb?