mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
try to fix "PlayerSettings" on Unity 5.3.x
This commit is contained in:
4
Unity Studio/ExportOptions.Designer.cs
generated
4
Unity Studio/ExportOptions.Designer.cs
generated
@ -368,9 +368,9 @@
|
||||
this.converttexture.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.converttexture.Location = new System.Drawing.Point(8, 20);
|
||||
this.converttexture.Name = "converttexture";
|
||||
this.converttexture.Size = new System.Drawing.Size(198, 16);
|
||||
this.converttexture.Size = new System.Drawing.Size(192, 16);
|
||||
this.converttexture.TabIndex = 1;
|
||||
this.converttexture.Text = "Convert Texture (If possible)";
|
||||
this.converttexture.Text = "Convert Texture (If support)";
|
||||
this.converttexture.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ExportOptions
|
||||
|
Reference in New Issue
Block a user