In the lecture, Ben types:
[SerializeField] List path;
and it works. When I do this, I get the following error:
“The type or namespace name ‘Block’ could not be found (are you missing a using directive or assembly reference?)”
My code is the same. Any ideas for what is going on and how to fix this?