disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
68 stars 23 forks source link

Fix caches not being generated from all levels #82

Closed MunWolf closed 3 months ago

MunWolf commented 4 months ago

At one point we added code to collect all maps in a project and generate RenderStreamChannelCache assets if they are missing (if they already exist we only update the currently loaded ones to minimize save time)

This broke at some point and this is a fix for it.