[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/PackageManager.UI.Sample.html [Back]  [Original]

Unity - Scripting API: Sample
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    Sample

    struct in UnityEditor.PackageManager.UI

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Switch to Manual

    Description

    Struct for a package's sample, which is accessible from the Details panel of the Package Manager window.

    Properties

    Property Description
    descriptionThe description of the package sample.
    displayNameThe display name of the package sample.
    imagesIndicates the relative paths to where images used in the sample's description are located within the package.
    importPathThe full path to where the sample will be imported, under the project assets folder.
    interactiveImportIndicates whether to show the import window when importing a sample that is an asset package (a .unitypackage file).
    isImportedIndicates if the sample has already been imported.
    resolvedPathThe full path to where the sample is on disk, inside the package that contains the sample.

    Public Methods

    Method Description
    ImportImports the package sample into the `Assets` folder.

    Static Methods

    Method Description
    FindByPackageFinds a list of samples in a package based on a specific version.

    Events

    Event Description
    OnBeforeImportFinishRaised after files are imported into the project, but before the Asset Database refreshes.

    Web Proxy Viewer  |  New URL  |  Original Page