mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-16 14:11:19 +07:00
fix empty mesh bug and to 5.3.6f1
This commit is contained in:
@@ -6,7 +6,7 @@ namespace FlashTools {
|
||||
public class SwfClipAsset : ScriptableObject {
|
||||
[System.Serializable]
|
||||
public class Frame {
|
||||
public Mesh Mesh = new Mesh();
|
||||
public Mesh Mesh = null;
|
||||
public Material[] Materials = new Material[0];
|
||||
}
|
||||
[System.Serializable]
|
||||
|
||||
Reference in New Issue
Block a user