#CustomContainers

4 messages · Page 1 of 1 (latest)

graceful shale
#

Hello. I have created a custom container that works when I press play the way I have intended.
I would like to have the same behaviour while I'm in the editor. Is there any way to get this behaviour?

fast ivy
#

If you put @tool at the 1th line of the script of your custom container, it will be excuted in the editor. Idk if it'll still work just like you want though

graceful shale
#

@fast ivy no...doesn't work. If I extend from a GridLayout for example i only get standard gridlayout behaviour in the editor, while in play I get the one I have modified

fast ivy
#

I can't help you more if you don't show me more