Is there a proper way to control gravity on individual objects without compromising collision events or rotation velocity?
I came across this issue but seeking a more comprehensive solution.
In my situation, I need player physics to function normally, while bonus boxes should remain unaffected by gravity but still trigger an onCollide
event...
Do you have any ideas?