I tried to get a "player" assignment from "game manager" in another script. Some scripts work normally, but some scripts do not (nullreference error).
I'll tell you exactly. The 'Player Controller' script allows you to recall 'Player' from 'Game Manager'. However, in the "Arrow" script, it is impossible to take out the "Player" in "Game Manager."
In Game Manager, 'Player' is referenced through 'Inspector'. However, the 'arrow' script generates a 'null reference error'.
Why does this happen?