Question by
EyeMD · Feb 15, 2020 at 04:25 PM ·
listinspectormonobehaviour
Attach MonoBehaviour in Inspector to List of MonoBehaviours on a Component
I have an object in the scene that has a monobehaviour attached. This monobehaviour has a public List. I want to be able to drag other monobheaviours from the project window to the inspector to fill this list so that this object can then add these monobehaviours to itself in the future to change its actions. The list shows up, but I cannot drag and drop them from the project window to the inspector - why is this? Thanks
Comment