Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Import(string, bool)

Imports a package into the current project.
Read time 1 minuteLast updated 10 days ago

Definition

public static void Import(string packagePath, bool interactive)

Parameters

packagePath

The path to the package file to import.

interactive

If true, shows the import dialog so the user can choose which assets to import.