I have a common script for objects and additional ones. I need to make it possible to access an additional script through a common script, but the additional script must be defined in the unity editor.
That is, how do I contact and determine an unknown additional script in a common script?
Is it possible?