bevy_prototype_lyon icon indicating copy to clipboard operation
bevy_prototype_lyon copied to clipboard

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

Open kobaj opened this issue 3 years ago • 1 comments
trafficstars

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.

kobaj avatar Mar 27 '22 20:03 kobaj

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.

Nilirad avatar Mar 30 '22 07:03 Nilirad