How to make a boomerang for a 2D sidescrolling game?

You’d need to look into the collision settings and determine why it does not work. On topic, different angle - any reason why you’re not using onBeginOverlap instead? It would be cleaner and you would not need to test for overlaps every frame…

1 Like