i got this, but its looking for the component in playerPrefab. but the component is inside it.
how to make it too look in baseMale from Player
i got this, but its looking for the component in playerPrefab. but the component is inside it.
how to make it too look in baseMale from Player
made.GetComponentInChildren<SCR_playerMove>();
This will give back the first SCR_playerMove that it will find