- Home /
 
 
               Question by 
               PolyPanda · Feb 02, 2011 at 04:55 PM · 
                monobehaviour  
              
 
              Getting into Monobehavior
Hi,
is there a way to get into and adjust the Monobehavior script?
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by DaveA · Feb 02, 2011 at 04:59 PM
Subclass it
ex:
public class MyMonoBehavior : MonoBehaviour
Then use your subclass instead of MonoBehavior when making other classes.
Your answer
 
             Follow this Question
Related Questions
Obfuscating DLL classes from the users 1 Answer
Accessing a variable in one script from another script? (using C#) 1 Answer
Can a script be used without a gameObject and then be attached to a gameObject? 2 Answers
How do I detect that MonoBehaviour is modified in the Editor? 2 Answers
unity script error 1 Answer