Why is created obj not detected by raycast?
Raycast can't detect a object that has been created in the same frame, so you have to wait another frame (1÷60 seconds) after creating the object for Raycast to detect it.
Raycast can't detect a object that has been created in the same frame, so you have to wait another frame (1÷60 seconds) after creating the object for Raycast to detect it.