I am getting the Cannot set properties of null (setting ‘enabled’) error on my button entity.
I checked my gameManager script and have all of the entities showing in the inspector, the names are matches, I am not sure what the issue is.
I am getting the Cannot set properties of null (setting ‘enabled’) error on my button entity.
I checked my gameManager script and have all of the entities showing in the inspector, the names are matches, I am not sure what the issue is.
Hi @Ashley_S1! ![]()
There are no entities assigned to the script attributes, so the script doesn’t know which entity to enable.
Got it!
Okay We updated that but now our game obstacles are not working as they were before.