Is there anyway to access or move the default assets? (In Unity iPhone particularly, as that’s the project I’m working on…)
What I want to do is assign the verticalscrollbarthumb to the verticalsliderthumb for consistency. I like and can use the Scrollbar Thumb, and the Slider Thumb is significantly different. I could rebuild something in Photoshop and reassign both, but I’d rather not spend the time if something works…
You can definitely move assets around within your project folder, just be sure to do that inside of Unity’s Project view not in the OS X Finder (if you do it in the Finder then expect severe breakage).
As to “accessing” them I’m not sure what you mean but can guess based on your example citing the default GUI Skin assets. If that’s the case then you’ll need to download the default skin as a separate item and then use it and tweak it as necessary:
Built-in GUI Skin
Higgy - thanks for the quick response. Sorry if I wasn’t clear. That’s exactly what I was after. The Unity default assets. They don’t appear in the inspector’s pull down menu, nor are they in the standard assets folder, but many work very well. Thanks for the link.