五月特卖现已开启!从即日起至5月23日晚上,精选商品三折特惠。

PCG Layered Biomes

LazyCatsDev - 代码插件 - 2024/05/08

PCG Layered Biomes: Build unique & customizable biomes on your landscapes! Easy-to-use layers, pre-made options, & flexible for any PCG project.

  • 支持的平台
  • 支持的引擎版本
    5.3 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

PCG Layered Biomes is a plugin for Unreal Engine that allows you to create realistic and multilayered biomes using the PCG.


Please note that the plugin does not include any assets shown in the product images or videos. Only code and blueprints are provided.

For demonstration purposes, Magic Map Material & Maker (M4) and Nordic Conifer Biome were used.


Core Idea: Divide the entire generation area into different biomes and use separate logic and objects for each biome's generation.

Layered Generation: Generation within a biome is done layer by layer. Each layer is essentially a single PCG graph that receives information about the geometry generated before it to avoid intersections.

Flexibility: This approach allows you to implement biomes of any complexity without overly complex PCG graphs.

PCG Knowledge Not Required: PCG knowledge is not required to use the plugin - there is a set of ready-made layers that allow you to do a lot out of the box.


If you need a more advanced and flexible tool, it's worth looking into the built-in solution offered in 5.4 - PCG Biomes Core


Documentation: https://pcg-layered-biomes.snazzydocs.com


Brief overview: https://youtu.be/--WgVOKVePA

Tutorial: https://youtu.be/w_Hq9T3iizU

技术细节

Features:

  • Procedural biome generation: Create biomes with diverse landscapes, vegetation, and objects.
  • Layered system: Layer biomes on top of each other to create complex and varied worlds.
  • Customizable parameters: Control every aspect of biome generation, from tree density to intersection with layers.
  • Easy to use: Utilize an intuitive interface to create biomes in minutes. 

Code Modules:

  •  PCGLayeredBiomes (Runtime)

Number of Blueprints: 5

Number of C++ Classes: 23

Network Replicated: No

Documentation: https://pcg-layered-biomes.snazzydocs.com/

Important/Additional Notes: