I'm wanting to use the PathBuilderexample 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.
Hello,
I'm wanting to use the
PathBuilder
example but instead ofOrthographicCameraBundle
I would like to use theUiCameraBundle
. is that possible?I'm hoping to use
PathBuilder
to draw my UI, that way my UI stays "fixed" in place. Kind of like howTextBundle
is for the UI and renders relative to the window vs theText2dBundle
which renders relative to the world.