I have this script, everything is link but stil display this error. how can be fix?
NullReferenceException: Object reference not set to an instance of an object
LoadImage.Update () (at Assets/LoadImage.cs:25)
I have this script, everything is link but stil display this error. how can be fix?
NullReferenceException: Object reference not set to an instance of an object
LoadImage.Update () (at Assets/LoadImage.cs:25)
use these Using code tags properly - Unity Engine - Unity Discussions not quotes when pasting in code.
You’re trying to access “imgLink” in Update() before calling the coroutine which initializes it.