I am wondering why we’re using SerializeField, when it seems to be unnecessary.
I discovered that by using:
float nameName =value;
it will still show in the inspector, so I can change values there.
So why? Does Serialize have some benefits?
It’s unclear to me.
Thanks for a great course.
M:)rten