print(this);
print(a1);
print(b1);
print(gameObject);
this code return (any other reference to transform and gameobject gives missing reference exception)
but that object exist and active in scene
Who knows what can cause such behavior and how to fix it?
unity 2018.3.0f2.
and yeah i know that i had to give better names and really sorry for this.