- 2
- 13 985
Filgeck
เข้าร่วมเมื่อ 19 มิ.ย. 2014
10 Minute PCG Forest in Unreal Engine 5
In this tutorial, I will show you how to create a procedural forest in Unreal Engine 5 in just 10 minutes using Quixel Bridge assets and a free PCG plugin. I'll guide you through setting up landscape materials, adding procedural grass, and spawning trees and rocks with precise placement control. You'll also learn how to modify plugins for better integration with auto materials. This tutorial is perfect for game developers and environment artists looking to create realistic forest scenes quickly and efficiently. Watch now to master procedural content generation in Unreal Engine 5!
Plugin: PCG Layered Biomes
www.unrealengine.com/marketplace/en-US/product/pcg-layered-biomes
Plugin: PCG Layered Biomes
www.unrealengine.com/marketplace/en-US/product/pcg-layered-biomes
มุมมอง: 659
วีดีโอ
Nanite Forest Optimisation in Unreal Engine 5
มุมมอง 13K4 หลายเดือนก่อน
In this video, you will learn how to optimise a forest scene in Unreal Engine 5.4 using Lumen, Nanite, Virtual Shadow Maps and Virtual textures. Optimised DefaultEngine.ini: drive.google.com/file/d/1o18QGV0UAJw68vbhtLHJAQmlaKyhKh60/view?usp=sharing 1) One more tip I forgot to add is disabling cast shadows on your landscape, but it doesn't look good in some cases (I didn't do it). 2) If you are ...
Hi! Thanks for the great work you've done Can you give advice for non-rtx cards?
Thank you, this was very helpful!
Thank you for this video, Ive learned few things! Whats the command to increase raytraced shadow distance ?
LOL meanwhile without the crappy nanite technology, the same forest with LOD meshes would perform at 200fps! HAHAHA
While true, LODS take time to create and dont do as good of a job as nanite when it comes to blending high to low poly
Can you explain the new pool size system also?
Can't thank you enough for putting this together. I've spent hours and hours trying to figure out why my performance on even the simplest of scenes is so bad. It's crazy that Epic basically gives you the worst possible performance settings as the default and then buries all of the important features under mountains of config.
Hi, very nice video, thank you really for those amazing tips, i wanted to know , how do we do the that: 3) Don't update the lighting every frame if you have a day and night cycle ?
Great way of explaining! Good stuff!
Holy moley, I’ve been trying to make distant foliage not drop its shadows for months. Thanks dude
Great video tho
I would only set the shadow cache invalidation behaviour to rigid for small foliage
Nanite landscape performs worse for most landscape. Don’t use it unless you want tesselation.
Just disable Nanite and use LODs, then you have the best performance.
thanks, since my 32GB RAM wasn't enough, I used a 500GB SSD empty hard drive for virtual memory so that I can activate Nanite, that's how it worked for me 😁
How to add is disabling cast shadows on your landscape?
I think this video covers everything really well. I did some tests with Nanite Foliage with modelled leaves, and performance is gained when you have 300-400 trees on screen. These modelled leaves are using unmasked materials, each tree was about 200K triangles. This optimization is quite a small gain though, a non masked nanite forest would perhaps net you something in the +5fps range for that number of trees.
Thank you for sharing! I played around recently with modelling grass with no opacity mask (the exact same shape) and didn’t see much improvement (although the overdraw was significantly better). One thing I noticed is that it looked different - it’s as if the grass at a distance wasn’t as dense. I would have never noticed it if I didn’t see how the old grass looked. It’s very minor and I guess shows what Nanite does to small objects behind the scenes
Amazing thank you for that!!
''Ran into problems with optimization'' Yeah using Nanite thinking its any good for video games. That's the trap...
I'd bet a lot that the scene would run much much better with LODs/impostors/instancing...
Hi! How did you do the ocean?
insanely helpful!
You can turn off nanites and manually set LOD in a few minutes.
this, overdraw is an issue with nanite
Would you please consider making a tutorial on weather changes, specially snow?
turn on hardware ray tracing lower my fps a lot ..
Hey buddy, I think I've noticed a problem here. It should be the same for you, I think I could see it at some parts of your video. The problem is that the shadows do funky stuff when you get up close to them, this is especially notable when you walk through the scene with a character. Only the very closest shadows are displayed properly, those that are like 5 meters away from you look much different than those that are right below you. When walking through the shadows you can kinda see the zones around you and the shadow updating in a very unclean way, also you can very clearly see the tiles in which the shadow map is generated (I think that is what you see? I'm not sure), resulting in some sort of different, sharp "loading zones" around the player. You can see those "loading zones" when you turn on the view "virtual shadowmaps -> cached page" in the editor (instead of lit/unlit or whatever) very clearly. The problem doesn't occur when you disable the World Position Offset of the master material of those trees or whatever is causing the issue. So the movement of the leaves and stuff seems to play a role in this? I've followed tons of ChatGPTs suggestions and tried many other things to fix this, but nothing seems to work. Do you have a fix for this? Help would be greatly appreciated! Edit: I've uploaded a video of this problem here: imgur.com/a/PlJuPZv Edit2: The issue also doesn't appear when you select "Auto" or "Always" for the "Shadow Cache invalidation Behavior". "Always" seems to be slightly more performance friendly than "Auto", but I guess the idea here was to avoid both of those options.
Hey! Thats a weird issue. I think mine is not as obvious as yours and when the trees are moving - pages update correctly. Not sure what this is caused by but try looking into increasing VSM pages pool size and texture pool size. If that doesn't help try disabling nanite, lumen and virtual shadow maps to see which one breaks it. Also try different trees from quixel in a new project.
Great video with a lot of useful tips. Crossing my fingers that Epic finds a way to limit overdraw on Nanite foliage...
That would be great
Is that weather blueprint related to ultra dynamic sky?
Hey! It's my own blueprint that I use to control UDS/UDW, material parameters (for snow) and wind strength.
Is "Mootzart Dev" your second channel?
Hmm, i have a couple of issue since following this video and changing the project settings. My fps has gone down from 40fps on cinematic settings to 14fps on high settings and i now have a constant message popping up telling me the change the virtual texture pool from transient pools to fixed pools. and no matter what i do the trees in the distance loose all their leaves even though i set it to preserve area. im using world partition by the way
May i know why you are specifically using Cinematic settings mode? It is not intended for games. Even 4090/4080 will struggle when using cinematic settings.Try using Epic settings.
@@adarshwhynot epic settings was about the same. But I had to revert the changes I made from this video as it made my performance worse
I like how you explain things, you introduce change and problems that come along with their solution
Great job! Scalability High targets 60FPS, Epic 30FPS on consoles. So using High as a basis is the best choice for hitting 60FPS, regardless of platform. Lumen Global Tracing uses the Global Mesh Distance Field, while the Detail Tracing also traces against per-mesh Distance Fields. For more complex mesh shapes, it can make a big difference. The Nanite landscape splitting you were seeing was a bug in 5.4. It is fixed in UE5-main, no idea if it made it into 5.4.4 as well.
Oh! Now I get it which graphic type I had to choose (whether be Epic or High); so I'll choose High graphic instead of Epic since my future UE5.5 indie game's art direction will be inspired by Smash Ultimate's cinematics instead of photorealistic
Great stuff. You can also use the “World Ray Hit query” node to sample and filter by physical material. This is what I did with my auto material I assigned the specific masks to a physical material so that each layer spawned its own set of meshes. Would love to see how to remake the Nordic Conifer Biome you had in your last video with PCG
Awesome! Any chance we could get a tutorial on the forest?
Thank you! I posted a follow up video showing how I made my forest
Sweet! Thanks bro! Rare to see all the optimization tips in one video. Very useful
When u enable tessellation you need to make sure its properly set up in shader.
Great video and really nice looking forest! Just a tip regarding shadows on grass and other small foliage/assets for those who are not aware of it. Try using contact shadows instead of dynamic shadows. It is enabled per default on meshes, but the contact shadow length on directional lights are set to 0.0 per default. (I usually set it to 0.1 or 0.2)
Are those speedtree trees?
Thank you so much, the video is great, just what I needed. You saved me, new subscriber, keep it up.
this video is amazing. thank you so much for this. i went from 18fps to 70 lmao.. its amazing. sidenote: i started converting textures. texture by texture. after some time i replayed your video to see that you can select multiple textures :D fml
Nooooooo fml haha
Excellent video man. Thank you!
Отличный гайд, давно искал эту информацию. Большое спасибо
Great! Thanks :)
I know you mentioned you saw no perf gain from the virtual shadow map distance command, but I'm curious what the command was?
I'm also interested in this command?! Thx
Maybe it's 'r.RayTracing.Culling 0' but I'm not sure...
@@GreenleafVision FOUND IT! It is r.Shadow.Virtual.Clipmap.LastLevel It goes up to 22, so try setting it to 17-20 depending on your project. Let me know if it improves the performance) The documentation for VSM also mentions this command in case you need more info.
the weather BluePrint!! nice work!
ty
Welcome new channel! After watching your 2 videos, I already feel like you are gonna put out some of the best UE5 tutorials. Thank you and Subbed and notifications on. Looking forward to more! Right now Im learning custom landmass brush with multiple layers on the landscape and it seems my texture layers change as I zoom in and out. Like the grass bleeds over the sharp cliff, making it looking like melting grass when zooming out.
Thank you! I was trying figure out why I was going from 100 to 30fps. My landscape auto material brings to 72. Then the tessellation would bring me to the 40s add in trees and grass... Im sitting in the 30s or even as low as 28 in dense forests. This is am excellent video to pop up the next day to follow up and help with with figuring out my performance.
This is what turns me of making big amazing looking projects. Is that I'm working with heater for the day, and I feel like it's not doing good for my pc for the long run. Do you think the water body plugin has much of an impact on fps? I notice that it gets my gpu fan running when I drop one in. Thank you for the video.
Water plug-in is super expensive in-editor because it creates a whole bunch of rendertargets that it's writing to, but once packaged those textures get saved out and the performance hit isn't as large.
awesome video
Thank you so much, very interesting video!!!
Thanks for sharing! I see you are using oceanology as well. Why not Sky Creator instead of UDS? I have both and I was wondering if SC is more optimized than UDS and results to better better fps.