Indeed it can be difficult to start with no docs and the API is prone to changes, but it’s quite powerful. Check this thread for a small how to start guide:
Hi @Patrick_Munster , indeed it is relatively easy to start extending the PlayCanvas editor. Even though there isn’t any documentation right now and as @vaios said the API is prone to change, you can get started now.
The PlayCanvas editor source code is not minified on purpose:
https://playcanvas.com/editor/scene/js/editor.js
You can open up the browser console and type in Javascript that will directly run in the context of the editor. Try this, a simple script that will return a list of all c…