Search Unity

Question Savepath of default (UI-) Assets

Discussion in 'Asset Database' started by unity_58N3VHOMWtE4Qg, Aug 27, 2022.

  1. unity_58N3VHOMWtE4Qg

    unity_58N3VHOMWtE4Qg

    Joined:
    Aug 27, 2022
    Posts:
    1
    Hello guys,
    does anyone knows where Unity saves the default assets on disk like 'UISprite.psd'. There is the option to load the built in assets with
    Code (CSharp):
    1. AssetDatabase.GetBuiltinExtraResource<Sprite> ("UI/Skin/UISprite.psd");
    But i can not find these folders or files.
    Thanks
     
  2. jdrewsen

    jdrewsen

    Unity Technologies

    Joined:
    Mar 28, 2011
    Posts:
    204
    These builtin assets are stored in asset bundles next to the Unity executable.