Home › Forums › Unity SDK › Can’t get terrain focus in Unity › Reply To: Can’t get terrain focus in Unity
10/05/2021 at 13:09 #20325
Jesús
Participant
After some research I reached the conclusion that the terrain is beeing discarded because in the function called “UpdateListOfFocusedCandidates” in “G2OM.cs” the score of my terrain is 0 so here: if (candidate.score <= Mathf.Epsilon) break;
the candidate is discarded. I don’t know where this score comes from but it seems to be my problem.