If anyone can give me a little direction that would be great.
This is the error message I’m getting.
NullReferenceException: Object reference not set to an instance of an object
BaseDoor.Update () (at Assets/BaseDoor.cs:29)
InputDoor.Update () (at Assets/InputDoor.cs:16)
Please use code tags instead of just posting scripts as text, it makes it much easier to read and numbers each line. That way we can jump straight to lines 29 and 16 instead of puzzling out which lines those are. To use code tags look for the insert icon and select “code” from the dropdown menu.