If I make a new scene with 3d sphere and cube and make the sphere has Ray perception, the gizmos is not detecting any collision.
This doesn't happen when I try using 3d perception in 3d scene instead. I have read this question, and have tried doing the same but it's still not showing any red lines representing a collision.
Currently I have added a new Collectible layer and tag, and assign it to the Cubes, with Untagged tag and Default layer for the Sphere object.
Here's my settings for the Sphere object's Ray Perception
edit: image above is wrong (as mentioned in the ans), I have tried this but still doesn't work
And this is my layer and tag for the Cube
I expect it to show red spheres showing collision like this in 3d scene.