Fantastic! I'm constantly amazed at how fast this technology is moving - but more than that, the generosity of creative individuals like yourself sharing their skills and experience so that us noobs can rapidly evolve our own projects. Thank you Aziel, this is awesome.
Absolutely happy to help!! If I can help one person make something awesome as a result that is totally worth it! You all are an awesome community, so it makes it easy.
First off great job, you made everything very easy to understand. One thing though. Do you think you would be willing to do a follow up to this. I was trying to figure out how to add a dithering/fade-in and out effect to my trees and well the grass as well. So when there is pop in it isn't so abrupt and fades in as you get closer to the bounds. Or maybe even a billboard swap solution.
To save some nodes. Instead of altering the bounds of the initial seeds, select the distance node and set the "Source Shape" to center. Also, with the named reroute nodes. They dont need to be connected to anything going out. So long as they have something going in, you can reuse the output anywhere.
Thank you for this very useful tip. I was using it inconveniently as a node to change the contrast in a complicated way, but I think it will become more accurate this way.
I made a similar setup not to long ago. But I was using spline surfaces and projecting to get the grids on a surface. Worked well even if not doing every point caused some to slightly float.
2 месяца назад
What good timing. Just saw a framerate drop that concerned me dropping grass in lol.
Thanks for another great tutorial. I have a question to make the grass landscape even cooler 😎 is it possible to apply a global noise using world coordinates to give the grass color variation, or would that be done within the material?
This video and your Zelda inspired series have both helped me incredibly. I seriously went through each one at least 10 times as I refined my landscapes. not sure if this approach is optimal or not, but I have an "interactable" landscape and cannot use the mesh spawner. So I have to use Spawn actor, but it only allows one type, I want to place many. so in some cases I have a very granular "Density Filter" with a tight range so it spawns one type, then I branch of a few more density filters to place other types, like Sticks, collectible rocks and so on. I'm just wondering if there's a better way to drop Actors without them all spawning on each other.
Youre videos have helped me immensively. I've combined this with VRTs and am getting some really beautiful looking levels, with decent performance. I bit the bullet on dynamic sky and wow it makes a big difference. Im wondering, is there a way to make meshes for say the "whiter" nodes and other meshes more likely for the denser/"blacker" nodes?
Question ⁉️ : What about generation of HLOD for foliage? For foliage not in the distance instead of nothing? Also second question ⁉️: When you did the copy points, for the random points outside of the main point, can I have different meshes? like a Tree with stones and trunks around it?
Really Great video! One question, for a very large landscape (4km x 4km), is it ideal to have only one PCG volume to generate everything (grass, rocks, trees, plants, etc)? The way you optimized I didn't knew yet, it's really great, although I think we can't do the same with trees, otherwise they will disappear more noticeably. And about the generation, after generated, everytime the level loads, does it need to generate again? Thank you for the content!!!
Hey yeah I am not sure I Would use a small grid size with trees, partitioning will still help because of how it breaks up the pcg volume for large areas, but yeah maybe have a different very large grid size for the trees so you don't see them popping in. I am still researching techniques on this front, maybe have some new videos soon!
I was struggling with the debug view in my version of unreal - my fix was changing the nodes 'Scale Method' from 'extents' to anything else. I used 'relative' cause hey why not.
I've found that using pcg for grass on larger maps struggles with max instance counts where as Grass layers do not. the PCG is loads better for variation control etc so I will try the methods in this video and see if it copes with larger worlds (I'm not talking huge, pcg grass normally fails around 9km2 and I've got 64gb ram)
Hey. Perhaps this is a stupid question. Lets say you use 4 different grass meshes for one pcg like the one you´re displaying, is it more efficient to create a new pcg for trees, bushes or should you just create a new nod "string" within the first grass pcg? Best Regards
You'll still have an overhead of "actors" (transforms, mesh settings etc) persisting in the world. When using grid runtime setup these "actors" will spawn/despawn everytime you trigger generation in the next grid
The problem for me is that i cannot find a way to instansiate foliage static meshes instead of just static meshes. The foliage looks better with lumen for one and is more performance friendly. Does anyone know how to instansiate foliage meshes in PCG?
Fantastic! I'm constantly amazed at how fast this technology is moving - but more than that, the generosity of creative individuals like yourself sharing their skills and experience so that us noobs can rapidly evolve our own projects. Thank you Aziel, this is awesome.
Absolutely happy to help!! If I can help one person make something awesome as a result that is totally worth it! You all are an awesome community, so it makes it easy.
@@azielarts hey How you find this option 'get landscape data out'? I cannot find it. Please help me. 13:25
First off great job, you made everything very easy to understand. One thing though. Do you think you would be willing to do a follow up to this. I was trying to figure out how to add a dithering/fade-in and out effect to my trees and well the grass as well. So when there is pop in it isn't so abrupt and fades in as you get closer to the bounds. Or maybe even a billboard swap solution.
Very good tutorial. After hours and hours, your video made me finally understand how to control performance with foliage :)
This is so naturalistic, great job Aziel!
Thanks so much! Hope it works for you as well.
@@azielarts hey How you find this option 'get landscape data out'? I cannot find it. Please help me. 13:25
To save some nodes. Instead of altering the bounds of the initial seeds, select the distance node and set the "Source Shape" to center.
Also, with the named reroute nodes. They dont need to be connected to anything going out. So long as they have something going in, you can reuse the output anywhere.
Awesome tips, thank you !
Thank you for this very useful tip. I was using it inconveniently as a node to change the contrast in a complicated way, but I think it will become more accurate this way.
Awesome!! Glad it was helpful
Thanks 🙏🏼 i was looking for this type of optimization, amazing!! 🎉
Thank you a lot Aziel, you're really a great Teacher.
Thanks so much. I love teaching, glad it comes through.
@@azielarts hey How you find this option 'get landscape data out'? I cannot find it. Please help me. 13:25
Thank you very much for the really good information. Thank you again for learning a lot of ideas and features about Unreal pcg here.
thanks for this men. I have been pulling my hair out trying to figure this out
Thanx for putting the node names on screen.👍
You are welcome, glad it was helpful
@@azielarts hey How you find this option 'get landscape data out'? I cannot find it. Please help me. 13:25
I made a similar setup not to long ago. But I was using spline surfaces and projecting to get the grids on a surface. Worked well even if not doing every point caused some to slightly float.
What good timing. Just saw a framerate drop that concerned me dropping grass in lol.
Nice, I'm going to give it a try
Awesome! Let me know how it goes
@@azielarts sure
thanks! btw what grass did you use?
Thanks!! Your videos are really good! Im sharing this with my team!
also, is nanite enabled?
Awesome! Happy To Help
@@espiritogeek Yep nanite on everything
Thanks for another great tutorial. I have a question to make the grass landscape even cooler 😎 is it possible to apply a global noise using world coordinates to give the grass color variation, or would that be done within the material?
Yep absolutely. That would be in the material. You could totally use a world projected grunge or map to tint the color.
This video and your Zelda inspired series have both helped me incredibly. I seriously went through each one at least 10 times as I refined my landscapes.
not sure if this approach is optimal or not, but I have an "interactable" landscape and cannot use the mesh spawner. So I have to use Spawn actor, but it only allows one type, I want to place many. so in some cases I have a very granular "Density Filter" with a tight range so it spawns one type, then I branch of a few more density filters to place other types, like Sticks, collectible rocks and so on. I'm just wondering if there's a better way to drop Actors without them all spawning on each other.
Thank you for this! How do I make certain Meshes spawn less then the other? For example: more grass but less flowers?
Youre videos have helped me immensively. I've combined this with VRTs and am getting some really beautiful looking levels, with decent performance. I bit the bullet on dynamic sky and wow it makes a big difference.
Im wondering, is there a way to make meshes for say the "whiter" nodes and other meshes more likely for the denser/"blacker" nodes?
also would this method of optimization be good for other foliage like trees?
Amazing!!!
Thanks! Hope it is helpful
Question ⁉️ : What about generation of HLOD for foliage? For foliage not in the distance instead of nothing? Also second question ⁉️: When you did the copy points, for the random points outside of the main point, can I have different meshes? like a Tree with stones and trunks around it?
Really Great video! One question, for a very large landscape (4km x 4km), is it ideal to have only one PCG volume to generate everything (grass, rocks, trees, plants, etc)? The way you optimized I didn't knew yet, it's really great, although I think we can't do the same with trees, otherwise they will disappear more noticeably. And about the generation, after generated, everytime the level loads, does it need to generate again? Thank you for the content!!!
Hey yeah I am not sure I Would use a small grid size with trees, partitioning will still help because of how it breaks up the pcg volume for large areas, but yeah maybe have a different very large grid size for the trees so you don't see them popping in. I am still researching techniques on this front, maybe have some new videos soon!
@@azielarts I appreciate brother! Wish you all the best!
I was struggling with the debug view in my version of unreal - my fix was changing the nodes 'Scale Method' from 'extents' to anything else. I used 'relative' cause hey why not.
Hi, would you say this is better than the Landscape Grass node?
Or are there even more optimized Grass rendering techniques?
Good question, would like to know too. Its alot simpler and once off with landscape nodes, but it sounds like this is more optimized?
@@IWillYeah Im not sure but I think the Landscape Grass is rendered differently to PCG, but I dont know if its better.
I've found that using pcg for grass on larger maps struggles with max instance counts where as Grass layers do not. the PCG is loads better for variation control etc so I will try the methods in this video and see if it copes with larger worlds (I'm not talking huge, pcg grass normally fails around 9km2 and I've got 64gb ram)
Hey.
Perhaps this is a stupid question. Lets say you use 4 different grass meshes for one pcg like the one you´re displaying, is it more efficient to create a new pcg for trees, bushes or should you just create a new nod "string" within the first grass pcg?
Best Regards
The only issue with this is constant hitching when triggering the simulation of the next grid
It would be cool if you can Set the Parameter like a variable. Get World second... growing grass. Is it possible?
Is this still layer bound like Landscape layer nodes (e.g. grass layer)?
nice
Mine me asking what map asset you are using?
At the academy, do the videos have Spanish subtitles?
hey How you find this option 'get landscape data out'? I cannot find it. Please help me. 13:25
There is a new get landscape data node you can use instead in recent versions of unreal.
Do you have an advice for trees? :)
I can't see Reroute Nodes on PCG graph, is there a way? But I can see it on material graph.
Ooooh, it's giving Gravesite Plains. A hint of more Elden Ring to come?
Oooh maybe. Actually didn't even realize till you mentioned it. Guess I am in that brain space
Any plan to create a Pateron? I would support you
Thanks so much! I do have a private group you can join if you would like. Kind of my version of Patreon. You can check it out in the description.
my copy points isnt showing any output, it tried checking everything any fixes ?
could you use unbound and set cull distance to say 3600 and get the same optimization?
You'll still have an overhead of "actors" (transforms, mesh settings etc) persisting in the world. When using grid runtime setup these "actors" will spawn/despawn everytime you trigger generation in the next grid
I'm only about 25% into this but it seems more straight forward than PCG Biome Core ?
Yep it depends what you need. Biome core is much more complicated and modular than a lot of people will need.
How is possible put PCG grass on PCG rocks? meshes (grass) over rock
The problem for me is that i cannot find a way to instansiate foliage static meshes instead of just static meshes. The foliage looks better with lumen for one and is more performance friendly. Does anyone know how to instansiate foliage meshes in PCG?
The grass doesn't spawn in lower areas of the map.
Hey probably need to expand your volume, if it does not overlap with the landscape, it won't grab points from it.
My brothers name is Aziel
풀은인정이지 개추밖습니다. 영어몰라서 ㅈㅅ