disguise-one / RenderStream-UE

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

Level Streaming Level Order #17

Open JWTechnical opened 3 years ago

JWTechnical commented 3 years ago

When generating the level streaming JSON file the levels appear out of order. They don't seem to respect either Alphabetical or the sub-level ordering in the levels tab.

I would be curious if this could become Alphabetical, that makes it really easy to order the levels appropriately so they will be seen in Disguise in a logical order.

Case Example: image

eclazi commented 3 years ago

May break existing sequencing if the order is changed as keyframe stores an index into the list in d3

husberg-disguise commented 3 years ago

That d3 bug is internally referenced as DSOF-16571. I'll see if we can expedite it, but that shouldn't block fixing this.