Donovan Hutchence
Donovan Hutchence
The context menu doesn't have API docs: https://playcanvas.github.io/pcui/components/context-menu/
The shader editor attempts to create large context menus (via pcui-graph) containing the full suit of available nodes. The menu is unusable because the menu jumps around with mouse movement...
Perhaps I am doing it wrong, but referencing pcui-binding module from an application is cumbersome because the dash is treated as a symbol in JS and so instead of doing...
Context menus and select inputs require the user to click the mouse button twice to make a selection. Ideally single click selections would also be possible, meaning selections are achieved...
The inspector UI which deals with texture compression can be quite confusing. It's not always obvious what the current state is and how to update textures. For example, to remove...
I attempted to launch a game in Safari for the first time using URL: https://launch.playcanvas.com/340874 Since user was not logged in I was sent to the login screen. After logging...
This issue was encountered by a user in #5.
If you create an edge starting at a node's outPort dropping on another node's inPort, this works as expected. If the target node is already connected, the existing edge is...