Radial Raycasts

I was wondering if in the next update could “radial” raycasts be added? Because while I was working on my game, I and the others working on the game would have to painstakingly add raycasts 360 degrees to the object which was kind of annoying.

2 Likes

not a bad suggestion, but kind of less important

So you’re asking for a single raycast in a 360 view? Problems with that,

  1. What would it output?
  2. Can’t you just use proximity?
  3. If you can’t see past walls you can just adjust the raycast in a 360 view.
  4. If you need to use 360 raycast something is probably wrong. I did this myself and only later discovered there was a much better method
1 Like

As alpaca said, just use the proximity behavior or a proximity bundle

1 Like

Oh okay. I see you’re guys’ point. I’ll just use proximity theblock