Issue with interactive containers

Hi, I’m having an issue with the size hitbox of my interactive containers not updating when I update the size of the container. It works when I’m scaling the container (setScale) but not resizing it (setSize). Any hints as how I can force it to update?

Thanks in advance
C

I think that’s the intended behavior. You can do

container.input.hitArea.setSize(w, h)

Hi Samme,

Worked perfect, thank you so much!

/C

1 Like