【Unity エラー】UnassignedReferenceException : 値が初期化されていない

値が設定されていないことによるエラー。丁寧に調べてみると、その通り値が設定されていない...。

UnassignedReferenceException: The variable CurrentScoreTextGameOver of ScoreGameover has not been assigned.
You probably need to assign the CurrentScoreTextGameOver variable of the ScoreGameover script in the inspector.
UnityEngine.GameObject.GetComponent[Text] ()
ScoreGameover.Update () (at Assets/Script/_Script_player2/ScoreGameover.cs:21)

port17.net