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