Waypoint Progress Tracker.cs / Error

At beginning of lecture sir.Rick say to change a code in WaypointCircuit.cs, line 64 .From ‘Length == 0’ to ‘Length == Mathf.Epsilon’ ,and then it shows this error . When I click on this , it send to Waypoint Progress Tracker.cs.

When I change it back to ‘Length == 0’ it works.

Why does it happen. I’m suppose change some thing in Waypoint Progress Tracker.cs ?

Hi Krishna,

Please note, it’s better to copy/paste your code and apply the code fencing characters, rather than using screenshots. Screenshots are ideal for displaying specific details from within a game engine editor or even error messages, but for code, they tend to be less readable, especially on mobile devices which can require extensive zooming and scrolling.

You also prevent those that may offer to help you the ability to copy/paste part of your code back to you with suggestions and/or corrections, meaning that they would need to type a potentially lengthy response. You will often find that people are more likely to respond to your questions if you make it as easy as possible for them to do so.

If Length == 0 works, keep your solution.

Hope this helps :slight_smile:


See also;

1 Like

Thank you .

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms