Creating GUI in PlayCanvas

How to create GUI in playcanvas (Like buttons, sliders, labels, windows etc)? Since there is no documentation provided by Playcanvas regarding creation of GUI elements.

Hey, there is no integrated GUI system in PlayCanvas.
But there is a DOM! Which gives a lot of possibilities.

There are loads of frameworks to work with GUI in javascript, or you could start making your own.

1 Like

without a GUI system… I found a pretty easy method I am using now… anything that you want to stay onscreen in a locked-down sort of way, like the items you mentioned, can be parented to camera.

then you can move the camera all you want and these entities will always remain static (looking)… I don’t know enough about materials yet to advise on having such gui elements ignore scene lightning, but i’m sure it is doable.