facing an error while
int numMusicPlayers = FindObjectsOfType().Length;
From the help from (Ctrl+ .) it is saying to add a line [System.Obselete] to fix this error but i want to know what is this error and why i am facing it and why should i add [System.Obselete] in my code before error?