GDi4K / unreal-openland

Landscape AutoMaterial for UnrealEngine with some related Tools for RVT, etc.
MIT License
274 stars 60 forks source link

Rvt blend gets broken when you duplicate the ExampleOpenLandMap #32

Closed delebash closed 3 years ago

delebash commented 3 years ago

Open Land v 1.13.0

Steps to reproduce

1) Right click on Maps>ExampleOpenLandMap>Select Duplicate 2) Open your duplicate map 3) Select SM_Rock5 in your world outline and press f key to focus on that object

You will notice the rvt sand blend is not working

arunoda commented 3 years ago

I just checked that. That's because Unreal Engine removes virtual textures from the Runtime Virtual Texture Volumes when duplicating. Once you applied them again, it'll work fine as expected.