You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: GameFramework/Editor/AssetManagement/StandardAssetEditor.cs
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@
101
101
// }
102
102
// }
103
103
104
-
// public virtual AssetImporter Importer { get; set; }
104
+
// public virtual JsonData ImporterConfig { get; set; }
105
105
106
106
// protected FieldInfo[] _filedInfos;
107
107
// protected PropertyInfo[] _propertyInfos;
@@ -113,25 +113,6 @@
113
113
// class TextureStandardAsset : StandardAssetBase
114
114
// {
115
115
// private TextureImporter _textureImporter;
116
-
// public override AssetImporter Importer
117
-
// {
118
-
// get
119
-
// {
120
-
// return _textureImporter;
121
-
// }
122
-
// set
123
-
// {
124
-
// if (value == null)
125
-
// {
126
-
// var template = AssetDatabase.LoadAssetAtPath<TextAsset>($"Assets/UnityGameFramework/GameFramework/Editor/AssetManagement/StandardAsset/TextureImporter.bytes");
0 commit comments