Mimick Unreal Engine 4 Construction Script in PlayCanvas

Hi everyone. I’m a Unreal Engine developer trying to create an app here and i miss some features i have there called Construction Script (Intro to Blueprints: Construction Script Customization | 08 | v4.8 Tutorial Series | Unreal Engine - YouTube) which helps me to script some logic to customize some tools in editor only environment. I would like to know if there is a similar way to make these kinds of script here to change values from a script attributes without needing to play the game using the update function

Thank you in advance!

Hi @MuriloCamargo and welcome,

There is support in the PlayCanvas editor for an editor scripting API. Check this manual page on how to get started:

https://developer.playcanvas.com/en/user-manual/designer/editor-api/

There aren’t many examples to get started, but I can verify that given enough time to learn and work with this you can do a lot of things. Some personal examples:

2 Likes