❔ Question about cache
Hello, I have the following code.
I was reccomended to cache Class1 inside the helpers method as such
var myClass = class1.something;
However, my question is if that is necessary since i already cached the class in Start() and then pass that in the helpers parameters
I hope my question was understandable 🙂
2 Replies