Array of scripts in Unity3D

Viewed 60

Hello dear programmers,

I've a problem in array of scripts. What I wanted is classes C and B derive from class A. Class D has an array of class A. In editor, I want to drag class C,B on elements of array A in class D. But Unity does not let me do that. I guess, this logic should work or am I missing something?

1 Answers
Related