diff --git a/nuget/ZeroFormatter.Interfaces.nuspec b/nuget/ZeroFormatter.Interfaces.nuspec index 7ad0f95..c777f68 100644 --- a/nuget/ZeroFormatter.Interfaces.nuspec +++ b/nuget/ZeroFormatter.Interfaces.nuspec @@ -2,7 +2,7 @@ ZeroFormatter.Interfaces - 1.5.4 + 1.5.5 ZeroFormatter.Interfaces neuecc y.neuecc diff --git a/nuget/ZeroFormatter.Unity.nuspec b/nuget/ZeroFormatter.Unity.nuspec index 8a085f2..2dca676 100644 --- a/nuget/ZeroFormatter.Unity.nuspec +++ b/nuget/ZeroFormatter.Unity.nuspec @@ -2,7 +2,7 @@ ZeroFormatter.Unity - 1.5.4 + 1.5.5 ZeroFormatter.Unity neuecc y.neuecc @@ -17,7 +17,7 @@ - + diff --git a/nuget/ZeroFormatter.nuspec b/nuget/ZeroFormatter.nuspec index eeaae4a..511a945 100644 --- a/nuget/ZeroFormatter.nuspec +++ b/nuget/ZeroFormatter.nuspec @@ -2,7 +2,7 @@ ZeroFormatter - 1.5.4 + 1.5.5 ZeroFormatter neuecc y.neuecc @@ -17,10 +17,10 @@ - + - + diff --git a/nuget/check_zfc.bat b/nuget/check_zfc.bat index e17619b..bba133d 100644 --- a/nuget/check_zfc.bat +++ b/nuget/check_zfc.bat @@ -1 +1 @@ -zfc -i "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\sandbox\Sandbox.Shared\Sandbox.Shared.csproj" -o "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\tests\ZeroFormatter.UnityTests\Assets\ZeroFormatterGenerated.cs" -c UNITY -u \ No newline at end of file +zfc -i "C:\Users\neuecc\Documents\Git\neuecc\ZeroFormatter\sandbox\Sandbox.Shared\Sandbox.Shared.csproj" -o "C:\Users\neuecc\Documents\Git\neuecc\ZeroFormatter\tests\ZeroFormatter.UnityTests\Assets\ZeroFormatterGenerated.cs" -c UNITY -u \ No newline at end of file diff --git a/nuget/push.bat b/nuget/push.bat index 61e49d1..e57a084 100644 --- a/nuget/push.bat +++ b/nuget/push.bat @@ -1,4 +1,4 @@ REM nuget push ZeroFormatter.Analyzer.1.1.1.0.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.1.5.4.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.Interfaces.1.5.4.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.Unity.1.5.4.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.1.5.5.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.Interfaces.1.5.5.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.Unity.1.5.5.nupkg -Source https://www.nuget.org/api/v2/package diff --git a/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs b/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs index c28be89..bf46cda 100644 --- a/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs +++ b/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.4.0")] -[assembly: AssemblyFileVersion("1.5.4.0")] +[assembly: AssemblyVersion("1.5.5.0")] +[assembly: AssemblyFileVersion("1.5.5.0")] diff --git a/sandbox/Sandbox.NETCore/project.json b/sandbox/Sandbox.NETCore/project.json index 33eb56b..ea52c39 100644 --- a/sandbox/Sandbox.NETCore/project.json +++ b/sandbox/Sandbox.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.5.4-*", + "version": "1.5.5-*", "buildOptions": { "emitEntryPoint": true }, @@ -9,8 +9,8 @@ "type": "platform", "version": "1.0.0" }, - "ZeroFormatter.Interfaces.NETCore": "1.5.4", - "ZeroFormatter.NETCore": "1.5.4" + "ZeroFormatter.Interfaces.NETCore": "1.5.5", + "ZeroFormatter.NETCore": "1.5.5" }, "frameworks": { diff --git a/sandbox/Sandbox.NETCore/project.lock.json b/sandbox/Sandbox.NETCore/project.lock.json index ad83c42..bd1b175 100644 --- a/sandbox/Sandbox.NETCore/project.lock.json +++ b/sandbox/Sandbox.NETCore/project.lock.json @@ -1992,7 +1992,7 @@ "lib/netstandard1.3/_._": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.5.4": { + "ZeroFormatter.Interfaces.NETCore/1.5.5": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2006,7 +2006,7 @@ "netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {} } }, - "ZeroFormatter.NETCore/1.5.4": { + "ZeroFormatter.NETCore/1.5.5": { "type": "project", "framework": ".NETStandard,Version=v1.6", "dependencies": { @@ -2024,7 +2024,7 @@ "System.Text.Encoding": "4.0.11", "System.Text.Encoding.Extensions": "4.0.11", "System.Threading": "4.0.11", - "ZeroFormatter.Interfaces.NETCore": "1.5.4" + "ZeroFormatter.Interfaces.NETCore": "1.5.5" }, "compile": { "netstandard1.6/ZeroFormatter.NETCore.dll": {} @@ -6627,12 +6627,12 @@ "ref/xamarinwatchos10/_._" ] }, - "ZeroFormatter.Interfaces.NETCore/1.5.4": { + "ZeroFormatter.Interfaces.NETCore/1.5.5": { "type": "project", "path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" }, - "ZeroFormatter.NETCore/1.5.4": { + "ZeroFormatter.NETCore/1.5.5": { "type": "project", "path": "../../src/ZeroFormatter.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj" @@ -6641,8 +6641,8 @@ "projectFileDependencyGroups": { "": [ "Microsoft.NETCore.App >= 1.0.0", - "ZeroFormatter.Interfaces.NETCore >= 1.5.4", - "ZeroFormatter.NETCore >= 1.5.4" + "ZeroFormatter.Interfaces.NETCore >= 1.5.5", + "ZeroFormatter.NETCore >= 1.5.5" ], ".NETCoreApp,Version=v1.0": [] }, diff --git a/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs b/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs index 5e022d0..4d58989 100644 --- a/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs +++ b/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.4.0")] -[assembly: AssemblyFileVersion("1.5.4.0")] +[assembly: AssemblyVersion("1.5.5.0")] +[assembly: AssemblyFileVersion("1.5.5.0")] diff --git a/sandbox/Sandbox.Shared/Sandbox.Shared.csproj b/sandbox/Sandbox.Shared/Sandbox.Shared.csproj index 81f11de..93088ec 100644 --- a/sandbox/Sandbox.Shared/Sandbox.Shared.csproj +++ b/sandbox/Sandbox.Shared/Sandbox.Shared.csproj @@ -12,6 +12,7 @@ v4.5 v3.5 512 + true @@ -41,8 +42,6 @@ - - @@ -59,6 +58,7 @@ + diff --git a/sandbox/Sandbox.Shared/ZeroArgument.cs b/sandbox/Sandbox.Shared/ZeroArgument.cs new file mode 100644 index 0000000..74921af --- /dev/null +++ b/sandbox/Sandbox.Shared/ZeroArgument.cs @@ -0,0 +1,17 @@ + +using ZeroFormatter; + +namespace Sandbox.Shared +{ + [ZeroFormattable] + public class ZeroClass + { + + } + + [ZeroFormattable] + public struct ZeroStruct + { + + } +} diff --git a/sandbox/Sandbox/Program.cs b/sandbox/Sandbox/Program.cs index d3caae0..8d0d866 100644 --- a/sandbox/Sandbox/Program.cs +++ b/sandbox/Sandbox/Program.cs @@ -241,15 +241,18 @@ public class Nest } + [ZeroFormattable] + public struct ZeroA + { + } + class Program { static void Main(string[] args) { - var a = ZeroFormatterSerializer.Convert(new InnerClassA.InnerObject()); - var b = ZeroFormatterSerializer.Convert(new InnerClassB.InnerObject()); + var a = ZeroFormatterSerializer.Serialize(default(ZeroA)); + - Console.WriteLine(a.GetType().FullName); - Console.WriteLine(b.GetType().FullName); } } diff --git a/sandbox/Sandbox/Properties/AssemblyInfo.cs b/sandbox/Sandbox/Properties/AssemblyInfo.cs index 8d6eb56..1c4b12b 100644 --- a/sandbox/Sandbox/Properties/AssemblyInfo.cs +++ b/sandbox/Sandbox/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.4.0")] -[assembly: AssemblyFileVersion("1.5.4.0")] +[assembly: AssemblyVersion("1.5.5.0")] +[assembly: AssemblyFileVersion("1.5.5.0")] diff --git a/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest b/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest index 42ea11d..9742650 100644 --- a/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest +++ b/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ZeroFormatterAnalyzer New Launcher of ZeroFormatter.Analyzer diff --git a/src/ZeroFormatter.CodeGenerator/GeneratorPartial.cs b/src/ZeroFormatter.CodeGenerator/GeneratorPartial.cs index c4ec367..ce7d8d2 100644 --- a/src/ZeroFormatter.CodeGenerator/GeneratorPartial.cs +++ b/src/ZeroFormatter.CodeGenerator/GeneratorPartial.cs @@ -87,6 +87,8 @@ public int[] ElementFixedSizes { get { + if (Properties.Length == 0) return new int[0]; + var schemaLastIndex = Properties.Select(x => x.Index).LastOrDefault(); var dict = Properties.Where(x => x.IsFixedSize).ToDictionary(x => x.Index, x => x.FixedSize); var elementSizes = new int[schemaLastIndex + 1]; @@ -101,6 +103,20 @@ public int[] ElementFixedSizes return elementSizes; } } + + public int? GetLength() + { + if (Properties.Length == 0) return 0; + + var sum = 0; + foreach (var item in Properties) + { + if (!item.IsFixedSize) return null; + sum += item.FixedSize; + } + + return sum; + } } public partial class InitializerGenerator diff --git a/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs b/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs index d66f194..5303103 100644 --- a/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.4.0")] -[assembly: AssemblyFileVersion("1.5.4.0")] +[assembly: AssemblyVersion("1.5.5.0")] +[assembly: AssemblyFileVersion("1.5.5.0")] diff --git a/src/ZeroFormatter.CodeGenerator/StructGenerator.cs b/src/ZeroFormatter.CodeGenerator/StructGenerator.cs index 59a612c..8e30f0b 100644 --- a/src/ZeroFormatter.CodeGenerator/StructGenerator.cs +++ b/src/ZeroFormatter.CodeGenerator/StructGenerator.cs @@ -18,7 +18,7 @@ namespace ZeroFormatter.CodeGenerator /// Class to produce the template output /// - #line 1 "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" + #line 1 "C:\Users\neuecc\Documents\Git\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "14.0.0.0")] public partial class StructGenerator : StructGeneratorBase { @@ -31,7 +31,7 @@ public virtual string TransformText() this.Write("#pragma warning disable 618\r\n#pragma warning disable 612\r\n#pragma warning disable" + " 414\r\n#pragma warning disable 168\r\nnamespace "); - #line 10 "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" + #line 10 "C:\Users\neuecc\Documents\Git\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" this.Write(this.ToStringHelper.ToStringWithCulture(Namespace)); #line default @@ -40,56 +40,56 @@ public virtual string TransformText() "using global::ZeroFormatter.Internal;\r\n using global::ZeroFormatter.Segments;" + "\r\n\r\n"); - #line 17 "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" + #line 17 "C:\Users\neuecc\Documents\Git\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" foreach(var t in Types) { #line default #line hidden this.Write(" public class "); - #line 18 "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" + #line 18 "C:\Users\neuecc\Documents\Git\neuecc\ZeroFormatter\src\ZeroFormatter.CodeGenerator\StructGenerator.tt" this.Write(this.ToStringHelper.ToStringWithCulture(t.Name)); #line default #line hidden this.Write("Formatter : Formatter pdbonly @@ -29,8 +28,8 @@ Temp\UnityVS_obj\Debug\ prompt 4 - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE - false + DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_TEXTUREID_MAP;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;unsafe; + true pdbonly @@ -39,8 +38,8 @@ Temp\UnityVS_obj\Release\ prompt 4 - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE - false + TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_TEXTUREID_MAP;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;unsafe; + true @@ -63,6 +62,9 @@ Library\UnityAssemblies\UnityEditor.dll + + Library\UnityAssemblies\Mono.Cecil.dll + Library\UnityAssemblies\UnityEditor.iOS.Extensions.Xcode.dll @@ -90,13 +92,14 @@ - + +