|
Ok so heres my code from this section:
When i run it occasionally it will display the distance but most of the time nothing is displayed after "distance: " just every now and then when scanning the environment itll flash up the distance. Any one got any ideas?
(comments are locked)
|
|
You currently have the ray length set to 1000 units. "Physics.Raycast (ray, hit, 1000)" Objects without colliders, and objects beyond this distance of 1000 units will not register a collision, and therefore not report a distance. Hope that helps! EDIT: After checking out the script in game it looks like it was getting confused casting the number into string. I had the same flashing problem, but changing the GUI call to this:
Seems to have fixed the problem, ensuring that distanceaway was interpreted as a string. the distances involved are all less than 1000. but thanks for the suggestion tho. I appreciate you taking the time to read my problem. just ran it and it flash up at summat like 42.98 and then at like 267.32. lol
Feb 17 '11 at 12:21 PM
Kristopher Williams
You're welcome. I think changing the distanceaway to a string through operation will help
Feb 17 '11 at 12:49 PM
Alec Slayden
(comments are locked)
|
