I have a gameobject two scripts are attached with it. I want to get the name of second script from first script. Remember:
- I don't want direct assignment (i know it very well).
- First Script name can not be hard coded causes it will change.
Consequently, I want to get the script name and set that script property ?

