2D platformer collisions problem

I am new to Defold and right I am coding my school project. I ran into a problem when I am moving or falling while holding the window with my cursor, the game collisions stop working but the character is still moving. As a result the player just clips through walls and if I am holding a key when doing so, the will get stuck( the character will move without any input).

Is this when moving the window or resizing the window? Which operating system?

Yes. When I move the window around.
My operating system is Windows 10* 64-bit

Ok, thanks. What is the behaviour when the window is resized (the same?). There is a known issue with window resize: https://github.com/defold/defold/issues/3738

Thank you so much I managed to fix this issue

1 Like