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
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