- Home /
Public List of Scripts?
How can I make a public list of scripts that I can drag and drop in the editor?
Comment
Best Answer
Answer by InvincibleCat · Jan 07, 2015 at 10:13 PM
I don't know what you want to do with that but it's
List<MonoScript>
But you need:
using UnityEditor;
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Get method in script with Generic list 1 Answer
How do you initialize a List or Array? 2 Answers
Add to generic list on start problem 1 Answer
How do I access a specific component in a generic way? 1 Answer