Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetDatabase.SetMainObject

public static void SetMainObject(Object mainObject, string assetPath);

Parameters

mainObject The object to become the main object.
assetPath Path to the asset file.

Description

Specifies which object in the asset file should become the main object after the next import.

All other objects in the asset become children of the main object. NOTE: This function modifies the importer object, not the asset itself. The next import reflects the change in the imported asset.

Did you find this page useful? Please give it a rating: