From c2ae5e592e2d351a74d037f7c39ed7462a5ece8f Mon Sep 17 00:00:00 2001 From: Rebar Ahmad Date: Sun, 19 Jun 2022 18:51:21 +0200 Subject: [PATCH 1/8] Fix NativeAPI imports --- example/unity/DemoApp/Assets/XR/Settings.meta | 8 ++++++++ .../Assets/XR/Settings/AR Core Settings.asset | 17 +++++++++++++++++ .../XR/Settings/AR Core Settings.asset.meta | 8 ++++++++ .../Assets/XR/Settings/AR Kit Settings.asset | 16 ++++++++++++++++ .../XR/Settings/AR Kit Settings.asset.meta | 8 ++++++++ 5 files changed, 57 insertions(+) create mode 100644 example/unity/DemoApp/Assets/XR/Settings.meta create mode 100644 example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset create mode 100644 example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset.meta create mode 100644 example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset create mode 100644 example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset.meta diff --git a/example/unity/DemoApp/Assets/XR/Settings.meta b/example/unity/DemoApp/Assets/XR/Settings.meta new file mode 100644 index 000000000..f4b97b775 --- /dev/null +++ b/example/unity/DemoApp/Assets/XR/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68a1e3093293b497ca8839552ff2cb60 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset b/example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset new file mode 100644 index 000000000..87846bd5c --- /dev/null +++ b/example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset @@ -0,0 +1,17 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9dae4501572e1418791be3e3bf1f7faa, type: 3} + m_Name: AR Core Settings + m_EditorClassIdentifier: + m_Requirement: 0 + m_Depth: 0 + m_IgnoreGradleVersion: 0 diff --git a/example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset.meta b/example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset.meta new file mode 100644 index 000000000..60db923dc --- /dev/null +++ b/example/unity/DemoApp/Assets/XR/Settings/AR Core Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f5889365231748418ef46f4020bd9dd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset b/example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset new file mode 100644 index 000000000..6874c9e38 --- /dev/null +++ b/example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a3c2811d41034e52a6d6c33ac73a207, type: 3} + m_Name: AR Kit Settings + m_EditorClassIdentifier: + m_Requirement: 0 + m_FaceTracking: 0 diff --git a/example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset.meta b/example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset.meta new file mode 100644 index 000000000..6dfdf04d2 --- /dev/null +++ b/example/unity/DemoApp/Assets/XR/Settings/AR Kit Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5719f42c4a6f041e8aa9588ee2976b7c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: From 387ad1f972d14bfc656a9ac6027f6bde88ff6182 Mon Sep 17 00:00:00 2001 From: Rebar Ahmad Date: Sun, 19 Jun 2022 18:51:31 +0200 Subject: [PATCH 2/8] Fix native api imports --- .../DemoApp/.vs/DemoApp/xs/UserPrefs.xml | 5 +- .../project-cache/Assembly-CSharp-Debug.json | 2 +- .../Assembly-CSharp-Editor-Debug.json | 2 +- .../DemoApp/Assembly-CSharp-Editor.csproj | 1894 ++++++++--------- example/unity/DemoApp/Assembly-CSharp.csproj | 1555 +++++++------- .../FlutterUnityIntegration/NativeAPI.cs | 4 +- example/unity/DemoApp/DemoApp.sln | 47 +- .../unity/DemoApp/Packages/packages-lock.json | 13 +- .../ProjectSettings/EditorBuildSettings.asset | 2 +- ...harp-Editor.csproj.AssemblyReference.cache | Bin 5156 -> 104079 bytes ...mbly-CSharp.csproj.AssemblyReference.cache | Bin 207424 -> 240940 bytes 11 files changed, 1691 insertions(+), 1833 deletions(-) diff --git a/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml b/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml index 6bbb3655e..389002091 100644 --- a/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml +++ b/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml @@ -15,11 +15,10 @@ - + - @@ -29,7 +28,7 @@ - + diff --git a/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Debug.json b/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Debug.json index ed9631fc4..67fdf027a 100644 --- a/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Debug.json +++ b/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Debug.json @@ -1 +1 @@ -{"Format":1,"ProjectReferences":[{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/UnityEditor.UI.csproj","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/UnityEngine.UI.csproj","Aliases":[],"Framework":null}],"MetadataReferences":[{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Rider.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Subsystem.Registration.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEditor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll","Aliases":[],"Framework":null}],"Files":["/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/GameManager.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/Rotate.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/SceneLoader.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/NativeAPI.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/SingletonMonoBehaviour.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/UnityMessageManager.cs","/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/link.xml","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/README.txt","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/link.xml"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Analyzer","None","None","None"],"Analyzers":["/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll"],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file +{"Format":1,"ProjectReferences":[],"MetadataReferences":[{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/ref/2.1.0/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ComponentModel.Composition.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Data.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tracing.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Drawing.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.IO.Compression.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Net.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Runtime.Serialization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ServiceModel.Web.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Transactions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Web.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Windows.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Serialization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Gradle.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Types.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Rider.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Services.Core.Analytics.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Services.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Services.Core.Environments.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Subsystem.Registration.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.UI.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.UI.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll","Aliases":[],"Framework":null}],"Files":["/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/NativeAPI.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/Rotate.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/SceneLoader.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/GameManager.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/UnityMessageManager.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/SingletonMonoBehaviour.cs","/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/link.xml","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/AOT/Newtonsoft.Json.dll.txt","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/README.txt","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll.txt","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.XML","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/AOT/Newtonsoft.Json.XML","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/Windows/Newtonsoft.Json.XML","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/Windows/Newtonsoft.Json.dll.txt","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/link.xml"],"BuildActions":["Compile","Compile","Compile","Compile","Compile","Compile","Analyzer","None","None","None","None","None","None","None","None","None"],"Analyzers":["/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll"],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file diff --git a/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Editor-Debug.json b/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Editor-Debug.json index 44c8ee769..ed416e8c5 100644 --- a/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Editor-Debug.json +++ b/example/unity/DemoApp/.vs/DemoApp/xs/project-cache/Assembly-CSharp-Editor-Debug.json @@ -1 +1 @@ -{"Format":1,"ProjectReferences":[{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assembly-CSharp.csproj","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/UnityEditor.UI.csproj","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/UnityEngine.UI.csproj","Aliases":[],"Framework":null}],"MetadataReferences":[{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/AssetStoreTools/Editor/AssetStoreTools.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Rider.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Subsystem.Registration.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEditor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEditor.Graphs.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.TestRunner.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.TestRunner.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2019.4.3f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll","Aliases":[],"Framework":null}],"Files":["/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/SweetShellHelper.cs","/Users/rex/work/oss/packages/flutter_unity_widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/XCodePostBuild.cs","/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll"],"BuildActions":["Compile","Compile","Compile","Analyzer"],"Analyzers":["/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll"],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file +{"Format":1,"ProjectReferences":[{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assembly-CSharp.csproj","Aliases":[],"Framework":null}],"MetadataReferences":[{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/AssetStoreTools/Editor/AssetStoreTools.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/log4netPlastic.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Microsoft.CSharp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/Microsoft.Win32.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/mscorlib.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/netstandard.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.AppContext.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Buffers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.Concurrent.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.NonGeneric.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.Specialized.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.Annotations.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ComponentModel.Composition.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.EventBasedAsync.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.TypeConverter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Console.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Data.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.DataSetExtensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Contracts.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Debug.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.FileVersionInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Process.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.StackTrace.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.TextWriterTraceListener.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Tools.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.TraceSource.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Drawing.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Drawing.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Dynamic.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.Calendars.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IO.Compression.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IO.Compression.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.Compression.ZipFile.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.DriveInfo.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.Watcher.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.IsolatedStorage.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.MemoryMappedFiles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.Pipes.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.UnmanagedMemoryStream.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Expressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Queryable.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Memory.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Net.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Http.Rtc.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.NameResolution.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.NetworkInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Ping.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Requests.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Sockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebHeaderCollection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebSockets.Client.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebSockets.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Numerics.Vectors.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ObjectModel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.DispatchProxy.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.ILGeneration.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.Lightweight.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.Reader.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.ResourceManager.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.Writer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.CompilerServices.VisualC.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Handles.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Numerics.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.Serialization.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Formatters.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Claims.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Algorithms.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Csp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.X509Certificates.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Principal.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.SecureString.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Duplex.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Http.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.NetTcp.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Primitives.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Security.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.Encoding.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.Encoding.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.RegularExpressions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Overlapped.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.Parallel.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Thread.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.ThreadPool.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Timer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Transactions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ValueTuple.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.Linq.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.ReaderWriter.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XmlDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XmlSerializer.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XPath.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XPath.XDocument.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Gradle.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Types.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Rider.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Services.Core.Analytics.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Services.Core.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Services.Core.Environments.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Subsystem.Registration.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.Editor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEditor.Graphs.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.TestRunner.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.UI.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.NVIDIAModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.TestRunner.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.UI.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll","Aliases":[],"Framework":null},{"FilePath":"/Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll","Aliases":[],"Framework":null},{"FilePath":"/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/unityplastic.dll","Aliases":[],"Framework":null}],"Files":["/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/XCodePostBuild.cs","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/SweetShellHelper.cs","/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll","/Users/rebar/Development/flutter-unity-view-widget/example/unity/DemoApp/Assets/AssetStoreTools/Editor/AssetStoreTools.dll"],"BuildActions":["Compile","Compile","Compile","Analyzer","None"],"Analyzers":["/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll"],"AdditionalFiles":[],"EditorConfigFiles":[]} \ No newline at end of file diff --git a/example/unity/DemoApp/Assembly-CSharp-Editor.csproj b/example/unity/DemoApp/Assembly-CSharp-Editor.csproj index cd2dd22bb..961b33580 100644 --- a/example/unity/DemoApp/Assembly-CSharp-Editor.csproj +++ b/example/unity/DemoApp/Assembly-CSharp-Editor.csproj @@ -1,1043 +1,851 @@ - - - - 9.0 - <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package - <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package - true - - - Debug - AnyCPU - 10.0.20506 - 2.0 - - {47b96efc-de28-8583-8fac-5c1621986b03} - {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - Properties - Assembly-CSharp-Editor - v4.7.1 - 512 - . - - - true - full - false - Temp\Bin\Debug\Assembly-CSharp-Editor\ - UNITY_2022_1_0;UNITY_2022_1;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_QUERY_BUILDER;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AUDIO;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;ENABLE_MANAGED_UNITYTLS;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_WEBGL;TEXTCORE_1_0_OR_NEWER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER - prompt - 4 - 0169,0649 - False - False - - - true - true - false - false - false - - - - - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.NVIDIAModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEditor.Graphs.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/unityplastic.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Assets/AssetStoreTools/Editor/AssetStoreTools.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/log4netPlastic.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/AndroidPlayer/Unity.Android.Types.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/AndroidPlayer/Unity.Android.Gradle.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/mscorlib.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Core.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.Serialization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.Linq.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Numerics.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Numerics.Vectors.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Net.Http.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IO.Compression.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Microsoft.CSharp.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ComponentModel.Composition.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ComponentModel.DataAnnotations.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Configuration.Install.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Configuration.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.DataSetExtensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.Entity.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.Linq.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.OracleClient.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.Services.Client.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.Services.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Deployment.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Design.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Diagnostics.Tracing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.DirectoryServices.Protocols.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.DirectoryServices.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Drawing.Design.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Drawing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Dynamic.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.EnterpriseServices.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IO.Compression.FileSystem.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IdentityModel.Selectors.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IdentityModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Json.Microsoft.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Json.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Management.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Messaging.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Net.Http.Formatting.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Net.Http.WebRequest.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Net.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Core.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Debugger.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Experimental.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Interfaces.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Linq.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Observable.Aliases.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.PlatformServices.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Providers.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Runtime.Remoting.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Windows.Forms.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reactive.Windows.Threading.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Reflection.Context.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.Caching.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.DurableInstancing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.Remoting.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.Serialization.Formatters.Soap.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Security.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ServiceModel.Activation.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ServiceModel.Discovery.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ServiceModel.Routing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ServiceModel.Web.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ServiceModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ServiceProcess.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Threading.Tasks.Dataflow.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Transactions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Abstractions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.ApplicationServices.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.DynamicData.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Extensions.Design.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Http.SelfHost.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Http.WebHost.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Http.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Mobile.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Mvc.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Razor.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.RegularExpressions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Routing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.Services.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.WebPages.Deployment.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.WebPages.Razor.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.WebPages.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Web.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Windows.Forms.DataVisualization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Windows.Forms.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Windows.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Workflow.Activities.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Workflow.ComponentModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Workflow.Runtime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xaml.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.Serialization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.AppContext.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Buffers.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.Concurrent.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.NonGeneric.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.Specialized.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.Annotations.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.EventBasedAsync.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.TypeConverter.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Console.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Data.Common.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Contracts.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Debug.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.FileVersionInfo.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Process.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.StackTrace.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.TextWriterTraceListener.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Tools.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.TraceSource.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Drawing.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Dynamic.Runtime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.Calendars.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.Compression.ZipFile.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.DriveInfo.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.Watcher.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.IsolatedStorage.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.MemoryMappedFiles.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.Pipes.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.UnmanagedMemoryStream.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Expressions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Parallel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Queryable.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Memory.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Http.Rtc.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.NameResolution.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.NetworkInformation.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Ping.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Requests.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Security.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Sockets.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebHeaderCollection.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebSockets.Client.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebSockets.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ObjectModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.DispatchProxy.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.ILGeneration.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.Lightweight.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.Reader.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.ResourceManager.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.Writer.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.CompilerServices.VisualC.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Handles.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Numerics.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Formatters.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Json.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Xml.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Claims.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Algorithms.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Csp.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Encoding.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.X509Certificates.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Principal.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.SecureString.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Duplex.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Http.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.NetTcp.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Security.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.Encoding.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.Encoding.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.RegularExpressions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Overlapped.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.Parallel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Thread.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.ThreadPool.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Timer.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ValueTuple.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.ReaderWriter.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XDocument.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XPath.XDocument.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XPath.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XmlDocument.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XmlSerializer.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/Microsoft.Win32.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/netstandard.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.TestRunner.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.TestRunner.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Subsystem.Registration.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.UI.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Rider.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.UI.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.dll - - - - - {e8a35484-6fcd-29e2-b101-0aff15d18447} - Assembly-CSharp - - - - - + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {FC6EB947-28DE-8385-8FAC-5C1621986B03} + Library + Properties + Assembly-CSharp-Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\ + UNITY_2022_1_1;UNITY_2022_1;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_QUERY_BUILDER;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AUDIO;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;ENABLE_MANAGED_UNITYTLS;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_WEBGL;TEXTCORE_1_0_OR_NEWER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + pdbonly + true + Temp\bin\Release\ + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Package + 2.0.15 + Editor:5 + WebGL:20 + 2022.1.1f1 + + + + + + + + + + + + + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.NVIDIAModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEditor.Graphs.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll + + + Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll + + + Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll + + + Assets/AssetStoreTools/Editor/AssetStoreTools.dll + + + Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/log4netPlastic.dll + + + Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll + + + Library/PackageCache/com.unity.collab-proxy@1.15.16/Lib/Editor/PlasticSCM/unityplastic.dll + + + Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Types.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Gradle.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/mscorlib.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Core.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Runtime.Serialization.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Xml.Linq.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Numerics.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Numerics.Vectors.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Net.Http.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IO.Compression.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Microsoft.CSharp.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Data.DataSetExtensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Drawing.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.IO.Compression.FileSystem.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.ComponentModel.Composition.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/System.Transactions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/Microsoft.Win32.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.AppContext.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Buffers.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.Concurrent.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.NonGeneric.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.Specialized.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Collections.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.Annotations.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.EventBasedAsync.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.TypeConverter.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ComponentModel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Console.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Data.Common.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Contracts.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Debug.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.FileVersionInfo.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Process.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.StackTrace.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.TextWriterTraceListener.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.Tools.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Diagnostics.TraceSource.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Drawing.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Dynamic.Runtime.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.Calendars.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Globalization.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.Compression.ZipFile.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.DriveInfo.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.Watcher.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.FileSystem.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.IsolatedStorage.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.MemoryMappedFiles.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.Pipes.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.UnmanagedMemoryStream.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.IO.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Expressions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Parallel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.Queryable.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Linq.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Memory.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Http.Rtc.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.NameResolution.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.NetworkInformation.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Ping.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Requests.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Security.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.Sockets.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebHeaderCollection.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebSockets.Client.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Net.WebSockets.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ObjectModel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.DispatchProxy.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.ILGeneration.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.Lightweight.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Emit.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Reflection.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.Reader.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.ResourceManager.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Resources.Writer.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.CompilerServices.VisualC.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Handles.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.InteropServices.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Numerics.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Formatters.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Json.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.Serialization.Xml.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Runtime.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Claims.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Algorithms.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Csp.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Encoding.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Cryptography.X509Certificates.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.Principal.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Security.SecureString.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Duplex.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Http.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.NetTcp.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ServiceModel.Security.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.Encoding.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.Encoding.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Text.RegularExpressions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Overlapped.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.Parallel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Tasks.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Thread.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.ThreadPool.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.Timer.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Threading.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.ValueTuple.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.ReaderWriter.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XDocument.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XPath.XDocument.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XPath.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XmlDocument.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/System.Xml.XmlSerializer.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/UnityReferenceAssemblies/unity-4.8-api/Facades/netstandard.dll + + + Library/ScriptAssemblies/UnityEngine.TestRunner.dll + + + Library/ScriptAssemblies/UnityEditor.TestRunner.dll + + + Library/ScriptAssemblies/Unity.XR.ARKit.dll + + + Library/ScriptAssemblies/Unity.VSCode.Editor.dll + + + Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll + + + Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll + + + Library/ScriptAssemblies/Unity.XR.Management.Editor.dll + + + Library/ScriptAssemblies/Unity.Timeline.dll + + + Library/ScriptAssemblies/Unity.TextMeshPro.dll + + + Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll + + + Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll + + + Library/ScriptAssemblies/Unity.Subsystem.Registration.dll + + + Library/ScriptAssemblies/UnityEditor.UI.dll + + + Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll + + + Library/ScriptAssemblies/Unity.Rider.Editor.dll + + + Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll + + + Library/ScriptAssemblies/UnityEngine.UI.dll + + + Library/ScriptAssemblies/Unity.Services.Core.dll + + + Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll + + + Library/ScriptAssemblies/Unity.Services.Core.Analytics.dll + + + Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll + + + Library/ScriptAssemblies/Unity.Services.Core.Environments.dll + + + Library/ScriptAssemblies/Unity.Timeline.Editor.dll + + + Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll + + + Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll + + + Library/ScriptAssemblies/Unity.XR.Management.dll + + + Library/ScriptAssemblies/Unity.XR.ARCore.dll + + + Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll + + + Library/ScriptAssemblies/Unity.XR.ARFoundation.Editor.dll + + + Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll + + + Library/ScriptAssemblies/Unity.XR.ARFoundation.dll + + + + + {8454A3E8-CD6F-E229-B101-0AFF15D18447} + Assembly-CSharp + + + + + + diff --git a/example/unity/DemoApp/Assembly-CSharp.csproj b/example/unity/DemoApp/Assembly-CSharp.csproj index e5fa158a9..2f837e77d 100644 --- a/example/unity/DemoApp/Assembly-CSharp.csproj +++ b/example/unity/DemoApp/Assembly-CSharp.csproj @@ -1,760 +1,795 @@ - - - - 9.0 - <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package - <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package - true - - - Debug - AnyCPU - 10.0.20506 - 2.0 - - {e8a35484-6fcd-29e2-b101-0aff15d18447} - {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - Properties - Assembly-CSharp - v4.7.1 - 512 - . - - - true - full - false - Temp\Bin\Debug\Assembly-CSharp\ - UNITY_2022_1_0;UNITY_2022_1;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_QUERY_BUILDER;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AUDIO;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;ENABLE_MANAGED_UNITYTLS;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_WEBGL;TEXTCORE_1_0_OR_NEWER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER - prompt - 4 - 0169,0649 - False - False - - - true - true - false - false - false - - - - - - - - - - - - - - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/AndroidPlayer/Unity.Android.Types.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/PlaybackEngines/AndroidPlayer/Unity.Android.Gradle.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/ref/2.1.0/netstandard.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/Microsoft.Win32.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.AppContext.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Buffers.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Concurrent.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.NonGeneric.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Specialized.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.TypeConverter.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Console.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Data.Common.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Contracts.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Debug.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Process.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.StackTrace.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tools.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TraceSource.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tracing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Drawing.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Dynamic.Runtime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Calendars.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.ZipFile.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Watcher.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.IsolatedStorage.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.MemoryMappedFiles.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Pipes.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Expressions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Parallel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Queryable.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Memory.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Http.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NameResolution.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NetworkInformation.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Ping.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Requests.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Security.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Sockets.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebHeaderCollection.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.Client.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Numerics.Vectors.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ObjectModel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.DispatchProxy.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.ILGeneration.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.Lightweight.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Reader.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.ResourceManager.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Writer.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Handles.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Numerics.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Json.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Xml.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Claims.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Csp.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Encoding.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Primitives.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Principal.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.SecureString.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Overlapped.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Extensions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Parallel.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Thread.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.ThreadPool.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Timer.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ValueTuple.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.ReaderWriter.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XDocument.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ComponentModel.Composition.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Core.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Data.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Drawing.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.IO.Compression.FileSystem.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Net.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Numerics.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Runtime.Serialization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ServiceModel.Web.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Transactions.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Web.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Windows.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Linq.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Serialization.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll - - - /Applications/Unity/Hub/Editor/2022.1.0b16/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.TextMeshPro.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Subsystem.Registration.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.UI.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Rider.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.UI.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.Management.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARCore.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.Editor.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll - - - /Users/rexraphael/Work/personal/flutter-unity-view-widget/example/unity/DemoApp/Library/ScriptAssemblies/Unity.XR.ARFoundation.dll - - - - - - - + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {8454A3E8-CD6F-E229-B101-0AFF15D18447} + Library + Properties + Assembly-CSharp + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\ + UNITY_2022_1_1;UNITY_2022_1;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_QUERY_BUILDER;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AUDIO;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;ENABLE_MANAGED_UNITYTLS;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_WEBGL;TEXTCORE_1_0_OR_NEWER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + pdbonly + true + Temp\bin\Release\ + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Package + 2.0.15 + Game:1 + WebGL:20 + 2022.1.1f1 + + + + + + + + + + + + + + + + + + + + + + + + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll + + + Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Types.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/PlaybackEngines/AndroidPlayer/Unity.Android.Gradle.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/ref/2.1.0/netstandard.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/Microsoft.Win32.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.AppContext.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Buffers.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Concurrent.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.NonGeneric.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Specialized.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.TypeConverter.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Console.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Data.Common.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Contracts.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Debug.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Process.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.StackTrace.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tools.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TraceSource.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tracing.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Drawing.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Dynamic.Runtime.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Calendars.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.ZipFile.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Watcher.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.IsolatedStorage.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.MemoryMappedFiles.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Pipes.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Expressions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Parallel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Queryable.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Memory.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Http.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NameResolution.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NetworkInformation.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Ping.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Requests.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Security.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Sockets.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebHeaderCollection.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.Client.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Numerics.Vectors.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ObjectModel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.DispatchProxy.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.ILGeneration.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.Lightweight.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Reader.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.ResourceManager.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Writer.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Handles.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Numerics.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Json.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Xml.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Claims.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Csp.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Encoding.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Primitives.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Principal.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.SecureString.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Overlapped.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Extensions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Parallel.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Thread.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.ThreadPool.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Timer.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ValueTuple.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.ReaderWriter.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XDocument.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ComponentModel.Composition.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Core.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Data.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Drawing.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.IO.Compression.FileSystem.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Net.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Numerics.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Runtime.Serialization.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ServiceModel.Web.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Transactions.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Web.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Windows.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Linq.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Serialization.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll + + + /Applications/Unity/Hub/Editor/2022.1.1f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll + + + Library/ScriptAssemblies/Unity.XR.ARKit.dll + + + Library/ScriptAssemblies/Unity.VSCode.Editor.dll + + + Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll + + + Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll + + + Library/ScriptAssemblies/Unity.XR.Management.Editor.dll + + + Library/ScriptAssemblies/Unity.Timeline.dll + + + Library/ScriptAssemblies/Unity.TextMeshPro.dll + + + Library/ScriptAssemblies/Unity.XR.ARCore.Editor.dll + + + Library/ScriptAssemblies/Unity.XR.ARKit.Editor.dll + + + Library/ScriptAssemblies/Unity.Subsystem.Registration.dll + + + Library/ScriptAssemblies/UnityEditor.UI.dll + + + Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll + + + Library/ScriptAssemblies/Unity.Rider.Editor.dll + + + Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll + + + Library/ScriptAssemblies/UnityEngine.UI.dll + + + Library/ScriptAssemblies/Unity.Services.Core.dll + + + Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll + + + Library/ScriptAssemblies/Unity.Services.Core.Analytics.dll + + + Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll + + + Library/ScriptAssemblies/Unity.Services.Core.Environments.dll + + + Library/ScriptAssemblies/Unity.Timeline.Editor.dll + + + Library/ScriptAssemblies/Unity.XR.ARSubsystems.Editor.dll + + + Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll + + + Library/ScriptAssemblies/Unity.XR.Management.dll + + + Library/ScriptAssemblies/Unity.XR.ARCore.dll + + + Library/ScriptAssemblies/Unity.XR.ARSubsystems.dll + + + Library/ScriptAssemblies/Unity.XR.ARFoundation.Editor.dll + + + Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll + + + Library/ScriptAssemblies/Unity.XR.ARFoundation.dll + + + + + + + + diff --git a/example/unity/DemoApp/Assets/FlutterUnityIntegration/NativeAPI.cs b/example/unity/DemoApp/Assets/FlutterUnityIntegration/NativeAPI.cs index c5239db00..69c59ed5c 100644 --- a/example/unity/DemoApp/Assets/FlutterUnityIntegration/NativeAPI.cs +++ b/example/unity/DemoApp/Assets/FlutterUnityIntegration/NativeAPI.cs @@ -1,4 +1,6 @@ -using System.Runtime.InteropServices; +using System; +using System.Runtime.InteropServices; +using UnityEngine; using UnityEngine.SceneManagement; namespace FlutterUnityIntegration diff --git a/example/unity/DemoApp/DemoApp.sln b/example/unity/DemoApp/DemoApp.sln index 95abec36f..cbc6660e1 100644 --- a/example/unity/DemoApp/DemoApp.sln +++ b/example/unity/DemoApp/DemoApp.sln @@ -1,21 +1,26 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{e8a35484-6fcd-29e2-b101-0aff15d18447}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{47b96efc-de28-8583-8fac-5c1621986b03}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {e8a35484-6fcd-29e2-b101-0aff15d18447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {e8a35484-6fcd-29e2-b101-0aff15d18447}.Debug|Any CPU.Build.0 = Debug|Any CPU - {47b96efc-de28-8583-8fac-5c1621986b03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {47b96efc-de28-8583-8fac-5c1621986b03}.Debug|Any CPU.Build.0 = Debug|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{8454A3E8-CD6F-E229-B101-0AFF15D18447}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{FC6EB947-28DE-8385-8FAC-5C1621986B03}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8454A3E8-CD6F-E229-B101-0AFF15D18447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8454A3E8-CD6F-E229-B101-0AFF15D18447}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8454A3E8-CD6F-E229-B101-0AFF15D18447}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8454A3E8-CD6F-E229-B101-0AFF15D18447}.Release|Any CPU.Build.0 = Release|Any CPU + {FC6EB947-28DE-8385-8FAC-5C1621986B03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FC6EB947-28DE-8385-8FAC-5C1621986B03}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FC6EB947-28DE-8385-8FAC-5C1621986B03}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FC6EB947-28DE-8385-8FAC-5C1621986B03}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/example/unity/DemoApp/Packages/packages-lock.json b/example/unity/DemoApp/Packages/packages-lock.json index e03a4be8b..a52ce9cda 100644 --- a/example/unity/DemoApp/Packages/packages-lock.json +++ b/example/unity/DemoApp/Packages/packages-lock.json @@ -48,12 +48,21 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.nuget.newtonsoft-json": { + "version": "3.0.2", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.services.core": { - "version": "1.0.1", + "version": "1.3.1", "depth": 1, "source": "registry", "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0" + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.nuget.newtonsoft-json": "3.0.2", + "com.unity.modules.androidjni": "1.0.0" }, "url": "https://packages.unity.com" }, diff --git a/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset b/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset index a7846844d..555e1aacc 100644 --- a/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset +++ b/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset @@ -17,7 +17,7 @@ EditorBuildSettings: m_configObjects: UnityEditor.XR.ARCore.ARCoreSettings: {fileID: 11400000, guid: 52a98e01cda81479ca8f1ff9e7458702, type: 2} - UnityEditor.XR.ARKit.ARKitSettings: {fileID: 11400000, guid: b1ade3d735edf451392b6d4a9ebd0bd5, + UnityEditor.XR.ARKit.ARKitSettings: {fileID: 11400000, guid: 5719f42c4a6f041e8aa9588ee2976b7c, type: 2} com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 1356279c9d721447b97eebba41ddf775, type: 2} diff --git a/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache b/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache index 2d9970f6bc97906dde5b3a29d2b94c81ed312128..bf094f5ebf3390c60c38d937f7b3773540699e56 100644 GIT binary patch literal 104079 zcmd^I3!D_incqPaf)5bI2Z8}(R3gmmi)A_E>9Q=auq^A&K8Q-Rccyn~nCTvRdUjb5 zA@LE!M^J)MlNgK|Jrff(@y_@8a`I z-46bKfXr9l&iDVm`s(|>`l@RAg3fqzB=U(!RaGP#YszF&QbN!qMb5^$Wl0;3Ey?x8 zT9T5csIl7W+S+JMw5Gqt{46SDGO=bw)95%7bnwtRoj6djY_|T{pum3Xc4s(y zMvtgwfxKr{M~(kx&uGr2w45rQDT_Hx6;iWjbmaN~D$B&-E@iDKpDE{3Dfk^CgO$Ln zQTaiM|nqXWkH_2;H7;9uf3;rVQUi`v*U32aANOJtzfa@MQF%ZgnA@Z z%L%D2aXm12NgiNhbrLQheVBLDK3AA2FMj8h5kJETMi;9>W_6b4x+a_A;AGx0Y0YQC zi@~-C7YH3GVYp97tTlbI?&lM6O^}m9N|D8QE|XDI&2sdn=qutYZGvdadayj`4%Wu3 zD*LsgEq8x1E-q`JcNEVnhAl6yYl?@}iD8qRR23c8mZlEN-HB?}pp5e8D?I2*Lm!mc9MMNZJj2nzXp47U>E zu7c3{A9u|5MMTl$O-Xp7&J8B;F);4_9lpN6kj&H;JLUqNW%ZtQGdURrQ) zWs&hI%b7cY;}1}`ENNP8EsUiFs09J7NPxPQ!}>~!P#0D`a19wyumVc&CTP`hSPXfM zFv)?Hw-8mkWa^JBki3Mb1x?Dw5cR_1z$vjXNT~uIYWf=^dW3@Gd5rOQX6(5D8*SS~ zX@REXtLROw?2^mTm=sY+=pBq@G&Um~mCj;Ou?TrlvDomUQe-Aq;xuVWB*bi1>XTBS zEYAk$lZ3wW$9Tu8rvOJ@*w*9dg;)SQkbfd)OuUS!D=Gig0%575b;4G&z z;>9NC>&$9ah3x81QQwJi-Nl7|5lH5C5 zR*ptvHo|d|R51a1K#IkQAm_!2V8)A+zX{!9mnf4+=pdnYY>0#ovf)L=-xz$ckQSRk zlaN~n3lW1m2Y5$`h{2ugc+v8ArCY2@N%lM=Ryv#1J3_=tXEWl(#^3y8iK2CiDMfGr zh{#VI^xjb-@)HL)Ua0&Hw_BGl?soA;M7WL7dWVPzw=qt<@c7$W*O~_1ilBLM&}{!> zPdH+WmpaNjWW*LPl_xKFKHHXi6DMg~Hm!G{NZYbG@xtS8X~5`lZ4(ECgiE20C=KL| z@D3GG8pz|v3z)yP&86`b?Qv0+gp{0_;d!$ONW_7F{&Ps_a+x(6vq{OMcBi6y>#S4h>^r#eLgjBAt3y@#rIcHKP1LbSa_>M9bu5w@FHYNw>;@`v z;&tX^O-hTc;B1o_ZLE;n^mNiVyaWy>!GCtCbe(}uCy)HRL#=ZBG+tf!8}!8!swm3M zLPkGr#h&6s&_@~L9a19bqj2Pf&ELc|zFJVlWUF3HlZBMa5<(=d)KT7{BNA6CPhRl+ ztwhE%s-%g_h3s0k!4Z{6=K$}J5tT?MJ6^Q>&121P3)Gx(nV&=+n>WHcUPK<7$B!2< ze)Hh)q?psQ68cV@(vkM9-^`2MQ+&F@{oRtT<^SD1TKUy z&kD0G%{op_6`-fLg2i3LGri7$8A%cXz_uB-k~8{d>|WM zRQ!!myIWg;?dTT)v8{)QQJn+4qeR50PIkO#6?wqC#44oyZQH@--JnYjL>&L65A%*3 zar~FglovmLTco<%Te{eGMzl!Tq~38NTBK}7yx92Lo6()_Qw26SL~jO0>m41UHv{9u z3y;46z7Zlefy(JH*amiSRz!eL8{{1@BEYAy=LsY*iY1ygyI6( zrwqZYO9G9*=a2Ia-MK|@<%Q7Stsz4IaN9$txGo2PWZN9EHAEfd9X?`fh{}@}yf65> zHSGA#P0rJL=;9IVy2{zcAlwpd`12Te$28%EJukfeb`LqxwGa5wa3#8j*h9S|N^}pg z8S`Sf$=6bw<9q9M2G=e0(~JRhDS@R<5Z}HNBXm4*X+j$bjOV&W|ND{?M z7F%8v{oQ)$S+tT38?p6*D81uEY`q{pyukQdGwQK!n4q~jqGkjMy~9G(j366cRQzpP z>k(J$owzPZ7}2ywl6yypXj&tg@#5rfM&BbP#bOW6W3=88A~Jf66E8d-ypHoSFXQeq zcncckit(sH;P5(^+;{H+>lRR=+=0<@f`f751;^h?S+69!oRuRgWj3jIaEMBo&4?Ep zf4%a`V!bjX^o|SRl_48mRQ$S*%e-5SeI1waxpxe#>$r^3yrTOxSxnLGiz8?YwKZ9s zq}~CsCX161FE)PF7R>LtP#lyJVq8k+QiAJ609I|mWt4ZstlEMLPhRl+YNWKjvLp=1 zO4hyNY&B9cMtBF!YNTZF;|0vGx~chfjY~OtByq^GvSXzet8PlA_YRg-H>Gmph03qJ zMDxpbfV=s@QD*A|1Kcg9IWTK4(QTM_;HSM!`DX zIk@pc<*yq%CnqJ=#zjF*xLj04xUswu-r*wLSROxK!2Ie%GUr1)AO*3V@eZ2Rhs5N_3!7inIP(kZHA#=Hgzf{q187y_+}Vx}6m>LSv_EMcD!i$ zwcqXhws8S05N>5qYrordoOkT3{ccyTyb$_5H^HSLdRof1HzIWFZYAiwL*|&91UFu& z{A%8@^s9GQ6x+PR8sZ%=t9ggTkQcLo;+u}db6ea?UQCkCVg|t(tDSFWm@Zm$Ge}KzGC;T0}r)E*0%rg zvK{wK`PuzDHr;xp`iHXyetz?BZX5f+whPCcb;xJlnto_>VdKBGJwE-J$awIbess&$ zpI$d}-qR7mFin=+m~GS*`!HMIe4(bXG0`}`wzj5jUZMf~G~-v~2P5B5nq)1d)OI}^|9A+|W!56>t&ykfYq_@}XT=>;h^Kbm_!`&DDa^oxi z`|~}GAD_PR;xFBFc=sz$FMea?HK*@;`#&E2{?$KK_lR4^y?o~OTQ17IGVY-d$6ou+ z;a9zP!MDCX_SHB4W$To^Z}yLQ?fM%|o3W#2=)s+j55BVD)JOKr_~XE}gZu9N^aHP* zRJ-}T+du!oSO0zc8)wYkw0g#!hM9a6S+s4>-ParwG21X0V%t_y7o7{tq_*%IxBWHM zHT4aRLb66kHi|X2k!&cNGcnquz@n$OS;av`S?p4jR2KRQ$3G)g|Ml*TH%v623ZCeo zfy%V>YyaVJ0{RCAZDf&ygAG(^kA>Vm5@%3K8K{><4SG(vy@UDIaTbZOaOu-xqJ%lRuzUBOpXc76@!b6f zl&5z5^2K$X8)tN1t<3-3f4}&`zTrzxd+LfOj=a8e;eDTYV%wOz?tJFuGt{%sQ-1%! z4`0}1*i=Qn zSut(PIj|;2Wwc7pSp!zdvvrSO8?$_2jJ1YtS-SPn$TH(mu!#_18y+8j{LaU>&w6;^oE=*GcfOHrdEndX%J+}m zGx_;P9=h*aUs$r~`FH>NjZ5y@F|l^iS&vSib>xEcp3=@9^Akhg)pxIW^S*C?@Ar|o zLsCrdMX!@})k3nqUu@{B6&eIlOd`GCS~0zQ2&jw*EMo>($XQ}@{4ks#a;PQDB=F~^ zsa)&emw($iWq-q48?qnH*?-Cf0|y>l^UReG{p9FFUb%Vh8-M=O#IYZVAFSE**ePG% zeaEZ+vtZvx&n_8$eevJ7-2KH*ocyC7J@C=&p?R}@y=lYIE%nod*jbAn>zcW#R;}-t zEFAyKU8k%)=*{m>nsD$Hdk?(0ZC`b>{88k^`%gIJ^`kcSUU|@@X)8be^t4&OH5Gr$ zxM!Yzt!?XIqze}l)4Coy*EB>M<~7z7p7BCW^}NLVM1xpYpJ;5HXD@y?S4{JuWEYin zSwI|J9c_pK2VOVVjK=3Aa#>AD$Bd7o{VKRydq`2&BBgIR?1jJGe)Qh)kw|2sgNBHI zbQ9ok@HHRYnz{FeWe3tH-f`jYes-bw{OePvp8EA~)$cg#ouOUVpEUc3qyO^8Et`6- zs6IcvdGaB5o*RGis$G-DkGt`u4?Yy0+4jhBgX>Ry_28G^U8_72z5LQidmnw{9d*~( z-@J6)fBy8q*~@PG+=-WNxaz-F?VmPh-lrbEdg$E#`@eGcd)MdYso&gx+oJoIJlFee zW5S=(_}sz5xP|XUIvtYQsy9QPBK&-9LtSGcSv|J_XurN*?6amwRm4LR3Rq-`x3Y_S z8E$1lNs35+OMZ=>Ft*MhnRzMsgmKguQE=ws~ zc#-hX*W{dNZb*P$0`Nu?nqTifji4}FZxIwGp?56ICNBpYUNHD7r-pVq#ePv0!4*q- znv?EJNn+MoLh7T9bA*f(OJ@^`nv(huI9t{|a-vmn84o{@1FIe5T290+Mk+Tzq|G-r;JK zkMZUh6~$vMOL5W`i{>spekf4G9Jl8{?~~u#`-fYjm)8}S3 zrY>o_@wyZ5JL9dJ_P+S)w?WkzBu8ZBIhzBE=9}Lb^UYu=k?drB~H#cH;2a_!Hs`xNuFVS#2i$tz6(2~M4=y53gRp; zbwwo+*TWt~2JLj92~|uPQIL`a&&bfDpqUm9>`~>zJX!E(l@oNn>w~;`tS(iMvqC}# znYtbvWl4_Hl@He*3iom%xve7RyGTd~Nw6be2Uy_TeqC*}LzU9NdW<^dRsCUbVL0>Ou3)l391Ih|x?Pa#2RndN4+#T1iv-QxgfVlu=I*k~pWMB^>udE7 z{_E5;j;q>##{b>_gZJlGX=A4}-0|A(y_+u>`@+P_)^*=`-8Fa3dhc&XzVOi9XWVhb z|K0J(ttX|{Ts?0>+b<9L^U+Jz$`7CPxy!!YxcEf*PwSq&?l$4GRSz5xUz+y(zTI#9 zSEBlvU7u{ar2CsEe0cJ+vyOdw?@_Pa-c^)ztO(Cz7?vWO8ne1yNPx>WVsQ%RHMwmp!P98cQFTxrv+# z_IRn27iLBD5lH2*87wptS#U*)w167W<-*~z1Gj*7MP3Zf7=z6Qn){|%fIR|PK@xpTHmDjjWwfSmAQiR4~~c z)=*r-87ocOIRdPqWe~)C3xuqgY|0MH)V2T9$O8~|r4WzvzEPcIm&5s*OI_CPK=KD;k^> zdClU>m1Z?pJ8x`AHNc9K(A_=mjJ!fG&`8eCO7o2>pXP&U&R(0*E?^X9?1S3ZqsoMT;C1aloHfKlW_lzJ_2dq zSnu^E-}=j_U;5$x9bInH0QiczHwC>A=(pkasuC#C7*^0GWkI7eyh)_vu0}&lrM~AG#Jk=;axLlSaVT!}sMNCOj#Z`|-w4S~H(D#;^hy<>^5l{QIa+ z1p5j|j++4p_qam*%G~+mSnNraQoR1rGz8GJ51r44+p`2NxRyb&pD(Ttq~zl`VR^2U z(Tkb1bPkq$=p&Hg3;6rO2Qp!ah5mC$#EWyUtkal*EU`c=9bp(Uso*>ttIiIWSjG?p zd1wa!@+%a>HuT_p>qRppPec;seL{t5J-SUO63w@5rjzFp_}f#){;nwOKO>K zjt5dR1JbmD1~~A_W>SAk1iXh!i>+YIET0CgJM#T_oy4_C)g&RM;~6rf8Isva;m-}H$ytIW}x{F3BTVQ>x+c{Q7~GvHgy`QCXh?LZSS zXG)m%3FOWU&FU4-(5=;NNJdFFjXoe43R`lf67zes8-X=SD;{r0DVMw*JaqTK$jag0N#~4h?1r*RR`l1c39Gc zG~u1#u%rnk#kIoY$q>Z#MrD{Xk(5Zqq3iJaoE3PI@{)??Z1D;#FzXc8<-{!g z6h9uALAvm285TfvEkkL;q2ss+uH4mM(4{2ExQ-zm(sAgbF+BK&(vmvni^BrBbwxMW zxRO{a(q}Qebp<0c6bzMXR4-u;J=zc9!&_G{VR8Ke?Q%6-2htd-%hD_MEfK-v2daHx zC~Y>w#!$u(G_gZhy@qEm7=q(Az+1--q$ALh3r_Q9@G>_226fmGNF9Lm59dCzgV8?k zVMicUY*PDt9zL*;9C!ezeabS9hvYV8c=Zi;F-U!vQ_+De6>V)Zp2T1lP~p9|ZsU+Sgl@|O-h1mNJ!ukrQGOs-tvQ8jlLl66 zL!$mWEz*Zqt+@;fuR*{=axTJ`(;fo3Uco6FB^-d)D>z8Qt9Mw4bqHKeT?dlg;qth? z8Vs{L>Hws7l+}f$sspn-s@SCV`A%8~t$p_spA_xe1OB13Z;M?{?FaIjC1%qU7Y|>v zw5bd|>oYubH5~Ywr7bJ2T;3h>Kzhpcei;2Wv@F0jfiAi2AMA%I1VrGfn-cT3scD#)j7%))a|A zIn5)G_E@N5_dC;Idu%?nVFICy`Cxl&zRbANd1Jp|3OG4glhR^zi6AE#$NW(Nha^Qa zK6DE|D&UX;JarnW)T#$u?E=15gV?i1ZU-0ma zkz_o*lAKhAvd}eBssnQhfJJgZMiaUXqKqdTNQ2?qDhi|_3|fTKPf#obHiR*Tgg3B& z4PgwyaU0-`E`mugtrfIAmljni;d)yE!~oJFM-aOB0#%kA=-}$+4KM;tFhOJ?+4pcS zG7epVkb|mzXM)KZi_9T(!GtrxWFbJB2VV$rZIB@ZDd5tqBGW1lGabui{wQP;q4N;Q zg0hpwz*l=5LB7J?GNYMF{69ltKVXcki ztY4X?UV?)*DOiIHgV2p2bWMn8lY%8WZV5F}zAnTdUf_mdAth~qFK}BVNXc;Khi2Bp zyEZIANtN;i0)Z4A;i0x@b4rlX)UXg19UY`-$q(H`hDAq*z__lfIj3(R>%1+GI-Jpz z0aeJX9*#Dp1{84Eb2VN0aGftS*02U>387r)3n74;2k`BqZ=I(L*qqJK;y<{~GY28} z5V|D*uJcUMaZBKBOW7Gjc1V}3MNTM5#`PVawz4Gmk>Rz8)kVo)PQw^MD~O%z&^(3v z3Sy59uW`Ukkv=(W1j=b1fox3C1zb6|dVaI0YEr+H0IwHNV@$X)RU8MyRP>Z0bZZOT zm?{nj++cV&B?9SlL1KbQASa}ZK&>gjK9_uIS z=(@3Wj>h;(j#rH7YAMJ5IT<{r!<3>;uV^&<&2{h2eq=q|MNzkb4ykXxp3#6qJyV$-ibCDD%@6f#dZhNl zpi75;j&`-f%8t{}b(Bce*YN2+Xul5bDxls|MDgo7DbhHa;9=1?>=(u~t_$o?HrJNj zmLRt5Y+q5#?{SRc?+b-t_!qs zp^^Xx`{_@-z#=6Dx6 zhPjl3G`w1dxs*fTa_Tye_D4$|c!r*yIm7nHJYuBp&@I-m{V`8uQsbNp_QqIKCX>>S zpGb3d04cy@ zaMWMM=Ij24pX!_3`SSQkBytR$Gy=5<<1F~6L#s&Pk>zwoHgE=P#l$XhE|o$*u3}&r zvxo-Pm_vFKBv?+;lEHE^;sr~qkYzm82Lo{V_u3+^4RD$Q)$~M$mbOXDNjXFGd$v3M0LB zXt|ix9{_X$_57;k5UAr!5%YB&B+C#J~onG*7;%Qa06*60(|CANq@u5(lcE8wl^TCCYu7{WD!`n9|zNT>rZC!pf#U~4Um2l**wpM z1JILD882m(S>oVfb8t;{mntOI;+H{8xF0#G6AUTo^xiG2(}kN2UTM}FjL$N?VF6 z=LF4#m+HiM5Ht%o35PS9nPcO)$*=)#j1&Wc5U07tBF4a1qnUC8ZO(H}wQ9Wg8V zBe?Kll&jP_0lsxpClMXL^ccctqUpmCjdyGoIXLj*QZc7*$c%Y1XgyoMhS0%li#DZq zjPTl`&4(AM3OoHpN)9x+=p8lAWpe3xRHvUez&mib)6Zkai(loc9;T~hRXx7-W906w pst1+cJ9<{tgUXE;yvj~fO!sh_o^ly=n%b1!@xrI6&4&}I{|C1T@~Hp- delta 366 zcmeBQ%eF*=!`CS&*qM=0aPq@;r^y#g6eiDOWS^YF#XYfxlZ~P0yKkx0#BS5c_A|sM z9}wo69ACsfIi4$GvIAoc4@CAB2O}e+;>3x{f2rGSgHl&hpKdip$r`XPFDkl5Ogo_rG!F>v=x@@I3n5|90Nj z7ZetkCzcdclt`ZOFCW8>9S^YmW6BCHy{ z-B-j2jo$97q8R@>D2IxsLkKoT1YqHKtGw`|t6D%^c|o z0rUd@r*UvL0`4TfX|swu?zlt#lYi*fO{php*6$N;p+C0hiUy0Bj3T#gK0YE(M{hNpnfi5gw;C~h=XZ|xp zJ(PY30uL>}uBz7b78(Pfi_JZ^s0bwaJ5<2d`@`KDz-sHlc%^7IIQXh4k~IEIs}(C3pbR}h9l5KPn{Lnv|^)a5n#(r7nPnC{u;N-Pm5v9 z?cU}l{QjncUOXexHaCJ9B{Ic(RAQKXYl6D-&G$m(#?z)u9%FCz!pIu|K1k@L+`Ioq zuu7C|VGf;-vM2^^LhESz=`J6t5orG@f-XNJ{4wt*KbGgiG0=n~f6g(fb8Pv3un*aI zZ2dl-JST<5EwS?L8-EDL=|83!>NmqRT<@caHSwPgOug>VRFCd|1@L7z9PxdcSrfkS zg&3eIKKPjKQKj`_;&%m|;gVWE6K!nj=wueN(X%MU%ytK~MrqqkYfaD;Ub@1M27M+f z&3bUmy%t56;|ARdWVpxvhlJa|t90r7S4R1V#CI?ZH*6S#$5xnuB1Ie!(VCTv zJ|OzBD)ZMh(XfMJW@k(UTZ;PlNWp=vMGjhV1iD%!65IG?w|?1@>>h?yEz8UR=HYXW z(A$HV5=O%)*(<`Z`U3l-ef1amgMn;w#N#!qTz-x*y>IWiWH7>xnT!srnq#o2Su+t_ z+RRaB-`?gSU{X0)d|J~DR-cYmM0k5Hmh%py!aZMjDDk3DGA2`O)}QK$uY9Sqx$DdR zs`hKPi!QkHRE9y+gb=A}kBHHv_=mqrf-)^WdyEs-+6Iw{Ez8Z}{^%|d=HuP)!e0hz zG#hq{IduFUb=zh*JiJ5n))3#kL-f_iC4C5icY!hEvO%BFEVNgB?%36Q};FyrQ7k&0n}DR8%Z#pBs)n z3cY^;X)K;7d|`zLBN9!y7uz-wu5mwbn~3r^@Jqpy;ZvAGyU`)mF;jxg3^20lgiE8evQ9{x)n90$<@I6~P1&J>Vz_xhrxliz z(S>2qQzO0Q6)`|#QZb87wIb7SwWiGX!p9E$;$z)>Pk(G=B&R;f#;1Cxj5E*dgOl6g z0sTI5Y1}rxBy)R{feT}fI@{MD7=Cm(!Xr8 z)STIrBvTJZ(ydKKa1Gil21A*5>}EDM!(`16B>N^2fnyHnx=A~r+bvEym}8*H3`xv? zCyb&t=(!T+zptYxW~0bA;+-jyW!@;v_UcSN=G7Cq()aSsE1LPk^!=e4%H1yrL&qiW z&h1mv*C1U$bqoSus|RWlN=IsgE{ht$$QcPd-8Ry9zy@GB} zhBh`xP)M)UxQ@M+G*%Nvg-j5gy8~o)?;{x})vx8`%DLNSmC2^jqEHN&j;|4SQFb4T z$564k75iy`Il5Y}&FRgxB8bkc7XEbhX_02Ow1yqM=wOv$%b!;XZZD~Qgg>m}K0;@T z>TBC?FREL%N67LDJ#QK{b;Mg+O>MkBj51GwUE6)hDTup0>QZuF?tCmd4Ne($J15-w zu#Io{cAH`__|?#jZv^0&H)P>1`ykHkbFk?>b110~!=P{*f9hxD{zyg`sq!OmxMoztO#a?6wGbtCyBv;*A$`jG$st2^h7- zpLUiSqB&5iw+QISB9U*h2%_D^MupnMKXE~8pb8Y?@`qcoCBmVYh~6}wU_R{`S6WhD zT2#<3*5KGpZEfT%v+?C*fpE~S$wt7=+o)xfI2&hmro%vzBBri)Xg?r(q5;{h0uCKdqb3n5Sh-mmMqVU|O;{ zr0a#GIY!wqGYuCu=4m#{Oc8)Nt8|C$Sv_apy4knDn2~e>?)N@EZ(hOT^7e3_u`(J5 z?o=Y$Hqq2wdy72Ji6Lrr7I4Y*SO#ZT>aEVo%C=T#j^TFAB&=jlu=K{2%XFbvFH2@r z99@81;d}Cbj6z&$T%t)ZCPe3=X|4irt@)_AH z!Ah5Bf}JL2!ZmD2aMPtsu;HlQ9y-4ea%n;q1XFw#jKlQ~H*Lv+@0IU7&+~VOv*90Y zS7&E~_egRbSN=qp9T}Z`60WPcwiJ+C$;K1L7Y^BCR z$iu5W1L%wSFvj2yuk`GJnU8qz*3fveXT#liKGa!L$ZyzF-1Jx>{M`0xbgv#%w-Elx zdtO1dCzzSy@My`1gMakIPZI}I`ZLTBUr<0X{9AtMb(KK4x<%f$74sr9=z~)DM0r-X z2toiogWYt#j2Dt(ett2F+3xg^`$eX|+Zj$xNTy%t6(GLSQ7<<5?^(5fsWF^zkMPNBSQkcpnr-7#sX zKiQsxK&pNgCMfTuybj&Hx1QxWCtteB{cH7GFXNiokd~n;abyOqZ&0WN;>)7~r6sT% zEanAjMup&vQ5#fgC3)hgs2V0Jnw?(_HoAKQ&qiIll}~$6(|QP@x7Wjil61`;UORGw zM2kITHN7}ZcreM6MDvl&P+8z1gcSLv_br6MDm#oID_J)(W^z3}@TSK@BW*mRRe(Ij zW22xNetvc{q$}S|s)7Denrkq1xcU-hZ-M*dGgh6Ij&FfW%0Gz;a6PZm*ZlWW6K7 z+x)7;cSAw~-pcBR=O#~Pu|=vKVF$pC9#)D>)(O}ES?0f z>uqpKK_w9X3Zj@DU`JD@4VIgOWddB&h}_{sx!4PU5^I6 zAMJ_(?rV8@rtEH;xR_!x#syLBnWS(R#4D9sTeCR1KUX?2v0Mz>{^Bv+n zdeF52hMaE>0B%t!Ih#Dv5zy6A(5cRxO8xR6gD`Zn=xvxA-7K>@Q@hjQM9@1UmlHwD zS?LEq%bZSiIH@(j5=m#14IZx~vz;wi!<7_qo3n{p27^m&<8*tbAjNv^s4S_BcW4FkPULHlM3ASV#&3Y4wy(HX|8b?Fd|AY3{V2j?k zrVuXnIJLtY;;uzDTTG!nYezehtDqnzjSbow4JIiOeBJ~#%nZV$0gd=G0KOX0&> zoPQ~!$A^5g@Bilvoi>EZSg^Pte{NyP{PubI{#1z9Y*U_#*yVxgCeK*VqOqV=9<*UB zaOt5UaMit#gLTKubi61h(sJ8Wn{p#9jvwR~NXX4p-PwM1&{ zPL8!`I-}G+mf0rzwiG*&j}!(@G#E{~)8Y#?_g$7OlWi`#kOp^Z%sJyM+^1BIKasPq zWsMBgQNDm3zoep|q`Z(DL0mN^xs#N$W7WXvN*3JaX9i*GO(*daXImuoqZI-c8D1uuDp6N66^&+;OFg+xM@?`o64gl}W>b z_hF`Kn)l^b4o=H+wahhG4BcOgeF!#(bie>qv)?-s)6nfky2+W zXD&hjPFkV|oW_gF8BIA@N%|U!)q0-woMJ|f{BFA~Qc1m*CCNnew^q@X>mrUH!DuaBOeNPaU!pC8kkY= zXnPI(?tbB;ff=;t6BDqb6BCWjYAj}2SHP%2Y+0cAv<1fm^n117`7`z2B_cxsnzi!hTzfM>2)j zFxN&N;qSu-uPJ{E^=86CMVYYCADhhDnOO)o zDMrx2EJRRO7Cv)RypZjtSd-0)dpeLvEDEHg<9LJHvXRD)V;;99jKXuU-=*3X`f=_I zb$ULRtL>WMD|srzck(zxb1y8k{sa~n`Tywz_rhFb3+>KFs3AR;&$WBK*qm?HNkp6S zwNjKFRvJ8s!)|VF+YxF~45Mpygy{%+nRcWhfLQKFAD+S+E>N)0cc&0(Tpv}y05C(+ zLN69#p&?BwghprYn1dTC!n{y7Fbe!GqTV7bqM{-kbnA9{F%}sP>x)rsYkxmMObu-< z<@V?>Fr-r@I8UC%a}0528RrmRro@S5C~_+^t9VgTIp&$l5J?Bi5JIWtIO>LvofT?8 z4ppFp)_gmAi5x`>Wq*McMj$<3V9Z&Sa*fNs>@=bb>AKTg71c5!9j(Ir8LMKY{wlUE zt>WgXsb-TOlKo4CpN20PU20lc`kHamxW?U4z!Epjsa82ysu@_W(wAzKbZrew%~x7! zZ!LmoYpp8i-)s5a1INwneOd>fX)KXbhdfhX7S?lL%Fie_XU}k7TnC(0yy#jz!i+>7 z*Q1(xhRrvvYCt$eH7GAj8_+mi#hdmvBG^qYLO--S8>CY(g*PE&#uh}Ae-jgH=f9X( zo#1L|LYN6O3#h&c3mmf(T+dw5+5~@!$uFackjC?AEenl8ZD__BC(*Eql^$Q5p(O_{GUX^z z5qf?td`0$G%2nxCTqD(%_$zpxMq3axV~s2n-^w-ozJ}q2sT-&Cy*wDsI)46B1V-q{|_I>SwiY1O1 z_%whzzDBwepVB0RhHkj5vBeIPh?_X>Hd>$FnxT)&Zy`^tq~EnOie77nuh>icwcm}r z)^xZnw}cL6&$lly+52a6d@K(XfOWz`%*9|Qr@p&WrT$sxv}JAUQVlHbLcWNnyxTy0 zXE%p3Fk!T`p?CUg=jLtJP|H!*pr#(>@pca*Rk0;Y6HRksrHywO;!E!^Jt_iZ9VPj;>pPXY_QJI-KOG|sGItQiko>D9=$ zQnqhT*`db%#tX{Es@p`;FD8(NWZRoQu@v+KD?N)_>-O-&`d3eoEy3uaOO{c}B-88K zN%(k1RSTUBlgM$TvME2IGCDVA9JA=%0uJO4hcF_4?>)@p@`(+Pj024i{P_*<(DZ9U zfOg>sJk&|*FmE(L8~ z-iz$LIsr>88*na7TBMzYC9Q;=v$QYl>1N|Z@ z$P*fRsKlXq(zO%#x6}~t#KL^0h^c(&b`w_-M@#JZ&P7AMBquRT<5IpN!z59t(}m7h zwVon`E3wFHVF{w;iS}VB=BbYZW$@8IoUzFVowrV9*~BllcVr+s%V`r8NKocUmH3hT z5RuT*)BN)5Xyz9$(?T+hR3Vf;uENia#56weR2H&ao|;uty@<1~|0n-%%p6l{HU4Kl zuou?|4S^};gg&ihTnyD>zzA3ytz$L$!HHKtDn4clc5g$-|Gq%V8tN0nCu3+HkDT@qsh-kho zrdbf-zuJl*rO!v!HK&;Z?iU^$``twaZmf`Kbg>U3IBn}4RnHhLtxw=iMeRfnw8IZzm3G8+@X~mhsG$-k`g#d;?2_UJ9sqv& ze?Z-Xc#j=kAHhqsc}VqCW7G<8absf0i{GwdK{%cd!tfs>x}nB~%hkQyWG^jt4A00D dje!u%9~vj@ocXjTsyTb?lhEvwv)}vc{{eyGI~@Q3 From e5f0d3b8ff04c6026394ff330d2ce4f94094d13d Mon Sep 17 00:00:00 2001 From: Rebar Ahmad Date: Sun, 19 Jun 2022 18:53:28 +0200 Subject: [PATCH 3/8] Add Css for webview to behave like mobile --- .../FlutterUnityIntegration/Editor/Build.cs | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs b/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs index d16c958d5..1da17dee6 100644 --- a/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs +++ b/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs @@ -249,12 +249,38 @@ private static void ModifyWebGLExport() }); "); - indexHtmlText = indexHtmlText.Replace("}).then((unityInstance) => {", @" + indexHtmlText = indexHtmlText.Replace("canvas.style.width = \"960px\";", "canvas.style.width = \"100%\";"); + indexHtmlText = indexHtmlText.Replace("canvas.style.height = \"600px\";", "canvas.style.height = \"100%\";"); + + indexHtmlText = indexHtmlText.Replace("}).then((unityInstance) => {", @" }).then((unityInstance) => { window.parent.postMessage('unityReady', '*'); mainUnityInstance = unityInstance; "); - File.WriteAllText(indexFile, indexHtmlText); + File.WriteAllText(indexFile, indexHtmlText); + + /// Modidy style.css + var cssFile = Path.Combine($"{WebExportPath}/TemplateData", "style.css"); + var fullScreenCss = File.ReadAllText(cssFile); + fullScreenCss = @" + body { padding: 0; margin: 0; overflow: hidden; } + #unity-container { position: absolute } + #unity-container.unity-desktop { width: 100%; height: 100% } + #unity-container.unity-mobile { width: 100%; height: 100% } + #unity-canvas { background: #231F20 } + .unity-mobile #unity-canvas { width: 100%; height: 100% } + #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none } + #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } + #unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center } + #unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center } + #unity-footer { display: none } + .unity-mobile #unity-footer { display: none } + #unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center } + #unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px } + #unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center } + #unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none } + "; + File.WriteAllText(cssFile, fullScreenCss); } private static void ModifyAndroidGradle(bool isPlugin) From b02edef1cd9ff6016773052ddea9ae9e82f0a924 Mon Sep 17 00:00:00 2001 From: Rebar Ahmad Date: Sun, 19 Jun 2022 18:58:25 +0200 Subject: [PATCH 4/8] add postProcess after message sent --- lib/src/web/web_unity_widget_controller.dart | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/src/web/web_unity_widget_controller.dart b/lib/src/web/web_unity_widget_controller.dart index 665d64b1d..a6535539d 100644 --- a/lib/src/web/web_unity_widget_controller.dart +++ b/lib/src/web/web_unity_widget_controller.dart @@ -207,6 +207,18 @@ class WebUnityWidgetController extends UnityWidgetController { }), ); html.window.dispatchEvent(_unityFlutterBiding); + postProcess(); + } + } + + /// This method makes sure Unity has been refreshed and is ready to receive further messages. + void postProcess() { + html.Element? frame = html.document + .querySelector('flt-platform-view') + ?.querySelector('iframe'); + + if (frame != null) { + (frame as html.IFrameElement).focus(); } } From abfe8f22a4ba885026acaeb72485e689b16115d2 Mon Sep 17 00:00:00 2001 From: Rebar Ahmad Date: Sun, 19 Jun 2022 19:09:56 +0200 Subject: [PATCH 5/8] Add Log to indicate successful exports --- .../Assets/FlutterUnityIntegration/Editor/Build.cs | 8 ++++++++ .../UnityServicesProjectConfiguration.json | 1 + .../UnityServicesProjectConfiguration.json.meta | 7 +++++++ .../DemoApp/ProjectSettings/EditorBuildSettings.asset | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json create mode 100644 example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json.meta diff --git a/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs b/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs index 1da17dee6..844ca99ad 100644 --- a/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs +++ b/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs @@ -134,6 +134,8 @@ private static void BuildWindowsOS(String path) if (report.summary.result != BuildResult.Succeeded) throw new Exception("Build failed"); + + Debug.Log("-- Windows Build: SUCCESSFUL --"); } private static void BuildWebGL(String path) @@ -165,6 +167,8 @@ private static void BuildWebGL(String path) // Copy(path, WebExportPath); ModifyWebGLExport(); + + Debug.Log("-- WebGL Build: SUCCESSFUL --"); } private static void DoBuildAndroid(String buildPath, bool isPlugin) @@ -208,6 +212,8 @@ private static void DoBuildAndroid(String buildPath, bool isPlugin) { SetupAndroidProject(); } + + Debug.Log("-- Android Build: SUCCESSFUL --"); } private static void ModifyWebGLExport() @@ -347,6 +353,8 @@ private static void BuildIOS(String path) if (report.summary.result != BuildResult.Succeeded) throw new Exception("Build failed"); + + Debug.Log("-- iOS Build: SUCCESSFUL --"); } //#endregion diff --git a/example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json b/example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json new file mode 100644 index 000000000..2f550eefe --- /dev/null +++ b/example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json @@ -0,0 +1 @@ +{"Keys":["com.unity.services.core.version"],"Values":[{"m_Value":"1.3.1","m_IsReadOnly":true}]} \ No newline at end of file diff --git a/example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json.meta b/example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json.meta new file mode 100644 index 000000000..a7fe09fa5 --- /dev/null +++ b/example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 70214538b791f492c82caa438ab7752d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset b/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset index 555e1aacc..0baab24f6 100644 --- a/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset +++ b/example/unity/DemoApp/ProjectSettings/EditorBuildSettings.asset @@ -15,7 +15,7 @@ EditorBuildSettings: path: Assets/FlutterUnityIntegration/Demo/Scenes/NativeScene.unity guid: 93c501e08eb4d4ac2a924b592f00449b m_configObjects: - UnityEditor.XR.ARCore.ARCoreSettings: {fileID: 11400000, guid: 52a98e01cda81479ca8f1ff9e7458702, + UnityEditor.XR.ARCore.ARCoreSettings: {fileID: 11400000, guid: 8f5889365231748418ef46f4020bd9dd, type: 2} UnityEditor.XR.ARKit.ARKitSettings: {fileID: 11400000, guid: 5719f42c4a6f041e8aa9588ee2976b7c, type: 2} From 04dc68dc610cb3007d7df211405bfdae2529313f Mon Sep 17 00:00:00 2001 From: Rebar Ahmad Date: Sun, 19 Jun 2022 23:26:12 +0200 Subject: [PATCH 6/8] Fix char-space for web build --- .../DemoApp/.vs/DemoApp/xs/UserPrefs.xml | 2 +- .../FlutterUnityIntegration/Editor/Build.cs | 94 ++--- .../UnityServicesProjectConfiguration.json | 1 - ...nityServicesProjectConfiguration.json.meta | 7 - .../Layouts/CurrentMaximizeLayout.dwlt | 392 +++++++++--------- ...harp-Editor.csproj.AssemblyReference.cache | Bin 104079 -> 2734 bytes ...mbly-CSharp.csproj.AssemblyReference.cache | Bin 240940 -> 182628 bytes 7 files changed, 244 insertions(+), 252 deletions(-) delete mode 100644 example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json delete mode 100644 example/unity/DemoApp/Assets/StreamingAssets/UnityServicesProjectConfiguration.json.meta diff --git a/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml b/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml index 389002091..21ccdd00b 100644 --- a/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml +++ b/example/unity/DemoApp/.vs/DemoApp/xs/UserPrefs.xml @@ -7,7 +7,7 @@ - + diff --git a/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs b/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs index 844ca99ad..52520fdcd 100644 --- a/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs +++ b/example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs @@ -223,37 +223,37 @@ private static void ModifyWebGLExport() var indexHtmlText = File.ReadAllText(indexFile); indexHtmlText = indexHtmlText.Replace("