From ce269317fc9709a42177d3953a48b177f057d856 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Tue, 14 Feb 2017 03:34:40 +0700 Subject: [PATCH] remove prefer binary from assets --- Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs | 3 --- Assets/FlashTools/Scripts/FTRuntime/SwfClipAsset.cs | 3 --- 2 files changed, 6 deletions(-) diff --git a/Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs b/Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs index 7194806..9d4df8b 100644 --- a/Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs +++ b/Assets/FlashTools/Scripts/FTRuntime/SwfAsset.cs @@ -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; diff --git a/Assets/FlashTools/Scripts/FTRuntime/SwfClipAsset.cs b/Assets/FlashTools/Scripts/FTRuntime/SwfClipAsset.cs index a4ed238..73224dd 100644 --- a/Assets/FlashTools/Scripts/FTRuntime/SwfClipAsset.cs +++ b/Assets/FlashTools/Scripts/FTRuntime/SwfClipAsset.cs @@ -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 {