Hello guys, so today I basically spent most of my time fixing some null pointer bugs. I couldn't really focus on today's video that well cause I've been getting a headache all day, but I did my best 😅.
Something important I learned today is to be careful on setting some objects to inactive if I am going to be referencing them later in my code. A quick solution to this would be to pass the object as a parameter before runtime using SerializeField.