find gameobjects from assets which are not acive in hiearchy

hello, guys…i am using public static gmeobjects in my script so i can access it in another script…now i can’t find a way to find a gameobject in the assets section ffrom the script. As when i use static code, the gameobjects doesn’t appear in inspecto :-x :wink:

I think this is what you want, if it’s not a bit more information of what you’re doing would be helpful. Perhaps you’re looking for the Singleton pattern? (search it) http://docs.unity3d.com/Documentation/ScriptReference/Resources.Load.html

thx, thats what i wanted :smile: