1#pragma warning disable CS0105
6#if UNITY_2020_2_OR_NEWER
13 [CustomEditor(typeof(TriLibScriptedImporter))]
16 private int _currentTab;
23 var existingAssetLoaderOptions = scriptedImporter.AssetLoaderOptions;
24 EditorUtility.CopySerializedIfDifferent(existingAssetLoaderOptions, extraData);
32 scriptedImporter.AssetLoaderOptions = assetLoaderOptions;
TriLibCore.AssetLoaderOptions AssetLoaderOptions
static void ShowInspectorGUI(SerializedObject serializedObject, ref int currentTab)
override void InitializeExtraDataInstance(Object extraData, int targetIndex)
override Type extraDataType
override void OnInspectorGUI()