Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

AssetDatabase.IsNativeAsset

public static bool IsNativeAsset(Object obj);
public static bool IsNativeAsset(int instanceID);

Description

Determines whether the Asset is a native Asset.

A native Asset is a file produced directly by Unity's serialization system (for example, a .mat Material file is a native Asset)

See Also: AssetDatabase.IsForeignAsset

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