- [Core] Fix issue with exporting/previewing new shader foramt [GI]
This commit is contained in:
@@ -69,7 +69,7 @@ namespace AssetStudioCLI
|
||||
if (!TryExportFile(exportPath, item, ".shader", out var exportFullPath))
|
||||
return false;
|
||||
var m_Shader = (Shader)item.Asset;
|
||||
var str = m_Shader.Convert(Studio.Game);
|
||||
var str = m_Shader.Convert();
|
||||
File.WriteAllText(exportFullPath, str);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user