Pilot Don

pilotdon

About Me

専門知識
Gamedev
INDUSTRY
Gamedev

Connect

LOCATION
China
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Chaos Geometry Collision Problem 2022年7月11日23:29

I'm trying to import fractured geometry into UE5. When baked into UE5, along with the geometry collection asset, static meshs for each piece were also created. They just to much, would be prolematic.

Is it possible to combine them ?

How to bake foliage instancers into seperate levels? 2021年8月24日4:02

bobc@sidefx.com
Make sure you set unreal_split_attr to unreal_level_path

"As an example, using the unreal_material attribute as the unreal_split_attr attribute (unreal_split_attr = "unreal_material") will create an instancer component for each material on the second attribute. If three different materials are used, the instancer will be split to three different instancer components."
https://www.sidefx.com/docs/unreal/_instancing.html [www.sidefx.com]

Thanks for your respond, bobc

It sort of worked. Using the unreal_split_attr created same amount of foliage for each sublevel, instead of splitting the instancers.

Here's the attribute values of my setup.


How to bake foliage instancers into seperate levels? 2021年8月18日4:34

I tried the attribute "unreal_level_path" ,which isn't working.
All instancers were baked into one level.
Is there a proper way to bake foliage instancers into spererate levels?