Question by
kramazeek · Sep 19, 2016 at 03:13 AM ·
raycasting
Will a raycast collide with another raycast if properly aligned?
Will a raycast collide with another raycast if properly aligned? Just curious. :)
Comment
Answer by doublemax · Sep 19, 2016 at 07:54 AM
A raycast leaves no "traces" in the scene. It's a one-time operation that returns some data.
Your answer

Follow this Question
Related Questions
Raycasting through UI Image with transparent part 5 Answers
Select from multiple character to move 0 Answers
Ray-casting Problem 0 Answers
How to make raycast ignore objects on layer based on distance to caster? 1 Answer
NullReferenceException on Raycast 0 Answers