Version: 2021.1
LanguageEnglish
  • C#

Sample.Import

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

Cancel

Switch to Manual

Declaration

public bool Import(PackageManager.UI.Sample.ImportOptions options);

Parameters

options Custom import options. See ImportOptions for more information. Note that ImportOptions are flag attributes, therefore you can set multiple import options using the `|` operator.

Returns

bool Returns true if the import is successful. Returns false otherwise.

Description

Imports the package sample into the `Assets` folder.