Issue setting / getting text?

First thing would be to find out what is null and why.

Follow this and you’ll be fine.

From what I see in your hierarchy the path in Find() does not match. Also what spiney199 said. Use a reference instead of GameObject.Find(). It’s slow and easy to mess up (get the path wrong). Maybe you have renamed or moved something in the hierarchy.

1 Like