This is super cool for tools developers in general. But for PlayCanvas developers, it’s even more exciting because this is the first step in formalizing an interface to interact with the Editor. In future, this is the API you will use to build your own plugins and extensions to the Editor.
We’re keen to spread the word. Can you help us out with a retweet + like for our announcement Twitter post?
In the picture you’re showing a color picker, is this one actually integrated, or is that a thing to create myself?
I do not see it in the src folder on github
Currently the PCUI build output doesn’t have perfect support for es modules in html. It works fully if you use a module bundler like webpack / rollup to import PCUI but if importing via a html module script it’s only going to offer the global PCUI namespace.
To get it up and running in your example, you could rewrite your app.js file to import PCUI to the global namespace as follows: