static GameObject[] players = SceneManager.FindObjectsByType(GameObject PlayerObject);
isn’t working I recieve an error where it goes ??? when locating my PlayerObject prefabs in the scene?
when placed in a method the PlayerObject returns “Game object is a type which is not valid in the given context” which it clearly is? It is loaded in a scene with 4 of these objects in them