HI.
I’m New in C# and Game Dev.
I was watching Complete C# Unity Game Developer 3D Online Course (28. SendMessage() Between Components) that suddenly I got an error that is coming from the Waypoint Progress Tracker Component in Camera . I made a new project but i have the same error!
Error Text :
transform.position assign attempt for ‘Main Camera’ is not valid. Input position is { NaN, NaN, NaN }.
UnityEngine.Transform:set_position (UnityEngine.Vector3)
UnityStandardAssets.Utility.WaypointProgressTracker:Update () (at Assets/Assets Packages/Standard Assets/Utility/WaypointProgressTracker.cs:96)
Can anyone Please help?