
It looks like you're new here. If you want to get involved, click one of these buttons!
I have a LOT of scripts in my project, so I use assembly definitions. My question is, is there a way to have a reference of a type of script in another assembly. Or is that impossible?
Thanks in advance.
Answers
I think you would need to set a dependency for the one you want the reference in, to depend on the assembly with the original class.