When I code in general c# and create instance methods, to call them from the same class I have to instantiate the class first and then use the method. But when using unity, The instance methods I create can be directly accessed in the same class(without instantiating the class).
Why is that ? Please help :-)