- Home /
is it possible to have raycasts to cover the whole screen in one Update() time?
Hi, guys! i wanna ask if there's a way that within one Update() time, i can give raycasts that cover the whole camera view.
Comment
Yes you can, but you would have horrible performances.
Why not using a collider instead?
Your answer
Follow this Question
Related Questions
Mouseclick GameObject through the view of a RenderTexture 0 Answers
Raycast for 2d with touch. 0 Answers
Touch to move 3 Answers
Follow mouse cursor (with Y = 0)? 1 Answer