- Home /
Question title is too long and unhelpful.
deleted ...............
it said it for all my scripts
Post one of your scripts. Anyway, this is just a warning - probably you're importing System.Collections without using it (using Lists in JS is the most frequent reason to import System.Collections)
Answer by CHPedersen · May 19, 2013 at 03:34 PM
That's just because you're importing System.Collections in the beginning of the scripts without actually using any of the classes contained within this namespace. Unity's editor automatically includes this namespace in their script stubs when you create a new script through the editor. If you don't want to see that warning, just delete the namespace import from the top of your scripts.
Follow this Question
Related Questions
beginner question- several errors 1 Answer
modifying scripts for mobile 0 Answers
Script is not working 2 Answers
what is wrong with my script 1 Answer
Hover Script problem 0 Answers