mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-15 04:25:27 +07:00
remove prefer binary from assets
This commit is contained in:
@@ -3,9 +3,6 @@ using FTRuntime.Internal;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FTRuntime {
|
||||
#if UNITY_5_5_OR_NEWER
|
||||
[PreferBinarySerialization]
|
||||
#endif
|
||||
public class SwfAsset : ScriptableObject {
|
||||
[HideInInspector]
|
||||
public byte[] Data;
|
||||
|
||||
@@ -3,9 +3,6 @@ using FTRuntime.Internal;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FTRuntime {
|
||||
#if UNITY_5_5_OR_NEWER
|
||||
[PreferBinarySerialization]
|
||||
#endif
|
||||
public class SwfClipAsset : ScriptableObject {
|
||||
[System.Serializable]
|
||||
public class SubMeshData {
|
||||
|
||||
Reference in New Issue
Block a user