Nilirad/bevy_prototype_lyon

Is it possible to render via the UiCamera instead of OrthographicCamera?

kobaj opened this issue · 1 comments

kobaj commented

Hello,

I'm wanting to use the PathBuilder example but instead of OrthographicCameraBundle I would like to use the UiCameraBundle. is that possible?

I'm hoping to use PathBuilder to draw my UI, that way my UI stays "fixed" in place. Kind of like how TextBundle is for the UI and renders relative to the window vs the Text2dBundle which renders relative to the world.

Unfortunately it's no longer possible. It was supported in the master branch some months ago, but it had to be removed to accommodate to the changes for the new bevy renderer.