- Home /
 
 
               Question by 
               demonkiller · May 07, 2012 at 11:32 AM · 
                monobehaviour  
              
 
              cant add a script because of monobehaviour
Guys i´m new to unity and scripting itself so i dont know how to solve this. i wanted to apply AssetPostProcessor on my model and this had popped up: Cant add script behaviour ColliderOnName. The script needs to derive from monobehaviour
               Comment
              
 
               
              Answer by Bunny83 · May 07, 2012 at 11:33 AM
An AssetPostprocessor is an editor script. It can't be attached to anything. It is executed automatically when you import / reimport any asset.
Your answer
 
             Follow this Question
Related Questions
A node in a childnode? 1 Answer
Errors with gravity switching... 1 Answer
Best way to access a script component without knowing it's name? 4 Answers
Using a non-monobehaviour class file 1 Answer
Fps Aiming Script help 2 Answers