mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Fixed read struct
This commit is contained in:
@ -27,7 +27,7 @@ namespace Unity_Studio
|
||||
{
|
||||
if (readSwitch)
|
||||
{
|
||||
m_Script = Encoding.UTF8.GetBytes("Serialized Shader can't be read");
|
||||
m_Script = Encoding.UTF8.GetBytes(preloadData.ViewStruct());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user