4ian / GDevelop

:video_game: Open-source, cross-platform game engine designed to be used by everyone.

Home Page:https://gdevelop.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collision boxes don't update when BBText is altered

mikeshan55 opened this issue · comments

Is there an existing issue for this?

Describe the bug

Summarised here along with a playable demo. https://forum.gdevelop.io/t/collision-mask-not-updating-when-object-width-modified/47652/12

Steps to reproduce

textdemo.json.zip

GDevelop platform

Web

GDevelop version

5.3.186 still has the issue but

Platform info

Any

Additional context

I have been struggling with this for a long time. The workaround is to move the object +1 and then -1 pixel each time it is updated so the collision box updates.