I always want find where my component is used? Is there a convenient way?
Write a line to print the object´s name then go and search for that object.
print(this.gameObject.name);
I always want find where my component is used? Is there a convenient way?
Write a line to print the object´s name then go and search for that object.
print(this.gameObject.name);