Hello everyone,
I wanted to know how we find the scripts linked to a component?
I would like to modify a parameter of a component but I do not know how to find the script which is attached to it …
Thank You
Hello everyone,
I wanted to know how we find the scripts linked to a component?
I would like to modify a parameter of a component but I do not know how to find the script which is attached to it …
Thank You
When looking at a component in the inspector the script file is listed at the top:
You can double click the script to open it in your code editor.
Thank you !