Unreal Engine 5 | Open World Tutorial Using World Partition

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 189

  • @studentefk8309
    @studentefk8309 3 года назад +70

    ue5 tutorial on dedicated server

  • @b3dgamedev928
    @b3dgamedev928 3 года назад +35

    The trees popping in at different distances may have something to do with how foliage clusters are generated. One tree may be on a grid that is loaded, but the cluster origin lives in a different grid space, resulting in closer trees not drawing accurately, or culling out too early.

    • @WeirdOne19142
      @WeirdOne19142 3 года назад

      Exactly

    • @literallyjeff
      @literallyjeff 2 года назад +1

      What is the solution for this? Bigger grid / larger cull distance?

  • @dhananjaykupekar6892
    @dhananjaykupekar6892 3 года назад +12

    My favourite part is world partition topic. Now even more effective ☺️

  • @RoskoTheDark
    @RoskoTheDark 2 года назад +6

    World partition is enabled by default on official release now, go to window > world partition for window popout

  • @TorQueMoD
    @TorQueMoD 3 месяца назад +1

    Awesome! You do have an udated video :) Thanks so much for sharing! Oh, and NEVER scale a landscape. If you lose height, tweak your heightmap. If you scale landscapes you get a huge performance hit.

  • @AerixArtGames
    @AerixArtGames 3 года назад +19

    Awesome video SP, appreciate the overview, haven't gotten a chance to start messing with this just yet in preparation for my larger open world game project, but all looks super promising and I think it's going to be a massive deal to solo indies like myself when it's all said and done. Thanks again for covering this stuff :D

  • @JorgeAndresSerranoArdila
    @JorgeAndresSerranoArdila 3 года назад +14

    I think that cell size should actually be smaller to increase the resolution of what's shown/hidden as the character moves; otherwise, one would see large amounts of assets showing up all at once. With a higher resolution, "tree by tree" would be showing up, which in the end is more natural. Or am I missing something?

  • @MrLarsalexander
    @MrLarsalexander 3 года назад +5

    You need to check the box for prompt convert on open level. It will then let you convert you landscape to partition.

  • @ThrillDaWill
    @ThrillDaWill 3 года назад +10

    more tutorials, please!

  • @ruellerz
    @ruellerz 2 года назад

    Thanks for making this video. I'm starting over in UE5 and this worked out great! Thanks a billion for also sharing the heatmaps

  • @tangentarc7477
    @tangentarc7477 3 года назад +6

    Thanks for covering this. I struggled with world composition in UE4. UE5's system looks far easier to use.

  • @balbo84
    @balbo84 2 года назад

    Fantastic video, you are very good explaining this. thank you

  • @cheremisenov96
    @cheremisenov96 3 года назад +5

    Wow, that's reminds me Minecraft chunk loading system, really cool!

  • @ablasttv
    @ablasttv 3 года назад +14

    Does World Partition work in Z axis too? Hoping to use it someday for real size planets.

    • @antoniobastos780
      @antoniobastos780 3 года назад +3

      Interesting question here

    • @primus0348
      @primus0348 2 года назад

      i want to make a Planet to, and most tutorials dont go really in depth about it, and i dont want to use Plugins or Peoples work to make one, i hope it does

  • @cloudwolf3972
    @cloudwolf3972 3 года назад +1

    I believe the reason why trees were popping up was because you placed them in one grid and then hold and dragged the mouse from one grid to another. Even tho they were placed on a different grid, they were bound to the grid you first clicked on.

    • @mmalicki101
      @mmalicki101 3 года назад

      Yaaaaa the foliage tool is a bit of a mess right now especially with World Partition, you also cant remove or delete objects placed with foliage tool and what you've stated looks correct. Definitely need some good QOL updates especially around foliage tool.

  • @GES1985
    @GES1985 3 года назад +3

    Is there a version of world partition, that is following / centered on player, that reaches beyond the world partition edges, to buffer the adjacent "cells" since a players versions radius breaks a world partion barrier before the player does. Or is this handled automatically with LoD, and nanite?

  • @GES1985
    @GES1985 3 года назад +5

    Can you combine this with data layering? Maybe that could add "instances" of each world partition, so if players want to build housing in a space that is already built in, they could choose to have their current world partition phased out/a new one for them to build on? Etc

  • @keithperry955
    @keithperry955 3 года назад +2

    Absolutely awesome video, show us how to add the water system for a Ocean and my life is complete! Thanks for your hard work!!

  • @zzej
    @zzej 3 года назад +2

    At 15:34 you mention about better ways to create trees, grass etc. Can you teach us? Thanks! great tutorial, this helped me a lot

    • @Ugly_Baby_Gaming
      @Ugly_Baby_Gaming 3 года назад

      I'm currently using Houdini giving procedural rules for tree types (dead young old and what breed of tree by altitude slope occlusion group etc) to make point clouds for them to spawn from a mask or a spline. this also allows the trees to lift the terrain like the roots would deform the ground.... look for the farcry / rainbow six bad lands talks

  • @primus0348
    @primus0348 2 года назад +1

    Hi i want to know something, if you were to turn Something like this into a planet For Ground to Space Type Games, is there a way to Turn it into a Giant sphere while Having all the Terrain Intact?

  • @mr.darkshark6875
    @mr.darkshark6875 8 месяцев назад

    My landscape dissapearing also with trees. How to fix that

  • @ismailgaleb2292
    @ismailgaleb2292 3 года назад +1

    I love your vidoes!! not sure it's my pc but your videos are usually always low volume compared to other vidoes

  • @KiwiHawk-downunder-nz
    @KiwiHawk-downunder-nz 2 года назад +1

    Do you know if UE5 can auto cut a landscape height-map or does it HAVE to be a tiled landscape. For example if one has a 4033x4033 landscape that would be lighter on resourse's if it was 1009x1009 tiles , I'm guessing setting the grid to approx 1009x1009 it would cull objects outside the radius right to lighten the load on exsisting maps

  • @immanueljenkins5036
    @immanueljenkins5036 3 года назад

    @smart poly would you be willing to help make a video game with ne and a couple other people

  • @yanovsky62360
    @yanovsky62360 2 года назад

    I feel 10x more confident in soft soft, thanks!

  • @jh-lp7cg
    @jh-lp7cg 3 года назад +2

    Solution: I had to make my ThirdPersonCharacter set to "Always Loaded" in details panel. lol
    Thank you for this tutorial. Can you think of any reason why my streaming isn't working? I have one green square. When my streaming area no longer contains the green square, that square unloads (turns red) and I can no longer move. None of the other squares turn green or red.

  • @rjs3590
    @rjs3590 2 года назад +1

    Thank you for making this tutorial! I have a problem where my landscape tiles will disappear and reappear at various distances... some tiles will spawn FAR out, and others closer to the player will be missing...... Do you know why they would be acting up?

  • @Beyond-Studios
    @Beyond-Studios 3 года назад +1

    What's the maximum size a map can be using world partition? Can we still use world origin rebasing?

  • @LucianoJacomeli
    @LucianoJacomeli 3 года назад +1

    Do some tutorial about HLOD too, i read about it and not will work with landscape, but try to use in others static mesh they talk about Automatic HLOD and Impostors in UnrealFest but i not find in Documentation.

    • @guri-hz5tw
      @guri-hz5tw 3 года назад

      @luciano that is what i am wondering about yes they said that ue5 would generate automatic imposters and hlods but i think its not there

  • @josephvanwyk2088
    @josephvanwyk2088 3 года назад +1

    I don't understand this feature 5:13 --- If you have an open world and your character runs in a field, why would everything in front of you NOT be visible (trees, houses, mountains) and then "pops" into view when you are close? Or am I missing something? Also why have they not made this more user friendly? It feels like rocket science, when it comes to map level streaming.

    • @Ugly_Baby_Gaming
      @Ugly_Baby_Gaming 3 года назад +1

      you can use fog to hide the pop

    • @dilfonicz
      @dilfonicz 2 года назад

      @@Ugly_Baby_Gaming you cant always have fog. some games take place in a sunny setting.

    • @Ugly_Baby_Gaming
      @Ugly_Baby_Gaming 2 года назад

      @@dilfonicz so true, well lets hope that Ue5 is all its cracked up to be now its here.. when I used to fly 10km or more was classed as a clear day. but you could still have a haze on the horizon blurring it out so fog can still be used on the sunny maps just need to make it look good which is the hard part getting the settings right

  • @Roboticgladiator
    @Roboticgladiator 3 года назад +1

    Can you have more than one landscape tiled to make huge worlds?

  • @seansanderson
    @seansanderson 3 года назад

    Thank you, really excited by world partition but was having trouble working this out by trial and error. This will have me up and running (!)

  • @davidfails2866
    @davidfails2866 3 года назад

    10:22 do you thing we will be able to have a fps counter convert these numbers on fly for cell size and load range based off of what fps you want in a given location? static dynamic chunk knowledge of world to optimize say big city vs desert automatically?

  • @Ccccc-mi3tr
    @Ccccc-mi3tr 3 года назад

    Fantastic video. I like your teaching style

  • @KingHattimus
    @KingHattimus 3 года назад +1

    @SmartPoly Do you know if it's at all possible to have Looping World Partitions? So If I ran in a straight line, eventually (after a specified size) I'd end up back where I started.

    • @krz9000
      @krz9000 3 года назад

      Just do some teleporting of the player via blueprint

    • @KingHattimus
      @KingHattimus 3 года назад

      @@krz9000 Doesn't work, looks too clunky and obvious. I've tried before. I'm looking for something smooth and natural

  • @davidfails2866
    @davidfails2866 3 года назад

    9:59 why isnt there partition streaming? using network... or just load streaming what ever area the cameras in... is this to save load times for level... why not stream nothing in and have chunks load as camera moves to place... idk

  • @terrablader
    @terrablader 2 года назад

    This was an awesome tutorial thank you. Assuming the landscape that is not loaded is a low poly proxy mesh so you can see it still? Some of those far away "proxy?" landscape meshes are not loading when your up high they look patchy. Is there a way to make sure all the proxies load

  • @eggZ663
    @eggZ663 3 года назад +1

    Have you managed to get this working with texture weightmaps, I see no way to import/export those?

  • @xeoncat
    @xeoncat Месяц назад

    Excellent work, thank you

  • @TheF4c3m4n
    @TheF4c3m4n 2 года назад

    Why is it if you do Stand Alone Game Player falls through the map? Any Idea as how to stop loading character long enough to let everything load first, then load the player? Thanks for Great Videos!

  • @wyattparks4151
    @wyattparks4151 3 года назад +1

    But can I actually make a huge open world?? It seems in theory it would work based on this, but like can I load in multiple landscapes next to each other and use this?

  • @sarahlynn7807
    @sarahlynn7807 Год назад

    So if I wanted to make a larger map I'd just import more tiled landscapes and put them next to each other to an arbitrary amount? Is there a limit to how large you can make the world?

  • @akashicrecords9672
    @akashicrecords9672 3 года назад

    What is the MAX_World size we can create now with World Partition? It seems they limited the scope of what kind of world you can create with this new feature in UE5. smdh.

  • @watefu1074
    @watefu1074 3 года назад +4

    Great tutorials as always!

  • @mindped
    @mindped 8 месяцев назад

    what happens to collisions when an area, landscape area, or meshes are streamed out? If collisions disappear how can i retain collisions for characters in the area?

  • @ReidsChannel
    @ReidsChannel 3 года назад +1

    Do you know if it works vertically as well?

  • @tgykurtulus
    @tgykurtulus 2 года назад

    hey, thank you for detailed tutorial. I want to ask something. In streaming level approach, we could create a Blueprint level which contains the bluprints, it always streams. In world partition, if we put some blueprint actore -for example they are using by a quest, does this actor return invalid?

  • @dominikfabos4520
    @dominikfabos4520 3 года назад +1

    Do we know what is the size limit of this system? Compared to normal ue5

  • @mirrorunreal3675
    @mirrorunreal3675 3 года назад

    Hi smart poly. Do you know if it’s even possible to import biome regions along with heightmaps in UE5. When I try to use a multi-layered material, I get a blank grey landmass. No option to import regional heatmaps/biome maps.

  • @michelsantos4236
    @michelsantos4236 Год назад

    These trees, where did you buy them? I would like to buy too. Thanks!

  • @MaxStudioCG2023
    @MaxStudioCG2023 2 года назад

    hey man ,i just discovered your channel (oviest what i was searching for) ....so i created this big world map for a tps and i filled it up with all (houses,trees, Ai enemys, etc etc )_ ....so what i do now because game is realy laggy ..is world partition recomanded or that level streaming volume ...how i do to make it less laggy besides the settings (sublevels, etc,... ) and i dont have world partition in my settings

  • @clipea2475
    @clipea2475 2 года назад

    at minute 1:09 the option to enable world partition does not appear to me

  • @HuseenMurad
    @HuseenMurad 3 года назад

    Thank you very much. Very useful lesson.. Please continue

  • @alexlangrell4540
    @alexlangrell4540 Месяц назад

    how does this work with procedural generated levels? I want to make massive maps but don't want to overload the game?

  • @0KPanic
    @0KPanic 3 года назад

    super helpful video! thank you for creating it.

  • @davidfails2866
    @davidfails2866 3 года назад

    15:27 do you think its possible to have chunk data have server changes with no load time say I go to one area of an infinite map its on server 34567 of player location 3.... and have someone spawn on that and merge the servers of all other players in map.. instead of one server crunching all data on map just have location data of different smaller areas of distance from players... and if player branches out it creates or turns on other servers automatically after range ping based off of distance of player... idk hard to explain

    • @davidfails2866
      @davidfails2866 3 года назад

      having haptic feed back of servers of smaller numbers of say location and smaller info bases of player gathered resources the closer you get till all of main player on game moves all data slowly into the new server..

    • @davidfails2866
      @davidfails2866 3 года назад

      maybe not new server but player distanced ping server using haptic feed to other clients.. idk

  • @X400DYL
    @X400DYL 3 года назад

    Does using tiled Landscapes give you any benefit over a single large landscape, now we have World Partition, asking as I'm creating a new landscape, in WM ?

  • @NehezTheWrackful
    @NehezTheWrackful 3 года назад

    Is there any way to swap far terrain tiles with low res mesh ? so actually u have a far distance view but in distance instead of terrain teh tile is swapped with 3d optimized model of that tile. Does UE5 got something like this? In Unity there is asset called World Streamer that does that autmatically with a click of a button, it takes terrain, splits it and generates 3d optimized model for it to swap unloaded terrain tiles with its 3d model optimized representation

  • @Domthegamertherealgamer
    @Domthegamertherealgamer 3 года назад

    Where did you get those meshes at 15:52 I've been looking for a theme like that for the longest time. It looks like fortnight.

    • @SmartPoly
      @SmartPoly  3 года назад

      free on the marketplace for the month

  • @KingExCeI
    @KingExCeI 2 года назад

    am i able to import more than one heightmap into ue5? Im trying to make a very big landscape and am stumped.

  • @Rafael-wv8wk
    @Rafael-wv8wk 2 года назад

    It's working thanks my friend

  • @akselmarmol9807
    @akselmarmol9807 3 года назад +2

    i just wanna be the first comment once in my life

  • @davidfails2866
    @davidfails2866 3 года назад

    I try importing old level and it says it failed to convert... how long do you think till this will be fixed I believe it has to do with a lot of old code for plugins and my pre-made terrain? should I just scrap old maps wait for solution-specific convert settings?

  • @LucianoJacomeli
    @LucianoJacomeli 3 года назад

    In Import landascape have a setting about "world partion grid size"

  • @BCuzz4LIFE
    @BCuzz4LIFE Год назад

    Hi.. Smart Poly.. I Have A Quick Question?.. My Question Is what Program did you use to Create the 3 Tiled Maps?.. Thanks In Advance..

  • @digital_syanidetv4552
    @digital_syanidetv4552 3 года назад

    Now if I have a map I already created with grass and trees and I bring it into this will it automatically make levels for it? So I don’t have e to again?

  • @Luckytron
    @Luckytron 2 года назад

    You have a good voice for these videos. No homo.

  • @IchBinJager
    @IchBinJager 2 года назад

    Does this let you make infinite world sizes? Theoretically at least, beyond the puny limmits it used to be?

  • @pawpotsRS
    @pawpotsRS 3 года назад

    I tried whole one height map not split and the engine split it for me, i think this is much better than the other method, worried is that you no longer have the option to add tessellation on landscape :( I just notice that it becomes gray.

  • @ringoondemark6365
    @ringoondemark6365 3 года назад

    Great vid! really helped!

  • @G4Direct
    @G4Direct 2 года назад

    Any idea what happens when you level instance a World Partition map into a normal old-method map?

  • @arcarcarc376
    @arcarcarc376 2 года назад

    Help! how to use contour lines? this must converted necesary into depth map?

  • @PaulNathanDev
    @PaulNathanDev 3 года назад +1

    Great tutorial!

  • @nighthawk_77nachtfalke93
    @nighthawk_77nachtfalke93 3 года назад

    Do you have to make the heightmap tiled before import for UE5 to tile it, or can you use a single heightmap without tiles and let UE tile it for you?

    • @nighthawk_77nachtfalke93
      @nighthawk_77nachtfalke93 3 года назад

      @Charles Nicholson Thanks!

    • @eggZ663
      @eggZ663 3 года назад +1

      @@nighthawk_77nachtfalke93 You can still import a single large heightmap and it will chop it up for you, but if you need to export it then it will export it as tiles

  • @MrMallak6666
    @MrMallak6666 3 года назад +1

    so for the tiled landscapes you only loaded one of you maps sections(0,0), to import them all do we still just select them all or is there a new process? for example I have a 8km x 8km(64 sections)map for my project, do I have to import them one at a time or can I still import them all at once?

    • @eggZ663
      @eggZ663 3 года назад

      It scans whatever's in the folder and imports all of it based on the naming

  • @kyleb3316
    @kyleb3316 3 года назад

    wow this video was playing in the background but I didn't notice until I went to watch it because the volume was so low

  • @cryptoholicdad2588
    @cryptoholicdad2588 3 года назад

    Is there a way i can turn the world partition on in an existing level/map that i have already made?

  • @H1D3_15
    @H1D3_15 3 года назад

    I love your videos omg

  • @Denguir
    @Denguir 3 года назад

    As far as I know on UE4 u could predetermine your grid before u create your landscape

  • @nawidnawid9773
    @nawidnawid9773 2 года назад

    Is it possible to create Red dead redemption game size with UE5 ? or how big is the UE 5 map size maximum ?

  • @James-ez6eb
    @James-ez6eb 3 года назад

    World partition does not show up and I have no idea how to sort this can’t find anything online

  • @mateuszabramek7015
    @mateuszabramek7015 3 года назад

    What are you using for building big maps? World Machine or something like that?

  • @Someone-pg3rn
    @Someone-pg3rn 2 года назад

    just asking, the hightmaps are the mountain maps right?

  • @amiralisepehri1315
    @amiralisepehri1315 3 года назад +1

    It was very useful

  • @danimusbar
    @danimusbar 3 года назад

    Hei, i have a laptop Lenovo Legion i5 with GTX1050 but when use UE5 in play mode, the game graphic show slow, in UE4 run smooth .. help me please

  • @FlockersDesign
    @FlockersDesign 3 года назад

    oke and what if i whant to add extra tiles to the map the seem not to be using the world partition

  • @lingjunxie7811
    @lingjunxie7811 3 года назад

    you metioned it better to generate trees rocks procedually, what about grass, instance count will be really high, thank you for the greate video.

  • @mykulpierce
    @mykulpierce 3 года назад

    What tips can be given to render only what the player's camera can see?

    • @SmartPoly
      @SmartPoly  3 года назад +1

      culling distance of meshes (distance of when they should be rendered in)
      and LODs (the quality of the meshes at what distance)
      in UE5, they have introduced Nanite, which makes this whole process automatic.

    • @TheZenytram
      @TheZenytram 3 года назад

      nanite does that for you automatically.

  • @AdrianoFerreira-nb8cd
    @AdrianoFerreira-nb8cd 2 года назад

    is there a way to add more tiles with a different height map?

  • @parkerhartzler
    @parkerhartzler 3 года назад

    when I import my height map, it pops in at 512x8192 for heightmap resolution, it's squashed and any other resolution crashes the engine.

  • @terrablader
    @terrablader 2 года назад

    what happens if the landscape is in a level, and there is a persist ant level?

  • @widma333
    @widma333 3 года назад

    Nice! Thanks mate!

  • @samuelkilik8233
    @samuelkilik8233 3 года назад

    is there a way to add single tiles and keep adding more as we progress using world partition ....

    • @krz9000
      @krz9000 3 года назад

      You can have many landscape actors placed...if there are actors in tiles it will load them...there is no known limit to the amount of tiles.

    • @samuelkilik8233
      @samuelkilik8233 3 года назад

      @@krz9000 can we place like adjacent layer to it ....

  • @fobypawz418
    @fobypawz418 3 года назад

    can we build universes with solar systems like Star Citizen with this?

  • @yawnywawnys788
    @yawnywawnys788 3 года назад

    If I am doing a massive huge map. Say three times bigger then fortnite. What would be be a good size for the partition cells?

  • @Native_Creation
    @Native_Creation 3 года назад

    From the recent Nanite presentation, they said they're potentially working on a "Landscape 2.0" system for UE5.

    • @CarbonI4
      @CarbonI4 3 года назад +1

      I imagine they will be replacing the landscape with micro polygon patches like a giant nanite mesh, seems am obvious step for maximum detail.

    • @eggZ663
      @eggZ663 3 года назад

      @@CarbonI4 Virtual Heightfields kind of do that right now but as it's experimental is scares me to use it. But I wonder if it will be integrated with terrain better eventually

  • @ted7919
    @ted7919 2 года назад

    Hi i have a question, can you use unreal engine 5 with this laptop: Acer Nitro 5 AN517-54-79L1 Gaming Laptop | Intel Core i7-11800H | NVIDIA GeForce RTX 3050Ti Laptop GPU | 17.3" FHD 144Hz IPS Display | 16GB DDR4 | 1TB NVMe SSD | Killer Wi-Fi 6 | Backlit KB | Win 11 thanks

  • @samuelkilik8233
    @samuelkilik8233 3 года назад

    can we place like adjacent layer to it like if we want to extent it

  • @kevinhoward9930
    @kevinhoward9930 3 года назад

    How do you save and reload these maps properly ? It doesn't load them back in, they're all greyed out in the list and there's nothing in the viewpoint ?

    • @eggZ663
      @eggZ663 3 года назад +1

      You probably figured this out by now, right click on the map in world partition and load all

    • @kevinhoward9930
      @kevinhoward9930 3 года назад +1

      @@eggZ663 no I haven't lol, but I will go back and try it. Appreciate the reply 👍

    • @eggZ663
      @eggZ663 3 года назад +1

      @@kevinhoward9930 Drag select them with left mouse on that map grid view then do right click and you should see the option to load them

    • @kevinhoward9930
      @kevinhoward9930 3 года назад +1

      @@eggZ663 finally got round to trying this again and success. Made proper notes during the tutorial this time to. Many thanks again. 👍

    • @eggZ663
      @eggZ663 3 года назад

      @@kevinhoward9930 Glad you got it sorted! :)

  • @graemepalmer2306
    @graemepalmer2306 2 года назад

    Thanks for the tip! :)