Quote Originally Posted by Mutant_Fruit View Post
Possibly the latter
Probably both!

This is about www.unity3d.com. They have a free version. We are about to outsource some work that uses custom editor scripts we made. We don't want to make it too easy to access the source of the scripts so we like to put as much as possible in another class library.

I doubt whether you will find info about all of this in the documentation though! The software allows you to drag scripts (a specific class) on 3d objects to control their behaviour. These are the instances I need access too. Unfortunately it is not possible to attach scripts from another class library to these objects.