diff --git a/Unity/t4-urbanisme/Assembly-CSharp.csproj b/Unity/t4-urbanisme/Assembly-CSharp.csproj index fdb47c87ebad579e80a9f5871980cacf4e861c65..f44d706f9ec9e28993fe5df26338a3345263e2ae 100644 --- a/Unity/t4-urbanisme/Assembly-CSharp.csproj +++ b/Unity/t4-urbanisme/Assembly-CSharp.csproj @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> - <LangVersion>8.0</LangVersion> + <LangVersion>latest</LangVersion> + <CscToolPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Tools\RoslynScripts</CscToolPath> + <CscToolExe>unity_csc.bat</CscToolExe> </PropertyGroup> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -44,38 +46,25 @@ <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades> <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades> </PropertyGroup> - <PropertyGroup> - <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> - <UnityProjectGenerator>Package</UnityProjectGenerator> - <UnityProjectGeneratorVersion>2.0.7</UnityProjectGeneratorVersion> - <UnityProjectType>Game:1</UnityProjectType> - <UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget> - <UnityVersion>2020.3.1f1</UnityVersion> - </PropertyGroup> - <ItemGroup> - <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" /> - </ItemGroup> - <ItemGroup> - <Compile Include="Assets\scripts\ActionWorld.cs" /> - <Compile Include="Assets\scripts\folowCarre.cs" /> - <Compile Include="Assets\scripts\DontDestroyOnLoadScene.cs" /> - <Compile Include="Assets\scripts\follow.cs" /> - <Compile Include="Assets\scripts\AudioManager.cs" /> - <Compile Include="Assets\scripts\Action.cs" /> - <Compile Include="Assets\scripts\PauseMenu.cs" /> - <Compile Include="Assets\scripts\LoadSpecificScene.cs" /> - <Compile Include="Assets\scripts\ActionAsset.cs" /> - <Compile Include="Assets\scripts\CameraMenu.cs" /> - <Compile Include="Assets\scripts\FonduAuNoir.cs" /> - <Compile Include="Assets\scripts\Script_score.cs" /> - <Compile Include="Assets\scripts\SettingsMenu.cs" /> - <Compile Include="Assets\scripts\PlayerMovement.cs" /> - <Compile Include="Assets\scripts\SpawnPlayer.cs" /> - <Compile Include="Assets\scripts\DestroyOnLaod.cs" /> - <Compile Include="Assets\scripts\Menu.cs" /> - <Compile Include="Assets\scripts\Credits.cs" /> - </ItemGroup> <ItemGroup> + <Compile Include="Assets\scripts\ActionWorld.cs" /> + <Compile Include="Assets\scripts\folowCarre.cs" /> + <Compile Include="Assets\scripts\DontDestroyOnLoadScene.cs" /> + <Compile Include="Assets\scripts\follow.cs" /> + <Compile Include="Assets\scripts\AudioManager.cs" /> + <Compile Include="Assets\scripts\Action.cs" /> + <Compile Include="Assets\scripts\PauseMenu.cs" /> + <Compile Include="Assets\scripts\LoadSpecificScene.cs" /> + <Compile Include="Assets\scripts\ActionAsset.cs" /> + <Compile Include="Assets\scripts\CameraMenu.cs" /> + <Compile Include="Assets\scripts\FonduAuNoir.cs" /> + <Compile Include="Assets\scripts\Script_score.cs" /> + <Compile Include="Assets\scripts\SettingsMenu.cs" /> + <Compile Include="Assets\scripts\PlayerMovement.cs" /> + <Compile Include="Assets\scripts\SpawnPlayer.cs" /> + <Compile Include="Assets\scripts\DestroyOnLaod.cs" /> + <Compile Include="Assets\scripts\Menu.cs" /> + <Compile Include="Assets\scripts\Credits.cs" /> <None Include="Assets\TextMesh Pro\Shaders\TMPro.cginc" /> <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Overlay.shader" /> <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap.shader" /> @@ -97,665 +86,664 @@ <None Include="Assets\TextMesh Pro\Fonts\LiberationSans - OFL.txt" /> <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile.shader" /> <None Include="Assets\TextMesh Pro\Shaders\TMP_Sprite.shader" /> - <Reference Include="UnityEngine"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.AIModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ARModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.AccessibilityModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.AndroidJNIModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.AnimationModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.AssetBundleModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.AudioModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ClothModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ClusterInputModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ClusterRendererModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.CoreModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.CrashReportingModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.DSPGraphModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.DirectorModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.GIModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.GameCenterModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.GridModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.HotReloadModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.IMGUIModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ImageConversionModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.InputModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.InputLegacyModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.JSONSerializeModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.LocalizationModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ParticleSystemModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.PerformanceReportingModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.PhysicsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.Physics2DModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ProfilerModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.ScreenCaptureModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.SharedInternalsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.SpriteMaskModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.SpriteShapeModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.StreamingModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.SubstanceModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.SubsystemsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.TLSModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.TerrainModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.TerrainPhysicsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.TextCoreModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.TextRenderingModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.TilemapModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UIModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UIElementsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UIElementsNativeModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UNETModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UmbraModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityAnalyticsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityConnectModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityCurlModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityTestProtocolModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityWebRequestModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityWebRequestAudioModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityWebRequestTextureModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UnityWebRequestWWWModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.VFXModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.VRModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.VehiclesModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.VideoModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.VirtualTexturingModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.WindModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.XRModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.CoreModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.GraphViewModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.PackageManagerUIModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.SceneTemplateModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.UIElementsModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.UIElementsSamplesModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.UIServiceModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.UnityConnectModule"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath> - </Reference> - <Reference Include="netstandard"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\ref\2.0.0\netstandard.dll</HintPath> - </Reference> - <Reference Include="Microsoft.Win32.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\Microsoft.Win32.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.AppContext"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.AppContext.dll</HintPath> - </Reference> - <Reference Include="System.Collections.Concurrent"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.Concurrent.dll</HintPath> - </Reference> - <Reference Include="System.Collections"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.dll</HintPath> - </Reference> - <Reference Include="System.Collections.NonGeneric"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.NonGeneric.dll</HintPath> - </Reference> - <Reference Include="System.Collections.Specialized"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.Specialized.dll</HintPath> - </Reference> - <Reference Include="System.ComponentModel"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.dll</HintPath> - </Reference> - <Reference Include="System.ComponentModel.EventBasedAsync"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll</HintPath> - </Reference> - <Reference Include="System.ComponentModel.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.ComponentModel.TypeConverter"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.TypeConverter.dll</HintPath> - </Reference> - <Reference Include="System.Console"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Console.dll</HintPath> - </Reference> - <Reference Include="System.Data.Common"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Data.Common.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.Contracts"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Contracts.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.Debug"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Debug.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.FileVersionInfo"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.Process"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Process.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.StackTrace"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.StackTrace.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.TextWriterTraceListener"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.Tools"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Tools.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.TraceSource"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.TraceSource.dll</HintPath> - </Reference> - <Reference Include="System.Diagnostics.Tracing"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Tracing.dll</HintPath> - </Reference> - <Reference Include="System.Drawing.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Drawing.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.Dynamic.Runtime"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Dynamic.Runtime.dll</HintPath> - </Reference> - <Reference Include="System.Globalization.Calendars"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.Calendars.dll</HintPath> - </Reference> - <Reference Include="System.Globalization"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.dll</HintPath> - </Reference> - <Reference Include="System.Globalization.Extensions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.Extensions.dll</HintPath> - </Reference> - <Reference Include="System.IO.Compression"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Compression.dll</HintPath> - </Reference> - <Reference Include="System.IO.Compression.ZipFile"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Compression.ZipFile.dll</HintPath> - </Reference> - <Reference Include="System.IO"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.dll</HintPath> - </Reference> - <Reference Include="System.IO.FileSystem"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.dll</HintPath> - </Reference> - <Reference Include="System.IO.FileSystem.DriveInfo"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll</HintPath> - </Reference> - <Reference Include="System.IO.FileSystem.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.IO.FileSystem.Watcher"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.Watcher.dll</HintPath> - </Reference> - <Reference Include="System.IO.IsolatedStorage"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.IsolatedStorage.dll</HintPath> - </Reference> - <Reference Include="System.IO.MemoryMappedFiles"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.MemoryMappedFiles.dll</HintPath> - </Reference> - <Reference Include="System.IO.Pipes"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Pipes.dll</HintPath> - </Reference> - <Reference Include="System.IO.UnmanagedMemoryStream"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll</HintPath> - </Reference> - <Reference Include="System.Linq"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.dll</HintPath> - </Reference> - <Reference Include="System.Linq.Expressions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Expressions.dll</HintPath> - </Reference> - <Reference Include="System.Linq.Parallel"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Parallel.dll</HintPath> - </Reference> - <Reference Include="System.Linq.Queryable"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Queryable.dll</HintPath> - </Reference> - <Reference Include="System.Net.Http"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Http.dll</HintPath> - </Reference> - <Reference Include="System.Net.NameResolution"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.NameResolution.dll</HintPath> - </Reference> - <Reference Include="System.Net.NetworkInformation"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.NetworkInformation.dll</HintPath> - </Reference> - <Reference Include="System.Net.Ping"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Ping.dll</HintPath> - </Reference> - <Reference Include="System.Net.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.Net.Requests"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Requests.dll</HintPath> - </Reference> - <Reference Include="System.Net.Security"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Security.dll</HintPath> - </Reference> - <Reference Include="System.Net.Sockets"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Sockets.dll</HintPath> - </Reference> - <Reference Include="System.Net.WebHeaderCollection"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebHeaderCollection.dll</HintPath> - </Reference> - <Reference Include="System.Net.WebSockets.Client"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebSockets.Client.dll</HintPath> - </Reference> - <Reference Include="System.Net.WebSockets"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebSockets.dll</HintPath> - </Reference> - <Reference Include="System.ObjectModel"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ObjectModel.dll</HintPath> - </Reference> - <Reference Include="System.Reflection"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.dll</HintPath> - </Reference> - <Reference Include="System.Reflection.Extensions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.Extensions.dll</HintPath> - </Reference> - <Reference Include="System.Reflection.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.Resources.Reader"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.Reader.dll</HintPath> - </Reference> - <Reference Include="System.Resources.ResourceManager"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.ResourceManager.dll</HintPath> - </Reference> - <Reference Include="System.Resources.Writer"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.Writer.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.CompilerServices.VisualC"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll</HintPath> - </Reference> - <Reference Include="System.Runtime"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Extensions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Extensions.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Handles"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Handles.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.InteropServices"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.InteropServices.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.InteropServices.RuntimeInformation"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Numerics"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Numerics.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Serialization.Formatters"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Serialization.Json"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Json.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Serialization.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Serialization.Xml"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Xml.dll</HintPath> - </Reference> - <Reference Include="System.Security.Claims"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Claims.dll</HintPath> - </Reference> - <Reference Include="System.Security.Cryptography.Algorithms"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll</HintPath> - </Reference> - <Reference Include="System.Security.Cryptography.Csp"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Csp.dll</HintPath> - </Reference> - <Reference Include="System.Security.Cryptography.Encoding"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Encoding.dll</HintPath> - </Reference> - <Reference Include="System.Security.Cryptography.Primitives"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Primitives.dll</HintPath> - </Reference> - <Reference Include="System.Security.Cryptography.X509Certificates"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll</HintPath> - </Reference> - <Reference Include="System.Security.Principal"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Principal.dll</HintPath> - </Reference> - <Reference Include="System.Security.SecureString"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.SecureString.dll</HintPath> - </Reference> - <Reference Include="System.Text.Encoding"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.Encoding.dll</HintPath> - </Reference> - <Reference Include="System.Text.Encoding.Extensions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.Encoding.Extensions.dll</HintPath> - </Reference> - <Reference Include="System.Text.RegularExpressions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.RegularExpressions.dll</HintPath> - </Reference> - <Reference Include="System.Threading"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.dll</HintPath> - </Reference> - <Reference Include="System.Threading.Overlapped"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Overlapped.dll</HintPath> - </Reference> - <Reference Include="System.Threading.Tasks"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Tasks.dll</HintPath> - </Reference> - <Reference Include="System.Threading.Tasks.Parallel"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Tasks.Parallel.dll</HintPath> - </Reference> - <Reference Include="System.Threading.Thread"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Thread.dll</HintPath> - </Reference> - <Reference Include="System.Threading.ThreadPool"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.ThreadPool.dll</HintPath> - </Reference> - <Reference Include="System.Threading.Timer"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Timer.dll</HintPath> - </Reference> - <Reference Include="System.ValueTuple"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ValueTuple.dll</HintPath> - </Reference> - <Reference Include="System.Xml.ReaderWriter"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.ReaderWriter.dll</HintPath> - </Reference> - <Reference Include="System.Xml.XDocument"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XDocument.dll</HintPath> - </Reference> - <Reference Include="System.Xml.XmlDocument"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XmlDocument.dll</HintPath> - </Reference> - <Reference Include="System.Xml.XmlSerializer"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XmlSerializer.dll</HintPath> - </Reference> - <Reference Include="System.Xml.XPath"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XPath.dll</HintPath> - </Reference> - <Reference Include="System.Xml.XPath.XDocument"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XPath.XDocument.dll</HintPath> - </Reference> - <Reference Include="System.Numerics.Vectors"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Numerics.Vectors.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.InteropServices.WindowsRuntime"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath> - </Reference> - <Reference Include="mscorlib"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\mscorlib.dll</HintPath> - </Reference> - <Reference Include="System.ComponentModel.Composition"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.ComponentModel.Composition.dll</HintPath> - </Reference> - <Reference Include="System.Core"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Core.dll</HintPath> - </Reference> - <Reference Include="System.Data"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Data.dll</HintPath> - </Reference> - <Reference Include="System"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.dll</HintPath> - </Reference> - <Reference Include="System.Drawing"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Drawing.dll</HintPath> - </Reference> - <Reference Include="System.IO.Compression.FileSystem"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.IO.Compression.FileSystem.dll</HintPath> - </Reference> - <Reference Include="System.Net"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Net.dll</HintPath> - </Reference> - <Reference Include="System.Numerics"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Numerics.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.Serialization"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Runtime.Serialization.dll</HintPath> - </Reference> - <Reference Include="System.ServiceModel.Web"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.ServiceModel.Web.dll</HintPath> - </Reference> - <Reference Include="System.Transactions"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Transactions.dll</HintPath> - </Reference> - <Reference Include="System.Web"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Web.dll</HintPath> - </Reference> - <Reference Include="System.Windows"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Windows.dll</HintPath> - </Reference> - <Reference Include="System.Xml"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.dll</HintPath> - </Reference> - <Reference Include="System.Xml.Linq"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.Linq.dll</HintPath> - </Reference> - <Reference Include="System.Xml.Serialization"> - <HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.Serialization.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Animation.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Animation.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.InternalAPIEngineBridge.001"> - <HintPath>Library\ScriptAssemblies\Unity.InternalAPIEngineBridge.001.dll</HintPath> - </Reference> - <Reference Include="Unity.VSCode.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.PixelPerfect"> - <HintPath>Library\ScriptAssemblies\Unity.2D.PixelPerfect.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Tilemap.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Tilemap.Editor.dll</HintPath> - </Reference> - <Reference Include="PsdPlugin"> - <HintPath>Library\ScriptAssemblies\PsdPlugin.dll</HintPath> - </Reference> - <Reference Include="Unity.TextMeshPro.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.VisualStudio.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.Timeline"> - <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath> - </Reference> - <Reference Include="Unity.TextMeshPro"> - <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.IK.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.IK.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Sprite.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Psdimporter.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Psdimporter.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Path.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Path.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.InternalAPIEditorBridge.001"> - <HintPath>Library\ScriptAssemblies\Unity.InternalAPIEditorBridge.001.dll</HintPath> - </Reference> - <Reference Include="UnityEditor.UI"> - <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath> - </Reference> - <Reference Include="Unity.Rider.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath> - </Reference> - <Reference Include="UnityEngine.UI"> - <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath> - </Reference> - <Reference Include="Unity.Mathematics"> - <HintPath>Library\ScriptAssemblies\Unity.Mathematics.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.IK.Runtime"> - <HintPath>Library\ScriptAssemblies\Unity.2D.IK.Runtime.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Animation.Triangle.Runtime"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Animation.Triangle.Runtime.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Animation.Runtime"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Animation.Runtime.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.PixelPerfect.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.PixelPerfect.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.Timeline.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.Mathematics.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.Mathematics.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Common.Runtime"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Common.Runtime.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.SpriteShape.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.SpriteShape.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.Common.Editor"> - <HintPath>Library\ScriptAssemblies\Unity.2D.Common.Editor.dll</HintPath> - </Reference> - <Reference Include="Unity.2D.SpriteShape.Runtime"> - <HintPath>Library\ScriptAssemblies\Unity.2D.SpriteShape.Runtime.dll</HintPath> - </Reference> + <Reference Include="UnityEngine"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AIModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ARModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AccessibilityModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AndroidJNIModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AnimationModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AssetBundleModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AudioModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ClothModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ClusterInputModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ClusterRendererModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.CoreModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.CrashReportingModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.DSPGraphModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.DirectorModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.GIModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.GameCenterModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.GridModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.HotReloadModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.IMGUIModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ImageConversionModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.InputModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.InputLegacyModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.JSONSerializeModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.LocalizationModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ParticleSystemModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.PerformanceReportingModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.PhysicsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.Physics2DModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ProfilerModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ScreenCaptureModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SharedInternalsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SpriteMaskModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SpriteShapeModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.StreamingModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SubstanceModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SubsystemsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TLSModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TerrainModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TerrainPhysicsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TextCoreModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TextRenderingModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TilemapModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UIModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UIElementsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UIElementsNativeModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UNETModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UmbraModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityAnalyticsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityConnectModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityCurlModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityTestProtocolModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestAudioModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestTextureModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestWWWModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VFXModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VRModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VehiclesModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VideoModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VirtualTexturingModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.WindModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.XRModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.CoreModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.GraphViewModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.PackageManagerUIModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.SceneTemplateModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UIElementsModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UIElementsSamplesModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UIServiceModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIServiceModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UnityConnectModule"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath> + </Reference> + <Reference Include="netstandard"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Win32.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.AppContext"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll</HintPath> + </Reference> + <Reference Include="System.Collections.Concurrent"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath> + </Reference> + <Reference Include="System.Collections"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll</HintPath> + </Reference> + <Reference Include="System.Collections.NonGeneric"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath> + </Reference> + <Reference Include="System.Collections.Specialized"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.EventBasedAsync"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.TypeConverter"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath> + </Reference> + <Reference Include="System.Console"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll</HintPath> + </Reference> + <Reference Include="System.Data.Common"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Contracts"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Debug"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.FileVersionInfo"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Process"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.StackTrace"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.TextWriterTraceListener"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Tools"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.TraceSource"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Tracing"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath> + </Reference> + <Reference Include="System.Drawing.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Dynamic.Runtime"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath> + </Reference> + <Reference Include="System.Globalization.Calendars"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath> + </Reference> + <Reference Include="System.Globalization"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll</HintPath> + </Reference> + <Reference Include="System.Globalization.Extensions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.IO.Compression"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll</HintPath> + </Reference> + <Reference Include="System.IO.Compression.ZipFile"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath> + </Reference> + <Reference Include="System.IO"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem.DriveInfo"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem.Watcher"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath> + </Reference> + <Reference Include="System.IO.IsolatedStorage"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath> + </Reference> + <Reference Include="System.IO.MemoryMappedFiles"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath> + </Reference> + <Reference Include="System.IO.Pipes"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll</HintPath> + </Reference> + <Reference Include="System.IO.UnmanagedMemoryStream"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath> + </Reference> + <Reference Include="System.Linq"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll</HintPath> + </Reference> + <Reference Include="System.Linq.Expressions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll</HintPath> + </Reference> + <Reference Include="System.Linq.Parallel"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll</HintPath> + </Reference> + <Reference Include="System.Linq.Queryable"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll</HintPath> + </Reference> + <Reference Include="System.Net.Http"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll</HintPath> + </Reference> + <Reference Include="System.Net.NameResolution"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll</HintPath> + </Reference> + <Reference Include="System.Net.NetworkInformation"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath> + </Reference> + <Reference Include="System.Net.Ping"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll</HintPath> + </Reference> + <Reference Include="System.Net.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Net.Requests"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll</HintPath> + </Reference> + <Reference Include="System.Net.Security"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll</HintPath> + </Reference> + <Reference Include="System.Net.Sockets"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll</HintPath> + </Reference> + <Reference Include="System.Net.WebHeaderCollection"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath> + </Reference> + <Reference Include="System.Net.WebSockets.Client"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath> + </Reference> + <Reference Include="System.Net.WebSockets"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll</HintPath> + </Reference> + <Reference Include="System.ObjectModel"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll</HintPath> + </Reference> + <Reference Include="System.Reflection"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Extensions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Resources.Reader"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll</HintPath> + </Reference> + <Reference Include="System.Resources.ResourceManager"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath> + </Reference> + <Reference Include="System.Resources.Writer"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.CompilerServices.VisualC"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath> + </Reference> + <Reference Include="System.Runtime"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Extensions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Handles"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.RuntimeInformation"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Numerics"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Formatters"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Json"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Xml"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath> + </Reference> + <Reference Include="System.Security.Claims"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Algorithms"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Csp"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Encoding"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Primitives"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.X509Certificates"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath> + </Reference> + <Reference Include="System.Security.Principal"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll</HintPath> + </Reference> + <Reference Include="System.Security.SecureString"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll</HintPath> + </Reference> + <Reference Include="System.Text.Encoding"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll</HintPath> + </Reference> + <Reference Include="System.Text.Encoding.Extensions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Text.RegularExpressions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath> + </Reference> + <Reference Include="System.Threading"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Overlapped"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Parallel"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Thread"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll</HintPath> + </Reference> + <Reference Include="System.Threading.ThreadPool"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Timer"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll</HintPath> + </Reference> + <Reference Include="System.ValueTuple"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll</HintPath> + </Reference> + <Reference Include="System.Xml.ReaderWriter"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XDocument"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XmlDocument"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XmlSerializer"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XPath"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XPath.XDocument"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath> + </Reference> + <Reference Include="System.Numerics.Vectors"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.WindowsRuntime"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath> + </Reference> + <Reference Include="mscorlib"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.Composition"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath> + </Reference> + <Reference Include="System.Core"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll</HintPath> + </Reference> + <Reference Include="System.Data"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll</HintPath> + </Reference> + <Reference Include="System"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll</HintPath> + </Reference> + <Reference Include="System.Drawing"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll</HintPath> + </Reference> + <Reference Include="System.IO.Compression.FileSystem"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath> + </Reference> + <Reference Include="System.Net"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll</HintPath> + </Reference> + <Reference Include="System.Numerics"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll</HintPath> + </Reference> + <Reference Include="System.ServiceModel.Web"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll</HintPath> + </Reference> + <Reference Include="System.Transactions"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll</HintPath> + </Reference> + <Reference Include="System.Web"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll</HintPath> + </Reference> + <Reference Include="System.Windows"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll</HintPath> + </Reference> + <Reference Include="System.Xml"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll</HintPath> + </Reference> + <Reference Include="System.Xml.Linq"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll</HintPath> + </Reference> + <Reference Include="System.Xml.Serialization"> + <HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Animation.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Animation.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.InternalAPIEngineBridge.001"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.InternalAPIEngineBridge.001.dll</HintPath> + </Reference> + <Reference Include="Unity.VSCode.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.PixelPerfect"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.PixelPerfect.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Tilemap.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll</HintPath> + </Reference> + <Reference Include="PsdPlugin"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/PsdPlugin.dll</HintPath> + </Reference> + <Reference Include="Unity.TextMeshPro.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.VisualStudio.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.Timeline"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath> + </Reference> + <Reference Include="Unity.TextMeshPro"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.IK.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.IK.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Sprite.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Psdimporter.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Psdimporter.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Path.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Path.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.InternalAPIEditorBridge.001"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.InternalAPIEditorBridge.001.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UI"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath> + </Reference> + <Reference Include="Unity.Rider.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UI"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath> + </Reference> + <Reference Include="Unity.Mathematics"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.Mathematics.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.IK.Runtime"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.IK.Runtime.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Animation.Triangle.Runtime"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Animation.Triangle.Runtime.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Animation.Runtime"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Animation.Runtime.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.PixelPerfect.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.PixelPerfect.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.Timeline.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.Mathematics.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Common.Runtime"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Common.Runtime.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.SpriteShape.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.SpriteShape.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.Common.Editor"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.Common.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.2D.SpriteShape.Runtime"> + <HintPath>C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Library/ScriptAssemblies/Unity.2D.SpriteShape.Runtime.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Target Name="GenerateTargetFrameworkMonikerAttribute" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> diff --git a/Unity/t4-urbanisme/Assets/Scenes/quartier_amlelioration.unity b/Unity/t4-urbanisme/Assets/Scenes/quartier_amlelioration.unity index ccf90b2af694e41b8da4bf32a73b9336413c71de..38ff4affea528532f10ce97a680c9a20cb7086a9 100644 --- a/Unity/t4-urbanisme/Assets/Scenes/quartier_amlelioration.unity +++ b/Unity/t4-urbanisme/Assets/Scenes/quartier_amlelioration.unity @@ -2783,8 +2783,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 159, y: -173.25} - m_SizeDelta: {x: 46.28131, y: 49.502014} + m_AnchoredPosition: {x: 268.39, y: -269.88} + m_SizeDelta: {x: 75.141, y: 88.713} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &209976157 MonoBehaviour: @@ -2808,11 +2808,11 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 30 + m_FontSize: 50 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 3 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 1 m_AlignByGeometry: 0 m_RichText: 1 @@ -2862,8 +2862,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -87, y: -65} - m_SizeDelta: {x: 305.1057, y: 30} + m_AnchoredPosition: {x: -172.84705, y: -80.02319} + m_SizeDelta: {x: 476.7999, y: 60.0465} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &235748468 MonoBehaviour: @@ -2887,7 +2887,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -57908,8 +57908,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -181.12, y: -124} - m_SizeDelta: {x: 237.75, y: 50} + m_AnchoredPosition: {x: -223.28, y: -194.8} + m_SizeDelta: {x: 300.2104, y: 58.311} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &385582327 MonoBehaviour: @@ -57958,8 +57958,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 30 - m_fontSizeBase: 30 + m_fontSize: 50 + m_fontSizeBase: 50 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -59841,8 +59841,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -31.080017, y: -172.5} - m_SizeDelta: {x: 62.28003, y: 50.003998} + m_AnchoredPosition: {x: -36.584, y: -254.42} + m_SizeDelta: {x: 73.169, y: 60.932} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &400436035 MonoBehaviour: @@ -59866,11 +59866,11 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 30 + m_FontSize: 50 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 3 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 1 m_AlignByGeometry: 0 m_RichText: 1 @@ -69600,8 +69600,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 149.99997, y: -74.5} - m_SizeDelta: {x: 300, y: 50} + m_AnchoredPosition: {x: 150, y: -126} + m_SizeDelta: {x: 300, y: 62.144} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &731854252 MonoBehaviour: @@ -69650,8 +69650,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 30 - m_fontSizeBase: 30 + m_fontSize: 50 + m_fontSizeBase: 50 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -71128,8 +71128,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -181.12, y: -173} - m_SizeDelta: {x: 237.76, y: 50} + m_AnchoredPosition: {x: -212.34998, y: -255.20471} + m_SizeDelta: {x: 278.3591, y: 59.369} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &791766923 MonoBehaviour: @@ -71178,8 +71178,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 30 - m_fontSizeBase: 30 + m_fontSize: 50 + m_fontSizeBase: 50 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -85532,8 +85532,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -139, y: 0} - m_SizeDelta: {x: 160, y: 30} + m_AnchoredPosition: {x: -201, y: -12} + m_SizeDelta: {x: 301.6477, y: 70.7773} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &953332694 MonoBehaviour: @@ -85557,7 +85557,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -85613,7 +85613,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 0} - m_AnchoredPosition: {x: -80, y: 22.781677} + m_AnchoredPosition: {x: -80, y: 22.781738} m_SizeDelta: {x: 160, y: 44.5633} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &968699005 @@ -87799,8 +87799,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 150, y: -173.5} - m_SizeDelta: {x: 300, y: 50} + m_AnchoredPosition: {x: 152.98, y: -269.87} + m_SizeDelta: {x: 305.9561, y: 88.7088} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &998339839 MonoBehaviour: @@ -87849,8 +87849,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 30 - m_fontSizeBase: 30 + m_fontSize: 50 + m_fontSizeBase: 50 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -87885,7 +87885,7 @@ MonoBehaviour: m_VertexBufferAutoSizeReduction: 1 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 - m_margin: {x: 0, y: 0, z: 0, w: 0} + m_margin: {x: 0, y: -1.5615234, z: 0, w: 0} m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 m_hasFontAssetChanged: 0 @@ -88370,8 +88370,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 84, y: 50} - m_SizeDelta: {x: 332.2615, y: 30} + m_AnchoredPosition: {x: 169.47, y: 92} + m_SizeDelta: {x: 488.9325, y: 62.1926} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1095768170 MonoBehaviour: @@ -88395,7 +88395,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -90171,8 +90171,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -138.67096, y: 21} - m_SizeDelta: {x: 154.1336, y: 30} + m_AnchoredPosition: {x: -199, y: 23} + m_SizeDelta: {x: 227.1035, y: 64.3389} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1205300613 MonoBehaviour: @@ -90196,7 +90196,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -90250,8 +90250,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 14, y: -79} - m_SizeDelta: {x: 208.9116, y: 30} + m_AnchoredPosition: {x: -25, y: -107} + m_SizeDelta: {x: 243.2504, y: 55.7542} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1207243997 MonoBehaviour: @@ -90275,7 +90275,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -91029,8 +91029,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 166.67, y: 48} - m_SizeDelta: {x: 333.344, y: 30} + m_AnchoredPosition: {x: 246.08, y: 86} + m_SizeDelta: {x: 492.1611, y: 49.3157} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1254673034 MonoBehaviour: @@ -91054,7 +91054,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -91108,8 +91108,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 205, y: 15} - m_SizeDelta: {x: 331.688, y: 30} + m_AnchoredPosition: {x: 236.67, y: 61} + m_SizeDelta: {x: 473.3357, y: 62.1927} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1268476949 MonoBehaviour: @@ -91133,7 +91133,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -104324,8 +104324,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 150, y: -124} - m_SizeDelta: {x: 300, y: 50} + m_AnchoredPosition: {x: 152.98, y: -191.89} + m_SizeDelta: {x: 300, y: 64.126} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1443064776 MonoBehaviour: @@ -104374,8 +104374,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 30 - m_fontSizeBase: 30 + m_fontSize: 50 + m_fontSizeBase: 50 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -107144,8 +107144,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 13, y: -67} - m_SizeDelta: {x: 218.4812, y: 30} + m_AnchoredPosition: {x: 21, y: -98} + m_SizeDelta: {x: 302.1821, y: 66.485} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1567752469 MonoBehaviour: @@ -107169,7 +107169,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -107223,8 +107223,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 117, y: -68} - m_SizeDelta: {x: 261.0131, y: 30} + m_AnchoredPosition: {x: 251, y: -72} + m_SizeDelta: {x: 426.2686, y: 60.0465} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1598028732 MonoBehaviour: @@ -107248,7 +107248,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -113962,8 +113962,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 150, y: -25} - m_SizeDelta: {x: 300, y: 50} + m_AnchoredPosition: {x: 209.3374, y: -39.05371} + m_SizeDelta: {x: 418.6748, y: 78.1072} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1758787213 MonoBehaviour: @@ -114012,8 +114012,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 36 - m_fontSizeBase: 36 + m_fontSize: 56 + m_fontSizeBase: 56 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -114096,8 +114096,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 751.1001, y: 4.9299927} - m_SizeDelta: {x: 62.281982, y: 50.498993} + m_AnchoredPosition: {x: 913.18, y: -46.795044} + m_SizeDelta: {x: 75.532, y: 58.3065} m_Pivot: {x: 13.0586815, y: 3.03837} --- !u!114 &1794207647 MonoBehaviour: @@ -114121,7 +114121,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 30 + m_FontSize: 50 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 3 @@ -114175,8 +114175,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.000011444, y: -58} - m_SizeDelta: {x: 160, y: 30} + m_AnchoredPosition: {x: -13, y: -93} + m_SizeDelta: {x: 215.8007, y: 75.0698} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1817172442 MonoBehaviour: @@ -114200,7 +114200,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 25 + m_FontSize: 35 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 2 @@ -114476,8 +114476,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -150, y: -25} - m_SizeDelta: {x: 300, y: 50} + m_AnchoredPosition: {x: -239.78711, y: -53.107178} + m_SizeDelta: {x: 479.574, y: 106.2144} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1829739335 MonoBehaviour: @@ -114526,8 +114526,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 36 - m_fontSizeBase: 36 + m_fontSize: 56 + m_fontSizeBase: 56 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -126586,8 +126586,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -181.12299, y: -74.5} - m_SizeDelta: {x: 237.754, y: 50} + m_AnchoredPosition: {x: -206.04, y: -135.93} + m_SizeDelta: {x: 265.74, y: 59.429} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2010862976 MonoBehaviour: @@ -126636,8 +126636,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 30 - m_fontSizeBase: 30 + m_fontSize: 50 + m_fontSizeBase: 50 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -128868,9 +128868,9 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -31.119995, y: -73.75} - m_SizeDelta: {x: 62.239014, y: 48.498993} - m_Pivot: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -36.585, y: -135.93} + m_SizeDelta: {x: 73.1695, y: 59.4297} + m_Pivot: {x: 0.5, y: 0.5000028} --- !u!114 &2077542551 MonoBehaviour: m_ObjectHideFlags: 0 @@ -128893,7 +128893,7 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 30 + m_FontSize: 50 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 3 @@ -130637,9 +130637,9 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 150, y: -73.75} - m_SizeDelta: {x: 51.328796, y: 49.497986} - m_Pivot: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 252, y: -126} + m_SizeDelta: {x: 75.144, y: 62.147} + m_Pivot: {x: 0.49999994, y: 0.500004} --- !u!114 &2128921249 MonoBehaviour: m_ObjectHideFlags: 0 @@ -130662,11 +130662,11 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 30 + m_FontSize: 50 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 3 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 1 m_AlignByGeometry: 0 m_RichText: 1 @@ -130716,8 +130716,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: -60.349854, y: 20.649963} - m_SizeDelta: {x: 42.690186, y: 48.997986} + m_AnchoredPosition: {x: -22.348022, y: -5.4362793} + m_SizeDelta: {x: 58.3053, y: 64.13} m_Pivot: {x: -5.52863, y: 3.431839} --- !u!114 &2134158918 MonoBehaviour: @@ -130741,11 +130741,11 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: e3265ab4bf004d28a9537516768c1c75, type: 3} - m_FontSize: 30 + m_FontSize: 50 m_FontStyle: 2 m_BestFit: 0 m_MinSize: 3 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 1 m_AlignByGeometry: 0 m_RichText: 1 @@ -130992,7 +130992,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 2647725885186588364, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 155.2505 + value: 185.2032 objectReference: {fileID: 0} - target: {fileID: 2647725885186588364, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y @@ -131012,11 +131012,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2647725885186588364, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -130 + value: -92.602 objectReference: {fileID: 0} - target: {fileID: 2647725885186588364, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -110 + value: -208.04 objectReference: {fileID: 0} - target: {fileID: 6516594262437615699, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchorMax.x @@ -131028,19 +131028,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594262437615699, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594262437615699, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594262437615699, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -0.07998657 + value: -0.000030518 objectReference: {fileID: 0} - target: {fileID: 6516594262437615699, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -59.130028 + value: -110 objectReference: {fileID: 0} - target: {fileID: 6516594262817824972, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_Name @@ -131076,11 +131076,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594262817824973, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 1320 + value: 1654.9478 objectReference: {fileID: 0} - target: {fileID: 6516594262817824973, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 230 + value: 416.082 objectReference: {fileID: 0} - target: {fileID: 6516594262817824973, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_LocalPosition.x @@ -131112,11 +131112,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594262817824973, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: 0.0050049 + value: 0 objectReference: {fileID: 0} - target: {fileID: 6516594262817824973, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -115 + value: -208.04102 objectReference: {fileID: 0} - target: {fileID: 6516594262817824973, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -131140,19 +131140,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594262897963234, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594262897963234, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594262897963234, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -123 + value: -185 objectReference: {fileID: 0} - target: {fileID: 6516594262897963234, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -159.13 + value: -315.44 + objectReference: {fileID: 0} + - target: {fileID: 6516594263157246768, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} + propertyPath: m_Pivot.x + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 6516594263157246768, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_Pivot.y @@ -131168,19 +131172,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594263157246768, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263157246768, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263157246768, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: 251 + value: 333 objectReference: {fileID: 0} - target: {fileID: 6516594263157246768, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -55 + value: -109.999985 + objectReference: {fileID: 0} + - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} + propertyPath: m_Pivot.y + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchorMax.x @@ -131200,19 +131212,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: 131 + value: 183 objectReference: {fileID: 0} - target: {fileID: 6516594263253970431, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -162 + value: -320 objectReference: {fileID: 0} - target: {fileID: 6516594263301039373, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchorMax.x @@ -131224,19 +131236,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594263301039373, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263301039373, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263301039373, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: 251 + value: 333 objectReference: {fileID: 0} - target: {fileID: 6516594263301039373, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -159.13 + value: -315.44 + objectReference: {fileID: 0} + - target: {fileID: 6516594263362946974, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} + propertyPath: m_Pivot.x + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 6516594263362946974, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchorMax.x @@ -131248,19 +131264,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594263362946974, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263362946974, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263362946974, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -123.00003 + value: -185 objectReference: {fileID: 0} - target: {fileID: 6516594263362946974, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -59.125 + value: -109.999985 objectReference: {fileID: 0} - target: {fileID: 6516594263651542434, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchorMax.x @@ -131272,19 +131288,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594263651542434, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263651542434, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263651542434, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -249 + value: -378 objectReference: {fileID: 0} - target: {fileID: 6516594263651542434, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -180 + value: -341.08 objectReference: {fileID: 0} - target: {fileID: 6516594263934791623, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchorMax.x @@ -131296,19 +131312,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594263934791623, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263934791623, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594263934791623, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: 131 + value: 162.5 objectReference: {fileID: 0} - target: {fileID: 6516594263934791623, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -59.130028 + value: -110 objectReference: {fileID: 0} - target: {fileID: 6516594264012365752, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_Sprite @@ -131324,19 +131340,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594264012365754, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 125 + value: 175 objectReference: {fileID: 0} - target: {fileID: 6516594264012365754, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 125 + value: 175 objectReference: {fileID: 0} - target: {fileID: 6516594264012365754, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -0.080017 + value: -0.000061035 objectReference: {fileID: 0} - target: {fileID: 6516594264012365754, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -146.63 + value: -302.94 objectReference: {fileID: 0} - target: {fileID: 6516594264019853482, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_text @@ -131344,7 +131360,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594264019853482, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontSize - value: 40 + value: 50 objectReference: {fileID: 0} - target: {fileID: 6516594264019853482, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontColor.b @@ -131360,7 +131376,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594264019853482, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontSizeBase - value: 40 + value: 50 objectReference: {fileID: 0} - target: {fileID: 6516594264019853482, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontColor32.rgba @@ -131372,7 +131388,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594264019853485, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 262.3086 + value: 333.63 objectReference: {fileID: 0} - target: {fileID: 6516594264019853485, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y @@ -131380,11 +131396,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594264019853485, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: 202 + value: 190 objectReference: {fileID: 0} - target: {fileID: 6516594264019853485, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -110 + value: -208.04 objectReference: {fileID: 0} - target: {fileID: 6516594264251564540, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.size @@ -131408,19 +131424,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6516594264251564543, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594264251564543, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 150 objectReference: {fileID: 0} - target: {fileID: 6516594264251564543, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -249.00003 + value: -370 objectReference: {fileID: 0} - target: {fileID: 6516594264251564543, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -59.125 + value: -110 objectReference: {fileID: 0} - target: {fileID: 7342197377744224875, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_text @@ -131428,7 +131444,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 7342197377744224875, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontSize - value: 40 + value: 50 objectReference: {fileID: 0} - target: {fileID: 7342197377744224875, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontColor.b @@ -131444,7 +131460,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 7342197377744224875, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontSizeBase - value: 40 + value: 50 objectReference: {fileID: 0} - target: {fileID: 7342197377744224875, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_fontColor32.rgba @@ -131464,11 +131480,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 7366137443405513416, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.x - value: -278 + value: -276 objectReference: {fileID: 0} - target: {fileID: 7366137443405513416, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_AnchoredPosition.y - value: -110 + value: -208.04 objectReference: {fileID: 0} - target: {fileID: 9139589166364874660, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_Color.b @@ -131482,9 +131498,13 @@ PrefabInstance: propertyPath: m_Color.r value: 0.747108 objectReference: {fileID: 0} + - target: {fileID: 9139589166364874660, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} + propertyPath: m_FontData.m_MaxSize + value: 50 + objectReference: {fileID: 0} - target: {fileID: 9139589166364874660, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} propertyPath: m_FontData.m_FontSize - value: 40 + value: 50 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 71c69b8eeb177d2458ff37deace6a64d, type: 3} diff --git a/Unity/t4-urbanisme/Assets/Scenes/tableau score.unity b/Unity/t4-urbanisme/Assets/Scenes/tableau score.unity index 313066c3520e0d78e12ca85bb918ae9b6b2fe255..725b051d5bb74c9d37934865a959e7551df4cedf 100644 --- a/Unity/t4-urbanisme/Assets/Scenes/tableau score.unity +++ b/Unity/t4-urbanisme/Assets/Scenes/tableau score.unity @@ -478,10 +478,10 @@ RectTransform: m_Father: {fileID: 2034783910} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -830.78, y: -495.47} - m_SizeDelta: {x: 258.44, y: 89.065} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 129.19995, y: 44.5} + m_SizeDelta: {x: 258.43994, y: 89.065} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &489391525 MonoBehaviour: diff --git a/Unity/t4-urbanisme/Library/ArtifactDB b/Unity/t4-urbanisme/Library/ArtifactDB index b52093a50b04b642ce3a8222762261c6747c7bb1..1c725231df01755c14242bdfe7e2e5eb236359c3 100644 Binary files a/Unity/t4-urbanisme/Library/ArtifactDB and b/Unity/t4-urbanisme/Library/ArtifactDB differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/00/005c603c35b300c99172d3c5f489d4da b/Unity/t4-urbanisme/Library/Artifacts/00/005c603c35b300c99172d3c5f489d4da deleted file mode 100644 index e2290d1de042d6c7d9cb5191fd84fa1665014a3b..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/00/005c603c35b300c99172d3c5f489d4da and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/09/0992d3aa13a94b5a2cb7a008128d0a46 b/Unity/t4-urbanisme/Library/Artifacts/09/0992d3aa13a94b5a2cb7a008128d0a46 deleted file mode 100644 index 2a9ed91793111ed58986857969672a0619f8c7fe..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/09/0992d3aa13a94b5a2cb7a008128d0a46 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/db/dbe43a2fe50b14427433416da38b6379 b/Unity/t4-urbanisme/Library/Artifacts/0b/0b5c9c330257dc7c6d1e9fa1cb5a0592 similarity index 96% rename from Unity/t4-urbanisme/Library/Artifacts/db/dbe43a2fe50b14427433416da38b6379 rename to Unity/t4-urbanisme/Library/Artifacts/0b/0b5c9c330257dc7c6d1e9fa1cb5a0592 index 6d981cea3a821ae0bf9d1a476014412edd407261..81ce3b041a201c592d4ccb329dfa1f6e3f31a961 100644 Binary files a/Unity/t4-urbanisme/Library/Artifacts/db/dbe43a2fe50b14427433416da38b6379 and b/Unity/t4-urbanisme/Library/Artifacts/0b/0b5c9c330257dc7c6d1e9fa1cb5a0592 differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/23/23f76810b8c625effa6c7b7bcb818e9c b/Unity/t4-urbanisme/Library/Artifacts/23/23f76810b8c625effa6c7b7bcb818e9c deleted file mode 100644 index ebde4bb5c3564d536e9a7c397c81d7798ecf81bb..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/23/23f76810b8c625effa6c7b7bcb818e9c and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/24/24a88ee91b7259f4c181b2a292d7eb03 b/Unity/t4-urbanisme/Library/Artifacts/24/24a88ee91b7259f4c181b2a292d7eb03 deleted file mode 100644 index 87a70eb7d2f8e4a9cf21f9f413b40bd3dcc88bd6..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/24/24a88ee91b7259f4c181b2a292d7eb03 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/2a/2a6a970f2a71a24893bc0c3774f80ba0 b/Unity/t4-urbanisme/Library/Artifacts/2a/2a6a970f2a71a24893bc0c3774f80ba0 deleted file mode 100644 index 7c1b7911ffd42b162090526c50cc0752cb3940ed..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/2a/2a6a970f2a71a24893bc0c3774f80ba0 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/56/561e15e65ddc79bab38bee1fed761971 b/Unity/t4-urbanisme/Library/Artifacts/56/561e15e65ddc79bab38bee1fed761971 deleted file mode 100644 index 87c9b5d6cfd7147e12cae8895a0f6565cf8a0e5b..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/56/561e15e65ddc79bab38bee1fed761971 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/65/65f74707f1615e17cd94d50ad8b1b7ae b/Unity/t4-urbanisme/Library/Artifacts/65/65f74707f1615e17cd94d50ad8b1b7ae deleted file mode 100644 index 6edf0152bc941b858384593d5331b5e78d9617c5..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/65/65f74707f1615e17cd94d50ad8b1b7ae and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/67/67fee815dfd37e32bf59bc450b821732 b/Unity/t4-urbanisme/Library/Artifacts/67/67fee815dfd37e32bf59bc450b821732 deleted file mode 100644 index 1540e0938eb76ac73fe510a298ee281a910bcca9..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/67/67fee815dfd37e32bf59bc450b821732 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/6b/6b71e12ae88c104e4a4bfb7b690dcffa b/Unity/t4-urbanisme/Library/Artifacts/6b/6b71e12ae88c104e4a4bfb7b690dcffa deleted file mode 100644 index 646220f830b3a723dd14565f7ebde39cda41f0c4..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/6b/6b71e12ae88c104e4a4bfb7b690dcffa and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/72/72e2b4566de6c7a0d1dd78724d44ffef b/Unity/t4-urbanisme/Library/Artifacts/72/72e2b4566de6c7a0d1dd78724d44ffef deleted file mode 100644 index 9bd8ac40fb6ce531f9eab6e759d842bd209a113e..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/72/72e2b4566de6c7a0d1dd78724d44ffef and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/7c/7cec2bc05d99adbc9bfed41f3469078f b/Unity/t4-urbanisme/Library/Artifacts/7c/7cec2bc05d99adbc9bfed41f3469078f deleted file mode 100644 index 535c859f7d3519b9f7a2b0a1925dffa044fd7a4e..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/7c/7cec2bc05d99adbc9bfed41f3469078f and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/7e/7e8d5d6324d141f6cb1ae7b98a7b836e b/Unity/t4-urbanisme/Library/Artifacts/7e/7e8d5d6324d141f6cb1ae7b98a7b836e deleted file mode 100644 index c7e6a55a84e270c078c3efd73f5899bef2068cf4..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/7e/7e8d5d6324d141f6cb1ae7b98a7b836e and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/82/824b482310462ede5d86022b32561211 b/Unity/t4-urbanisme/Library/Artifacts/82/824b482310462ede5d86022b32561211 deleted file mode 100644 index 58124621aeca43aff4a37b505fd65369c0da74b3..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/82/824b482310462ede5d86022b32561211 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/82/8289d935f0c94184b01bcaa837720c35 b/Unity/t4-urbanisme/Library/Artifacts/82/8289d935f0c94184b01bcaa837720c35 deleted file mode 100644 index 63839f7578c80342db0698d71e9ebbf4a4216142..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/82/8289d935f0c94184b01bcaa837720c35 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/8a/8ae131d8ce1132b20b41656fb2a375fc b/Unity/t4-urbanisme/Library/Artifacts/8a/8ae131d8ce1132b20b41656fb2a375fc deleted file mode 100644 index 6c464b77fc0b17dd2719b166513a171c2e54241b..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/8a/8ae131d8ce1132b20b41656fb2a375fc and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/8d/8d8c426be0fbcf945a5db6372a29a403 b/Unity/t4-urbanisme/Library/Artifacts/8d/8d8c426be0fbcf945a5db6372a29a403 deleted file mode 100644 index 5f2df3d828e42f30ba70949d6bc98853de6da32d..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/8d/8d8c426be0fbcf945a5db6372a29a403 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/92/9211e13d6f908c94d6a160e9f0a7f212 b/Unity/t4-urbanisme/Library/Artifacts/92/9211e13d6f908c94d6a160e9f0a7f212 deleted file mode 100644 index a9a992cc13871515ecf7a586ef2826fcd2577f35..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/92/9211e13d6f908c94d6a160e9f0a7f212 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/9d/9d4512131dd521c62bc2480aa81c2c19 b/Unity/t4-urbanisme/Library/Artifacts/9d/9d4512131dd521c62bc2480aa81c2c19 deleted file mode 100644 index 945c142eb07b5eab9468e7eb928e16dcd08f0a47..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/9d/9d4512131dd521c62bc2480aa81c2c19 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/9e/9e6129222c8f7da2ffd5b5c107bc6b1b b/Unity/t4-urbanisme/Library/Artifacts/9e/9e6129222c8f7da2ffd5b5c107bc6b1b deleted file mode 100644 index b0886506f18c7b3dff7eb036d8e833b8e99a8681..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/9e/9e6129222c8f7da2ffd5b5c107bc6b1b and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/9f/9f64710183fb746b314613821c516472 b/Unity/t4-urbanisme/Library/Artifacts/9f/9f64710183fb746b314613821c516472 deleted file mode 100644 index ebaff4d42be92d331704b930942b45f0bede61e7..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/9f/9f64710183fb746b314613821c516472 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/9f/9fc91022696d68cf30f80ce0c0e143dc b/Unity/t4-urbanisme/Library/Artifacts/9f/9fc91022696d68cf30f80ce0c0e143dc deleted file mode 100644 index 018626304672acade107bd581bfcf75211e52384..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/9f/9fc91022696d68cf30f80ce0c0e143dc and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/a6/a6da38ab3a4633c4bf6aa9eed133e75b b/Unity/t4-urbanisme/Library/Artifacts/a6/a6da38ab3a4633c4bf6aa9eed133e75b deleted file mode 100644 index a7cb7a3fab4858b0487f899f5610b2c0ca145377..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/a6/a6da38ab3a4633c4bf6aa9eed133e75b and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/ae/aeecb4b3e8bf35cc7bddd6ce8b7c4717 b/Unity/t4-urbanisme/Library/Artifacts/ae/aeecb4b3e8bf35cc7bddd6ce8b7c4717 deleted file mode 100644 index 38a947f86ef5d9687c8ae8680459a1bef5756076..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/ae/aeecb4b3e8bf35cc7bddd6ce8b7c4717 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/b0/b0e5054df65bc7c07c83fa947867db5c b/Unity/t4-urbanisme/Library/Artifacts/b0/b0e5054df65bc7c07c83fa947867db5c deleted file mode 100644 index 3ce68bf3818dccfed5b81fd43c59e08368cbd1a8..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/b0/b0e5054df65bc7c07c83fa947867db5c and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/ba/ba29999c6779227917abbe9aa26c754d b/Unity/t4-urbanisme/Library/Artifacts/ba/ba29999c6779227917abbe9aa26c754d deleted file mode 100644 index 1c604517922ac2f8498cdc1119228df5be178f98..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/ba/ba29999c6779227917abbe9aa26c754d and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/bf/bf1567a4cc8e4274f30bfb21cf526bf7 b/Unity/t4-urbanisme/Library/Artifacts/bf/bf1567a4cc8e4274f30bfb21cf526bf7 deleted file mode 100644 index dbb54a01667cce7dea2b38044d57035a06434691..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/bf/bf1567a4cc8e4274f30bfb21cf526bf7 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/c8/c84d1ee2f324d98d292380894437984b b/Unity/t4-urbanisme/Library/Artifacts/c8/c84d1ee2f324d98d292380894437984b deleted file mode 100644 index 12f4791aec69917c742c58a94dcb2aa2d1326afe..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/c8/c84d1ee2f324d98d292380894437984b and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/cb/cb1e63b4fe7bc5a8e126e83bfff93c5f b/Unity/t4-urbanisme/Library/Artifacts/cb/cb1e63b4fe7bc5a8e126e83bfff93c5f deleted file mode 100644 index 77b5938c184efed3aad0fce73add8dd7e26936fc..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/cb/cb1e63b4fe7bc5a8e126e83bfff93c5f and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/eb/ebe211acbb9b35d5d438d480d13e373f b/Unity/t4-urbanisme/Library/Artifacts/eb/ebe211acbb9b35d5d438d480d13e373f deleted file mode 100644 index 55cecc74442d595e8fd15b920f7583e7243a26e8..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/eb/ebe211acbb9b35d5d438d480d13e373f and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/ee/ee55c81afbe00c70555f58b8f6096bd8 b/Unity/t4-urbanisme/Library/Artifacts/ee/ee55c81afbe00c70555f58b8f6096bd8 deleted file mode 100644 index 92c3d27df6c2c13f6519e897b6f7928136e47ca8..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/ee/ee55c81afbe00c70555f58b8f6096bd8 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/f9/f98a9c20ecd0f12cfdaa0cc3ba671fc1 b/Unity/t4-urbanisme/Library/Artifacts/f9/f98a9c20ecd0f12cfdaa0cc3ba671fc1 deleted file mode 100644 index ae5541a8ed683900294200c810f63e4e6e0dd510..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/f9/f98a9c20ecd0f12cfdaa0cc3ba671fc1 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/fb/fb237c0c4f04b4a1fa4a404bf9dc13cd b/Unity/t4-urbanisme/Library/Artifacts/fb/fb237c0c4f04b4a1fa4a404bf9dc13cd deleted file mode 100644 index 995e614f1639bd7b4fa45606976b4d084c1ef57a..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/fb/fb237c0c4f04b4a1fa4a404bf9dc13cd and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/fb/fb97688661d7f7c14d9862a67651fe39 b/Unity/t4-urbanisme/Library/Artifacts/fb/fb97688661d7f7c14d9862a67651fe39 deleted file mode 100644 index 6c08392b532b76d03b61bda86130418f63c55cee..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/fb/fb97688661d7f7c14d9862a67651fe39 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/Artifacts/fe/fef0c975af3ea5c5387e897389473679 b/Unity/t4-urbanisme/Library/Artifacts/fe/fef0c975af3ea5c5387e897389473679 deleted file mode 100644 index 4c22d0e67e0524b8ecbdc50220e5164a7e1d9eb8..0000000000000000000000000000000000000000 Binary files a/Unity/t4-urbanisme/Library/Artifacts/fe/fef0c975af3ea5c5387e897389473679 and /dev/null differ diff --git a/Unity/t4-urbanisme/Library/CurrentLayout-default.dwlt b/Unity/t4-urbanisme/Library/CurrentLayout-default.dwlt index ba60a236ff582f1bc51845271fb1e244df6f6da3..b5205713061ea5f2105349a2c50433ccf850ec9c 100644 --- a/Unity/t4-urbanisme/Library/CurrentLayout-default.dwlt +++ b/Unity/t4-urbanisme/Library/CurrentLayout-default.dwlt @@ -16,10 +16,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 43 - width: 3440 - height: 1357 + width: 1920 + height: 997 m_ShowMode: 4 - m_Title: Scene + m_Title: Project m_RootView: {fileID: 2} m_MinSize: {x: 875, y: 542} m_MaxSize: {x: 10000, y: 10000} @@ -44,8 +44,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 3440 - height: 1357 + width: 1920 + height: 997 m_MinSize: {x: 875, y: 542} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 @@ -69,7 +69,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 3440 + width: 1920 height: 30 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -93,8 +93,8 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 1337 - width: 3440 + y: 977 + width: 1920 height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -117,12 +117,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 30 - width: 3440 - height: 1307 - m_MinSize: {x: 678, y: 492} - m_MaxSize: {x: 18001, y: 14042} + width: 1920 + height: 947 + m_MinSize: {x: 679, y: 492} + m_MaxSize: {x: 18002, y: 14042} vertical: 0 - controlID: 497 + controlID: 25616 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -142,12 +142,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 2945 - height: 1307 + width: 1644 + height: 947 m_MinSize: {x: 403, y: 492} m_MaxSize: {x: 14001, y: 14042} vertical: 1 - controlID: 498 + controlID: 25558 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -167,12 +167,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 2945 - height: 828 + width: 1644 + height: 600 m_MinSize: {x: 403, y: 221} m_MaxSize: {x: 8003, y: 4021} vertical: 0 - controlID: 499 + controlID: 25559 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -190,8 +190,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 541 - height: 828 + width: 302 + height: 600 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 15} @@ -214,10 +214,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 541 + x: 302 y: 0 - width: 2404 - height: 828 + width: 1342 + height: 600 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 16} @@ -246,13 +246,13 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 828 - width: 2945 - height: 479 + y: 600 + width: 1644 + height: 347 m_MinSize: {x: 331, y: 271} m_MaxSize: {x: 14001, y: 10021} vertical: 0 - controlID: 570 + controlID: 25645 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -270,8 +270,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 2461 - height: 479 + width: 1374 + height: 347 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 19} @@ -295,10 +295,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 2461 + x: 1374 y: 0 - width: 484 - height: 479 + width: 270 + height: 347 m_MinSize: {x: 102, y: 121} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 21} @@ -321,10 +321,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 2945 + x: 1644 y: 0 - width: 495 - height: 1307 + width: 276 + height: 947 m_MinSize: {x: 276, y: 71} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 22} @@ -352,10 +352,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 542 + x: 303 y: 19 - width: 2402 - height: 807 + width: 1340 + height: 579 m_ViewDataDictionary: {fileID: 0} m_SerializedViewNames: [] m_SerializedViewValues: [] @@ -363,7 +363,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 3440, y: 1440} + m_TargetSize: {x: 3840, y: 2160} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -372,16 +372,16 @@ MonoBehaviour: m_VSyncEnabled: 0 m_Gizmos: 0 m_Stats: 0 - m_SelectedSizes: 08000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_SelectedSizes: 06000000000000000000000000000000000000000000000000000000000000000000000000000000 m_ZoomArea: m_HRangeLocked: 0 m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -1720 - m_HBaseRangeMax: 1720 - m_VBaseRangeMin: -720 - m_VBaseRangeMax: 720 + m_HBaseRangeMin: -1920 + m_HBaseRangeMax: 1920 + m_VBaseRangeMin: -1080 + m_VBaseRangeMax: 1080 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -399,23 +399,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 3440 - height: 1267 - m_Scale: {x: 0.8798611, y: 0.8798611} - m_Translation: {x: 1720, y: 633.5} + width: 1920 + height: 907 + m_Scale: {x: 0.41990742, y: 0.41990742} + m_Translation: {x: 960, y: 453.5} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -1954.854 - y: -720 - width: 3909.708 - height: 1440 + x: -2286.2183 + y: -1080 + width: 4572.4365 + height: 2160 m_MinimalGUI: 1 - m_defaultScale: 0.8798611 - m_LastWindowPixelSize: {x: 3440, y: 1288} + m_defaultScale: 0.41990742 + m_LastWindowPixelSize: {x: 1920, y: 928} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -443,15 +443,15 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 540 - height: 807 + width: 301 + height: 579 m_ViewDataDictionary: {fileID: 0} m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: aecb0000 + m_SelectedIDs: 76c90000 m_LastClickedID: 0 - m_ExpandedIDs: 42f8ffff8cf9ffffcefaffff + m_ExpandedIDs: b8aeffff4eafffffbab0ffffa8c2ffffb0c2ffff2cc4ffff62c5ffffeef4fffff6f4ffff32f9ffff6af9fffffef9ffffcefaffff5cfd0000da0501002e110100 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -495,10 +495,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 541 + x: 302 y: 73 - width: 2402 - height: 807 + width: 1340 + height: 579 m_ViewDataDictionary: {fileID: 0} m_ShowContextualTools: 0 m_WindowGUID: 20d293e1aa5f0a94a8c24bd83ec4e7b5 @@ -511,9 +511,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 864.3421, y: 747.8797, z: -544.284} + m_Target: {x: 1940.3016, y: 819.19727, z: -1679.1433} speed: 2 - m_Value: {x: 864.3421, y: 747.8797, z: -544.284} + m_Value: {x: 1940.3016, y: 819.19727, z: -1679.1433} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -564,9 +564,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 417.57733 + m_Target: 1206.6222 speed: 2 - m_Value: 417.57733 + m_Value: 1206.6222 m_Ortho: m_Target: 1 speed: 2 @@ -698,9 +698,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 901 - width: 2460 - height: 458 + y: 673 + width: 1373 + height: 326 m_ViewDataDictionary: {fileID: 0} m_SearchFilter: m_NameFilter: @@ -723,14 +723,14 @@ MonoBehaviour: m_LastFolders: - Assets/Scenes m_LastFoldersGridSize: 85 - m_LastProjectPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme + m_LastProjectPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 9ccb0000 - m_LastClickedID: 52124 - m_ExpandedIDs: 0000000082cb000084cb000086cb000000ca9a3b + m_SelectedIDs: 6ac90000 + m_LastClickedID: 51562 + m_ExpandedIDs: 000000004ec9000050c9000052c9000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -758,7 +758,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 0000000082cb000084cb000086cb000000ca9a3b + m_ExpandedIDs: 000000004ec9000050c9000052c9000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -785,7 +785,7 @@ MonoBehaviour: m_ListAreaState: m_SelectedInstanceIDs: m_LastClickedInstanceID: 0 - m_HadKeyboardFocusLastEvent: 0 + m_HadKeyboardFocusLastEvent: 1 m_ExpandedInstanceIDs: c623000052610000584d0100b241000000000000 m_RenameOverlay: m_UserAcceptedRename: 0 @@ -859,14 +859,14 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 2461 - y: 901 - width: 482 - height: 458 + x: 1374 + y: 673 + width: 268 + height: 326 m_ViewDataDictionary: {fileID: 0} m_LockTracker: m_IsLocked: 0 - m_LastSelectedObjectID: -1666 + m_LastSelectedObjectID: 75738 --- !u!114 &22 MonoBehaviour: m_ObjectHideFlags: 52 @@ -887,10 +887,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 2945 + x: 1644 y: 73 - width: 494 - height: 1286 + width: 275 + height: 926 m_ViewDataDictionary: {fileID: 0} m_ObjectsLockedBeforeSerialization: [] m_InstanceIDsLockedBeforeSerialization: diff --git a/Unity/t4-urbanisme/Library/CurrentMaximizeLayout.dwlt b/Unity/t4-urbanisme/Library/CurrentMaximizeLayout.dwlt index 7324fc0cef709ce0a9ab6d8394c54a6039f60631..c92470c31c7faf5bb8284202864d5dbb3336b7b0 100644 --- a/Unity/t4-urbanisme/Library/CurrentMaximizeLayout.dwlt +++ b/Unity/t4-urbanisme/Library/CurrentMaximizeLayout.dwlt @@ -19,12 +19,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 30 - width: 3440 - height: 1307 - m_MinSize: {x: 678, y: 492} - m_MaxSize: {x: 18001, y: 14042} + width: 1920 + height: 947 + m_MinSize: {x: 679, y: 492} + m_MaxSize: {x: 18002, y: 14042} vertical: 0 - controlID: 85 + controlID: 21271 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -45,8 +45,8 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 303 - y: 19 + x: 302 + y: 73 width: 1340 height: 579 m_ViewDataDictionary: {fileID: 0} @@ -56,7 +56,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 1920, y: 1080} + m_TargetSize: {x: 3840, y: 2160} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -65,16 +65,16 @@ MonoBehaviour: m_VSyncEnabled: 0 m_Gizmos: 0 m_Stats: 0 - m_SelectedSizes: 03000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_SelectedSizes: 06000000000000000000000000000000000000000000000000000000000000000000000000000000 m_ZoomArea: m_HRangeLocked: 0 m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -960 - m_HBaseRangeMax: 960 - m_VBaseRangeMin: -540 - m_VBaseRangeMax: 540 + m_HBaseRangeMin: -1920 + m_HBaseRangeMax: 1920 + m_VBaseRangeMin: -1080 + m_VBaseRangeMax: 1080 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -83,7 +83,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 0 + m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -94,7 +94,7 @@ MonoBehaviour: y: 21 width: 1340 height: 558 - m_Scale: {x: 0.51666665, y: 0.51666665} + m_Scale: {x: 0.25833333, y: 0.25833333} m_Translation: {x: 670, y: 279} m_MarginLeft: 0 m_MarginRight: 0 @@ -102,12 +102,12 @@ MonoBehaviour: m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -1296.7743 - y: -540 - width: 2593.5486 - height: 1080 + x: -2593.5486 + y: -1080 + width: 5187.097 + height: 2160 m_MinimalGUI: 1 - m_defaultScale: 0.51666665 + m_defaultScale: 0.25833333 m_LastWindowPixelSize: {x: 1340, y: 579} m_ClearInEditMode: 1 m_NoCameraWarning: 1 @@ -133,12 +133,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 2945 - height: 1307 + width: 1644 + height: 947 m_MinSize: {x: 403, y: 492} m_MaxSize: {x: 14001, y: 14042} vertical: 1 - controlID: 86 + controlID: 21272 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -158,12 +158,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 2945 - height: 828 + width: 1644 + height: 600 m_MinSize: {x: 403, y: 221} m_MaxSize: {x: 8003, y: 4021} vertical: 0 - controlID: 87 + controlID: 21247 --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -181,8 +181,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 541 - height: 828 + width: 302 + height: 600 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 6} @@ -212,15 +212,15 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 540 - height: 807 + width: 301 + height: 579 m_ViewDataDictionary: {fileID: 0} m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 42f8ffff8cf9ffffcefaffff + m_ExpandedIDs: bab0ffffa8c2ffffb0c2ffff2cc4ffff62c5ffffeef4fffff6f4ffff32f9ffff6af9fffffef9ffffcefaffff5cfd0000da0501002e110100 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -259,10 +259,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 541 + x: 302 y: 0 - width: 2404 - height: 828 + width: 1342 + height: 600 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 2} @@ -293,10 +293,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 541 + x: 302 y: 73 - width: 2402 - height: 807 + width: 1340 + height: 579 m_ViewDataDictionary: {fileID: 0} m_ShowContextualTools: 0 m_WindowGUID: 20d293e1aa5f0a94a8c24bd83ec4e7b5 @@ -309,9 +309,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 864.3421, y: 747.8797, z: -544.284} + m_Target: {x: 1940.3016, y: 819.19727, z: -1679.1433} speed: 2 - m_Value: {x: 864.3421, y: 747.8797, z: -544.284} + m_Value: {x: 1940.3016, y: 819.19727, z: -1679.1433} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -362,9 +362,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 417.57733 + m_Target: 1206.6222 speed: 2 - m_Value: 417.57733 + m_Value: 1206.6222 m_Ortho: m_Target: 1 speed: 2 @@ -493,13 +493,13 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 828 - width: 2945 - height: 479 + y: 600 + width: 1644 + height: 347 m_MinSize: {x: 331, y: 271} m_MaxSize: {x: 14001, y: 10021} vertical: 0 - controlID: 133 + controlID: 21273 --- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 @@ -517,10 +517,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 2461 - height: 479 - m_MinSize: {x: 230, y: 250} - m_MaxSize: {x: 10000, y: 10000} + width: 1374 + height: 347 + m_MinSize: {x: 231, y: 271} + m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 13} m_Panes: - {fileID: 13} @@ -548,9 +548,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 901 - width: 2460 - height: 458 + y: 673 + width: 1373 + height: 326 m_ViewDataDictionary: {fileID: 0} m_SearchFilter: m_NameFilter: @@ -573,14 +573,14 @@ MonoBehaviour: m_LastFolders: - Assets/Scenes m_LastFoldersGridSize: 85 - m_LastProjectPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme + m_LastProjectPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 9ccb0000 - m_LastClickedID: 52124 - m_ExpandedIDs: 0000000082cb000084cb000086cb000000ca9a3b + m_SelectedIDs: 6ac90000 + m_LastClickedID: 51562 + m_ExpandedIDs: 000000004ec9000050c9000052c9000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -608,7 +608,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 0000000082cb000084cb000086cb0000 + m_ExpandedIDs: 000000004ec9000050c9000052c9000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -633,8 +633,8 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_ListAreaState: - m_SelectedInstanceIDs: aecb0000 - m_LastClickedInstanceID: 52142 + m_SelectedInstanceIDs: 76c90000 + m_LastClickedInstanceID: 51574 m_HadKeyboardFocusLastEvent: 1 m_ExpandedInstanceIDs: c623000052610000584d0100b241000000000000 m_RenameOverlay: @@ -704,10 +704,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 2461 + x: 1374 y: 0 - width: 484 - height: 479 + width: 270 + height: 347 m_MinSize: {x: 100, y: 100} m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 16} @@ -735,14 +735,14 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 2461 - y: 901 - width: 482 - height: 458 + x: 1374 + y: 673 + width: 268 + height: 326 m_ViewDataDictionary: {fileID: 0} m_LockTracker: m_IsLocked: 0 - m_LastSelectedObjectID: -1666 + m_LastSelectedObjectID: 70526 --- !u!114 &17 MonoBehaviour: m_ObjectHideFlags: 52 @@ -758,12 +758,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 2945 + x: 1644 y: 0 - width: 495 - height: 1307 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} + width: 276 + height: 947 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 18} m_Panes: - {fileID: 18} @@ -789,10 +789,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 2945 + x: 1644 y: 73 - width: 494 - height: 1286 + width: 275 + height: 926 m_ViewDataDictionary: {fileID: 0} m_ObjectsLockedBeforeSerialization: [] m_InstanceIDsLockedBeforeSerialization: @@ -800,7 +800,7 @@ MonoBehaviour: m_CachedPref: 151 m_ControlHash: -371814159 m_PrefName: Preview_InspectorPreview - m_LastInspectedObjectInstanceID: 52142 + m_LastInspectedObjectInstanceID: 51574 m_LastVerticalScrollValue: 0 m_GlobalObjectId: m_LockTracker: diff --git a/Unity/t4-urbanisme/Library/PackageManager/ProjectCache b/Unity/t4-urbanisme/Library/PackageManager/ProjectCache index 1adf45d6ee3651c77637a7655119691b98ff6179..196ad6ad5f1690d7addac6b36fad926bb3e1630b 100644 --- a/Unity/t4-urbanisme/Library/PackageManager/ProjectCache +++ b/Unity/t4-urbanisme/Library/PackageManager/ProjectCache @@ -1,19 +1,19 @@ m_ProjectFiles: m_ManifestFileStatus: - m_FilePath: C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Packages/manifest.json + m_FilePath: C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Packages/manifest.json m_PathExists: 1 m_ContentTrackingEnabled: 1 m_ModificationDate: serializedVersion: 2 - ticks: 637527635542786727 + ticks: 637526207391605745 m_Hash: 2286989724 m_LockFileStatus: - m_FilePath: C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Packages/packages-lock.json + m_FilePath: C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Packages/packages-lock.json m_PathExists: 1 m_ContentTrackingEnabled: 1 m_ModificationDate: serializedVersion: 2 - ticks: 637527638062032079 + ticks: 637527718463612568 m_Hash: 2548674612 m_EmbeddedPackageManifests: m_ManifestsStatus: {} @@ -25,7 +25,7 @@ m_PackageAssets: isDirectDependency: 1 version: 5.0.4 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.animation@5.0.4 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.animation@5.0.4 assetPath: Packages/com.unity.2d.animation name: com.unity.2d.animation displayName: 2D Animation @@ -94,7 +94,6 @@ m_PackageAssets: - 5.0.4 - 6.0.0-pre.1 - 6.0.0-pre.2 - - 6.0.1 compatible: - 5.0.4 verified: 5.0.4 @@ -156,7 +155,7 @@ m_PackageAssets: isDirectDependency: 1 version: 4.0.1 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.pixel-perfect@4.0.1 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.pixel-perfect@4.0.1 assetPath: Packages/com.unity.2d.pixel-perfect name: com.unity.2d.pixel-perfect displayName: 2D Pixel Perfect @@ -194,7 +193,6 @@ m_PackageAssets: - 4.0.1 - 5.0.0-pre.1 - 5.0.0-pre.2 - - 5.0.0 compatible: - 4.0.1 verified: 4.0.1 @@ -230,7 +228,7 @@ m_PackageAssets: isDirectDependency: 1 version: 4.0.2 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.psdimporter@4.0.2 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.psdimporter@4.0.2 assetPath: Packages/com.unity.2d.psdimporter name: com.unity.2d.psdimporter displayName: 2D PSD Importer @@ -279,7 +277,6 @@ m_PackageAssets: - 4.0.2 - 5.0.0-pre.1 - 5.0.0-pre.2 - - 5.0.1 compatible: - 4.0.2 verified: 4.0.2 @@ -391,7 +388,7 @@ m_PackageAssets: isDirectDependency: 1 version: 5.1.1 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.spriteshape@5.1.1 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.spriteshape@5.1.1 assetPath: Packages/com.unity.2d.spriteshape name: com.unity.2d.spriteshape displayName: 2D SpriteShape @@ -455,7 +452,6 @@ m_PackageAssets: - 5.1.1 - 6.0.0-pre.1 - 6.0.0-pre.2 - - 6.0.0 compatible: - 5.1.1 verified: 5.1.1 @@ -571,7 +567,7 @@ m_PackageAssets: isDirectDependency: 1 version: 1.3.9 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.collab-proxy@1.3.9 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.collab-proxy@1.3.9 assetPath: Packages/com.unity.collab-proxy name: com.unity.collab-proxy displayName: Unity Collaborate @@ -666,7 +662,7 @@ m_PackageAssets: isDirectDependency: 1 version: 2.0.7 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ide.rider@2.0.7 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ide.rider@2.0.7 assetPath: Packages/com.unity.ide.rider name: com.unity.ide.rider displayName: JetBrains Rider Editor @@ -769,7 +765,7 @@ m_PackageAssets: isDirectDependency: 1 version: 2.0.7 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ide.visualstudio@2.0.7 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ide.visualstudio@2.0.7 assetPath: Packages/com.unity.ide.visualstudio name: com.unity.ide.visualstudio displayName: Visual Studio Editor @@ -850,7 +846,7 @@ m_PackageAssets: isDirectDependency: 1 version: 1.2.3 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ide.vscode@1.2.3 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ide.vscode@1.2.3 assetPath: Packages/com.unity.ide.vscode name: com.unity.ide.vscode displayName: Visual Studio Code Editor @@ -919,7 +915,7 @@ m_PackageAssets: isDirectDependency: 1 version: 1.1.22 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.test-framework@1.1.22 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.test-framework@1.1.22 assetPath: Packages/com.unity.test-framework name: com.unity.test-framework displayName: Test Framework @@ -1008,7 +1004,7 @@ m_PackageAssets: isDirectDependency: 1 version: 3.0.1 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.textmeshpro@3.0.1 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.textmeshpro@3.0.1 assetPath: Packages/com.unity.textmeshpro name: com.unity.textmeshpro displayName: TextMeshPro @@ -1159,7 +1155,7 @@ m_PackageAssets: isDirectDependency: 1 version: 1.4.6 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.timeline@1.4.6 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.timeline@1.4.6 assetPath: Packages/com.unity.timeline name: com.unity.timeline displayName: Timeline @@ -3104,7 +3100,7 @@ m_PackageAssets: isDirectDependency: 0 version: 1.0.6 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ext.nunit@1.0.6 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.ext.nunit@1.0.6 assetPath: Packages/com.unity.ext.nunit name: com.unity.ext.nunit displayName: Custom NUnit @@ -3120,18 +3116,8 @@ m_PackageAssets: errors: [] versions: all: - - 0.1.5-preview - - 0.1.6-preview - - 0.1.9-preview - - 1.0.0 - - 1.0.5 - 1.0.6 compatible: - - 0.1.5-preview - - 0.1.6-preview - - 0.1.9-preview - - 1.0.0 - - 1.0.5 - 1.0.6 verified: 1.0.6 dependencies: [] @@ -3152,7 +3138,7 @@ m_PackageAssets: entitlements: isAllowed: 1 isAssetStorePackage: 0 - datePublishedTicks: 637429759280000000 + datePublishedTicks: 0 documentationUrl: hasRepository: 1 repository: @@ -3165,7 +3151,7 @@ m_PackageAssets: isDirectDependency: 0 version: 1.1.0 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.mathematics@1.1.0 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.mathematics@1.1.0 assetPath: Packages/com.unity.mathematics name: com.unity.mathematics displayName: Mathematics @@ -3181,33 +3167,9 @@ m_PackageAssets: errors: [] versions: all: - - 0.0.12-preview.2 - - 0.0.12-preview.5 - - 0.0.12-preview.8 - - 0.0.12-preview.10 - - 0.0.12-preview.11 - - 0.0.12-preview.13 - - 0.0.12-preview.17 - - 0.0.12-preview.19 - - 0.0.12-preview.20 - - 1.0.0-preview.1 - - 1.0.1 - - 1.1.0-preview.1 - 1.1.0 - 1.2.1 compatible: - - 0.0.12-preview.2 - - 0.0.12-preview.5 - - 0.0.12-preview.8 - - 0.0.12-preview.10 - - 0.0.12-preview.11 - - 0.0.12-preview.13 - - 0.0.12-preview.17 - - 0.0.12-preview.19 - - 0.0.12-preview.20 - - 1.0.0-preview.1 - - 1.0.1 - - 1.1.0-preview.1 - 1.1.0 - 1.2.1 verified: 1.2.1 @@ -3227,7 +3189,7 @@ m_PackageAssets: entitlements: isAllowed: 1 isAssetStorePackage: 0 - datePublishedTicks: 636984649280000000 + datePublishedTicks: 0 documentationUrl: hasRepository: 1 repository: @@ -3240,7 +3202,7 @@ m_PackageAssets: isDirectDependency: 0 version: 4.0.3 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.common@4.0.3 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.common@4.0.3 assetPath: Packages/com.unity.2d.common name: com.unity.2d.common displayName: 2D Common @@ -3256,25 +3218,8 @@ m_PackageAssets: errors: [] versions: all: - - 1.0.9-preview.1 - - 1.0.9-preview.2 - - 1.0.10-preview - - 1.0.11-preview.1 - - 1.1.0-preview.1 - - 1.1.0-preview.2 - - 1.2.0-preview.1 - - 2.0.1 - - 2.0.2 - - 2.1.0 - - 3.0.0 - - 3.0.1 - - 4.0.0 - - 4.0.1 - 4.0.2 - 4.0.3 - - 5.0.0-pre.1 - - 5.0.0-pre.2 - - 5.0.0 compatible: - 4.0.2 - 4.0.3 @@ -3311,7 +3256,7 @@ m_PackageAssets: entitlements: isAllowed: 1 isAssetStorePackage: 0 - datePublishedTicks: 637408843940000000 + datePublishedTicks: 0 documentationUrl: hasRepository: 1 repository: @@ -3324,7 +3269,7 @@ m_PackageAssets: isDirectDependency: 0 version: 4.0.1 source: 1 - resolvedPath: C:\Users\thibc\OneDrive\Bureau\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.path@4.0.1 + resolvedPath: C:\Users\wollp\Documents\info_work\year two\T4\v2\t4_urbanisation\t4_urbanisation\Unity\t4-urbanisme\Library\PackageCache\com.unity.2d.path@4.0.1 assetPath: Packages/com.unity.2d.path name: com.unity.2d.path displayName: 2D Path @@ -3340,23 +3285,7 @@ m_PackageAssets: errors: [] versions: all: - - 1.0.0-preview.1 - - 1.0.0-preview.4 - - 2.0.1 - - 2.0.2 - - 2.0.3 - - 2.0.4 - - 2.0.5 - - 2.0.6 - - 2.1.0 - - 3.0.0 - - 3.0.1 - - 3.0.2 - - 4.0.0 - 4.0.1 - - 5.0.0-pre.1 - - 5.0.0-pre.2 - - 5.0.0 compatible: - 4.0.1 verified: 4.0.1 @@ -3377,7 +3306,7 @@ m_PackageAssets: entitlements: isAllowed: 1 isAssetStorePackage: 0 - datePublishedTicks: 637328350450000000 + datePublishedTicks: 0 documentationUrl: hasRepository: 1 repository: @@ -3387,5 +3316,5 @@ m_PackageAssets: path: m_LocalPackages: m_LocalFileStatus: [] -m_ProjectPath: C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Packages +m_ProjectPath: C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Packages m_EditorVersion: 2020.3.1f1 (77a89f25062f) diff --git a/Unity/t4-urbanisme/Library/PackageManager/ProjectCache.md5 b/Unity/t4-urbanisme/Library/PackageManager/ProjectCache.md5 index 80fb5f40906bf52b31d58a906870a9f7cc66df38..e9f0c98d7a62bba0e2453c63705dc35ee30b32aa 100644 --- a/Unity/t4-urbanisme/Library/PackageManager/ProjectCache.md5 +++ b/Unity/t4-urbanisme/Library/PackageManager/ProjectCache.md5 @@ -1 +1 @@ -ed914f1fc974d3c58b5b32abead3903f \ No newline at end of file +09834c8942bf33fe472d61353b64f1b6 \ No newline at end of file diff --git a/Unity/t4-urbanisme/Library/SceneVisibilityState.asset b/Unity/t4-urbanisme/Library/SceneVisibilityState.asset index db81ad36dd5200466c595c211784395f17fbfa20..f5bc3bdd2a603b0a92f38b4ad226605f3f4bbf64 100644 Binary files a/Unity/t4-urbanisme/Library/SceneVisibilityState.asset and b/Unity/t4-urbanisme/Library/SceneVisibilityState.asset differ diff --git a/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.dll b/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.dll index 20a8c3a1af7c1f0636184d944831cf7bd9f0f53c..c28fa7b4643d80043c553173023db5b9e63803a1 100644 Binary files a/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.pdb index af4f47bf16211db36c797a9608bff18fd65d4b37..d950c134714b298029381ba03c46f6cc1f6f58b6 100644 Binary files a/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Unity/t4-urbanisme/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Unity/t4-urbanisme/Library/SourceAssetDB b/Unity/t4-urbanisme/Library/SourceAssetDB index 29464d87c16ef65b5943dea41987fc58868b4905..9b371c44769efd147bbcc03a94d398fe9d24be05 100644 Binary files a/Unity/t4-urbanisme/Library/SourceAssetDB and b/Unity/t4-urbanisme/Library/SourceAssetDB differ diff --git a/Unity/t4-urbanisme/Library/StateCache/SceneView/47/47a12437cd255a6ba69f3016435a3e11.json b/Unity/t4-urbanisme/Library/StateCache/SceneView/47/47a12437cd255a6ba69f3016435a3e11.json index 114644d3706160e1cf33b8b6ff95c65018289c77..94c5d0e0e62986bdad5d8d81cc9252afc32a8199 100644 --- a/Unity/t4-urbanisme/Library/StateCache/SceneView/47/47a12437cd255a6ba69f3016435a3e11.json +++ b/Unity/t4-urbanisme/Library/StateCache/SceneView/47/47a12437cd255a6ba69f3016435a3e11.json @@ -1 +1 @@ -{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":true,"pivot":{"x":864.3421020507813,"y":747.8796997070313,"z":-544.2839965820313},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":417.57733154296877,"orthographic":true} \ No newline at end of file +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":true,"pivot":{"x":1940.3016357421875,"y":819.197265625,"z":-1679.143310546875},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":1206.6221923828125,"orthographic":true} \ No newline at end of file diff --git a/Unity/t4-urbanisme/Logs/AssetImportWorker0-prev.log b/Unity/t4-urbanisme/Logs/AssetImportWorker0-prev.log index f2f0dad915fa85f733b62743f57caa9bf1ce887f..c16c80c98f1bd0bf20d2d9bb04dd403c506cf5bf 100644 --- a/Unity/t4-urbanisme/Logs/AssetImportWorker0-prev.log +++ b/Unity/t4-urbanisme/Logs/AssetImportWorker0-prev.log @@ -1,6 +1,6 @@ Using pre-set license Built from '2020.3/release' branch; Version is '2020.3.1f1 (77a89f25062f) revision 7841951'; Using compiler version '192528614'; Build Type 'Release' -OS: 'Windows 10 Home; OS build 19042.867; Version 2009; 64bit' Language: 'fr' Physical Memory: 16334 MB +OS: 'Windows 10 Home; OS build 19042.867; Version 2009; 64bit' Language: 'fr' Physical Memory: 16316 MB BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 COMMAND LINE ARGUMENTS: @@ -11,1712 +11,176 @@ C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Unity.exe -name AssetImportWorker0 -projectPath -C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme +C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme -logFile Logs/AssetImportWorker0.log -srvPort -57003 -Successfully changed project path to: C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme -C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme +51416 +Successfully changed project path to: C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme +C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 176.76 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 168.84 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.1f1 (77a89f25062f) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Assets +[Subsystems] Discovering subsystems at path C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Assets GfxDevice: creating device client; threaded=0 Direct3D: Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce RTX 2070 (ID=0x1f02) + Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484) Vendor: - VRAM: 8031 MB - Driver: 27.21.14.5751 + VRAM: 8043 MB + Driver: 27.21.14.6109 Initialize mono Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56060 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56136 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.003151 seconds. +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/LuminSupport/UnityEditor.Lumin.Extensions.dll +Registered in 0.006696 seconds. +Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 161.59 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 167.24 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.707 seconds +- Completed reload, in 2.956 seconds Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.002747 seconds. +Registered in 0.003509 seconds. Begin MonoManager ReloadAssembly +Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 161.32 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 145.75 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.326 seconds +- Completed reload, in 1.491 seconds Platform modules already initialized, skipping ======================================================================== Worker process is ready to serve import requests -Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds -Refreshing native plugins compatible for Editor in 1.95 ms, found 1 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds +Refreshing native plugins compatible for Editor in 1.39 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1835 Unused Serialized files (Serialized files now loaded: 0) +Unloading 1837 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 94.5 MB. System memory in use after: 94.4 MB. -Unloading 24 unused Assets to reduce memory usage. Loaded Objects now: 2280. -Total: 2.448500 ms (FindLiveObjects: 0.238200 ms CreateObjectMapping: 0.050800 ms MarkObjects: 1.993600 ms DeleteObjects: 0.164600 ms) +Unloading 24 unused Assets to reduce memory usage. Loaded Objects now: 2282. +Total: 2.762300 ms (FindLiveObjects: 0.265700 ms CreateObjectMapping: 0.055300 ms MarkObjects: 2.281100 ms DeleteObjects: 0.158600 ms) ======================================================================== Received Import Request. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '73d2e77ddd2652f213fd580572d6cb12') in 0.022919 seconds - Import took 0.027175 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000230 seconds. - path: Assets/Scenes - artifactKey: Guid(2348a314689bd76468e627a72d6168fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes using Guid(2348a314689bd76468e627a72d6168fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '76a8360848feac063316709202b3a13d') in 0.011123 seconds - Import took 0.015243 seconds . - -======================================================================== -Received Import Request. - Time since last request: 40.121223 seconds. - path: Assets/Scenes/MainMenu.unity - artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89e19fd8548bd39e6dca5d55cc92c173') in 0.011791 seconds - Import took 0.016286 seconds . - -======================================================================== -Received Import Request. - Time since last request: 11.527311 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0ea1804cb6cd4ffaffa45c54b37f9aa6') in 0.009754 seconds - Import took 0.014200 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000280 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0ea1804cb6cd4ffaffa45c54b37f9aa6') in 0.009221 seconds - Import took 0.013290 seconds . - -======================================================================== -Received Import Request. - Time since last request: 39.184629 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eeab9a62d90d730ba37067da0b234cef') in 0.009940 seconds - Import took 0.014734 seconds . - -======================================================================== -Received Import Request. - Time since last request: 64.287932 seconds. - path: Assets/scripts - artifactKey: Guid(12d6687ee65288d4d86f1e665cac0c5d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts using Guid(12d6687ee65288d4d86f1e665cac0c5d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '477c1eb925ca020ef1ef8daa001026f3') in 0.011237 seconds - Import took 0.016167 seconds . - -======================================================================== -Received Import Request. - Time since last request: 7.022803 seconds. - path: Assets/scripts/CameraMenu.cs - artifactKey: Guid(da11716b946016342ad7bb8f97e5d3be) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/CameraMenu.cs using Guid(da11716b946016342ad7bb8f97e5d3be) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7b9971d3d5959b3ff55df9125ec64050') in 0.076012 seconds - Import took 0.080075 seconds . - -======================================================================== -Received Import Request. - Time since last request: 22.646993 seconds. - path: Assets/scripts/DontDestroyOnLoadScene.cs - artifactKey: Guid(50422e5c33f805c4cbe64a0c214b247e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/DontDestroyOnLoadScene.cs using Guid(50422e5c33f805c4cbe64a0c214b247e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '43aaa31a86ee74fbd8b65e079a37e82c') in 0.011173 seconds - Import took 0.015398 seconds . - -======================================================================== -Received Import Request. - Time since last request: 75.857877 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd1a40a1eb8380b40bbdce7d0a1b254e2') in 0.010951 seconds - Import took 0.015531 seconds . - -======================================================================== -Received Import Request. - Time since last request: 13.143340 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e38e9f875af70bc3dc97b64c89d01ec6') in 0.009396 seconds - Import took 0.013855 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000346 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e38e9f875af70bc3dc97b64c89d01ec6') in 0.009345 seconds - Import took 0.013505 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002945 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.053 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.77 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1817 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 93.5 MB. -System memory in use after: 93.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2284. -Total: 2.479500 ms (FindLiveObjects: 0.256600 ms CreateObjectMapping: 0.054300 ms MarkObjects: 2.024900 ms DeleteObjects: 0.142800 ms) - -======================================================================== -Received Import Request. - Time since last request: 355.303464 seconds. - path: Assets/import - artifactKey: Guid(594a2e4069676fc4c88fd060ba688ebf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/import using Guid(594a2e4069676fc4c88fd060ba688ebf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '12984d8b73a3babe8059769fd606f71c') in 0.014581 seconds - Import took 0.019036 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.385248 seconds. - path: Assets/import/CITY_MEGA.png - artifactKey: Guid(a048a502839a3444fa014d7af7656955) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/import/CITY_MEGA.png using Guid(a048a502839a3444fa014d7af7656955) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '42d8c15b927b4eab1fbac6c82e642282') in 10.655621 seconds - Import took 10.713524 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000484 seconds. - path: Assets/import/SHIPPING_DOCKS_AREA.png - artifactKey: Guid(6357a474d8efc604f9e518bf0b2a5d55) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/import/SHIPPING_DOCKS_AREA.png using Guid(6357a474d8efc604f9e518bf0b2a5d55) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9859587a12197c0de75c87b0ac17c3b2') in 1.876459 seconds - Import took 1.888751 seconds . - -======================================================================== -Received Import Request. - Time since last request: 117.671362 seconds. - path: Assets/Scenes/quartier_amlelioration.unity - artifactKey: Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/quartier_amlelioration.unity using Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c32ddb48485b4161f82ba0f018741d7b') in 0.011940 seconds - Import took 0.016871 seconds . - -======================================================================== -Received Import Request. - Time since last request: 66.324102 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '88e8258701b5d7250cee3a0bbd67b9d9') in 0.010079 seconds - Import took 0.015141 seconds . - -======================================================================== -Received Import Request. - Time since last request: 92.781868 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e9015f02f74929714ab231eabd409f02') in 0.009532 seconds - Import took 0.014606 seconds . - -======================================================================== -Received Import Request. - Time since last request: 105.966663 seconds. - path: Assets/scripts/Script_score.cs - artifactKey: Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/Script_score.cs using Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7e8cae89a6f0fc7c49e5211f552a166c') in 0.012415 seconds - Import took 0.016823 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002760 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.099 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.3 MB. -System memory in use after: 101.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2297. -Total: 2.534100 ms (FindLiveObjects: 0.261500 ms CreateObjectMapping: 0.052800 ms MarkObjects: 2.071100 ms DeleteObjects: 0.147700 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002766 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.065 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.4 MB. -System memory in use after: 101.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2301. -Total: 2.549100 ms (FindLiveObjects: 0.245100 ms CreateObjectMapping: 0.053100 ms MarkObjects: 2.097500 ms DeleteObjects: 0.152300 ms) - -======================================================================== -Received Import Request. - Time since last request: 354.518434 seconds. - path: Assets/Scenes/quartier_amlelioration.unity - artifactKey: Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/quartier_amlelioration.unity using Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f20612d793caf7a0d3f5985042796801') in 0.020720 seconds - Import took 0.025159 seconds . - -======================================================================== -Received Import Request. - Time since last request: 74.096167 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '82ff7981a94c52530699c8e360255c0d') in 0.009781 seconds - Import took 0.014423 seconds . - -======================================================================== -Received Import Request. - Time since last request: 99.989302 seconds. - path: Assets/TextMesh Pro/Fonts/LiberationSans.ttf - artifactKey: Guid(e3265ab4bf004d28a9537516768c1c75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Fonts/LiberationSans.ttf using Guid(e3265ab4bf004d28a9537516768c1c75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2760cdf62bdff77309e67ead321be73e') in 0.158102 seconds - Import took 0.162659 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000266 seconds. - path: Assets/TextMesh Pro/Fonts/pixelated.ttf - artifactKey: Guid(3899da8c8d602e74284a4a08a4723bb9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Fonts/pixelated.ttf using Guid(3899da8c8d602e74284a4a08a4723bb9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5a9c56f90e6cf4e2e25a2829f78f39cd') in 0.022213 seconds - Import took 0.026621 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002772 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.70 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.042 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.8 MB. -System memory in use after: 101.8 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2347. -Total: 2.656900 ms (FindLiveObjects: 0.284800 ms CreateObjectMapping: 0.071100 ms MarkObjects: 2.148900 ms DeleteObjects: 0.150700 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002814 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.040 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.67 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.8 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2351. -Total: 2.600100 ms (FindLiveObjects: 0.301700 ms CreateObjectMapping: 0.065100 ms MarkObjects: 2.080000 ms DeleteObjects: 0.152000 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003095 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.053 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2355. -Total: 2.440000 ms (FindLiveObjects: 0.252700 ms CreateObjectMapping: 0.051600 ms MarkObjects: 1.988200 ms DeleteObjects: 0.146600 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002894 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.81 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.059 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2359. -Total: 2.576200 ms (FindLiveObjects: 0.277500 ms CreateObjectMapping: 0.063800 ms MarkObjects: 2.083000 ms DeleteObjects: 0.150700 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002911 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 2.61 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.072 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.06 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2363. -Total: 2.687700 ms (FindLiveObjects: 0.271900 ms CreateObjectMapping: 0.062900 ms MarkObjects: 2.196000 ms DeleteObjects: 0.155700 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002803 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.052 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2367. -Total: 2.504600 ms (FindLiveObjects: 0.242000 ms CreateObjectMapping: 0.054700 ms MarkObjects: 2.065700 ms DeleteObjects: 0.140900 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002754 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.065 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2371. -Total: 2.532100 ms (FindLiveObjects: 0.281700 ms CreateObjectMapping: 0.065300 ms MarkObjects: 2.032000 ms DeleteObjects: 0.151900 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002878 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.67 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.035 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2375. -Total: 2.507400 ms (FindLiveObjects: 0.248100 ms CreateObjectMapping: 0.055100 ms MarkObjects: 2.057100 ms DeleteObjects: 0.145900 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002969 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.059 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2379. -Total: 2.626400 ms (FindLiveObjects: 0.264600 ms CreateObjectMapping: 0.053100 ms MarkObjects: 2.148400 ms DeleteObjects: 0.159200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003313 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 2.20 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.209 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.10 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2383. -Total: 3.754800 ms (FindLiveObjects: 0.307600 ms CreateObjectMapping: 0.058400 ms MarkObjects: 3.206000 ms DeleteObjects: 0.181100 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002762 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.77 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.099 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 101.9 MB. -System memory in use after: 101.9 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2387. -Total: 2.568700 ms (FindLiveObjects: 0.270600 ms CreateObjectMapping: 0.057400 ms MarkObjects: 2.087200 ms DeleteObjects: 0.152600 ms) - -======================================================================== -Received Import Request. - Time since last request: 2534.275341 seconds. - path: Assets/Scenes/tableau score.unity - artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc3bbb0ec6e93955fd86657f21869e8d') in 0.022431 seconds - Import took 0.027188 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002712 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.096 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.80 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2391. -Total: 2.768300 ms (FindLiveObjects: 0.273400 ms CreateObjectMapping: 0.054900 ms MarkObjects: 2.276300 ms DeleteObjects: 0.162100 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002805 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.067 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2395. -Total: 2.582900 ms (FindLiveObjects: 0.282300 ms CreateObjectMapping: 0.065500 ms MarkObjects: 2.083200 ms DeleteObjects: 0.150900 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002814 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.058 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2399. -Total: 2.525200 ms (FindLiveObjects: 0.285300 ms CreateObjectMapping: 0.060100 ms MarkObjects: 2.028400 ms DeleteObjects: 0.150300 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002919 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.77 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.069 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2403. -Total: 2.596500 ms (FindLiveObjects: 0.291000 ms CreateObjectMapping: 0.055600 ms MarkObjects: 2.090500 ms DeleteObjects: 0.157200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002717 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 2.42 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.068 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.93 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2407. -Total: 2.750700 ms (FindLiveObjects: 0.309900 ms CreateObjectMapping: 0.057900 ms MarkObjects: 2.220000 ms DeleteObjects: 0.161600 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002805 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.056 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2411. -Total: 2.628600 ms (FindLiveObjects: 0.297200 ms CreateObjectMapping: 0.069400 ms MarkObjects: 2.103400 ms DeleteObjects: 0.157600 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002764 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.050 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.75 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2415. -Total: 2.563500 ms (FindLiveObjects: 0.292900 ms CreateObjectMapping: 0.055100 ms MarkObjects: 2.061200 ms DeleteObjects: 0.152400 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002828 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.66 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.032 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2419. -Total: 2.569000 ms (FindLiveObjects: 0.278200 ms CreateObjectMapping: 0.055000 ms MarkObjects: 2.080200 ms DeleteObjects: 0.154500 ms) - -======================================================================== -Received Import Request. - Time since last request: 583.192596 seconds. - path: Assets/Scenes/quartier_amlelioration.unity - artifactKey: Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/quartier_amlelioration.unity using Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1de480e2907d2d6e227f6ddcfdff471e') in 0.021907 seconds - Import took 0.027224 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002823 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.041 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2423. -Total: 2.954900 ms (FindLiveObjects: 0.280000 ms CreateObjectMapping: 0.056700 ms MarkObjects: 2.349400 ms DeleteObjects: 0.267200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002852 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.059 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2427. -Total: 2.634900 ms (FindLiveObjects: 0.263000 ms CreateObjectMapping: 0.057200 ms MarkObjects: 2.157700 ms DeleteObjects: 0.155800 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003018 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.69 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.071 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1818 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.0 MB. -System memory in use after: 102.0 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2431. -Total: 2.563600 ms (FindLiveObjects: 0.287500 ms CreateObjectMapping: 0.054000 ms MarkObjects: 2.070500 ms DeleteObjects: 0.150500 ms) - -======================================================================== -Received Import Request. - Time since last request: 522.859517 seconds. - path: Assets/scripts/DestroyOnLaod.cs - artifactKey: Guid(0dac0b1f2bd20b74387cf1e7deb1710b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/DestroyOnLaod.cs using Guid(0dac0b1f2bd20b74387cf1e7deb1710b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e874b3f5741166dac68ba629f24f8b9a') in 0.017153 seconds - Import took 0.021774 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003719 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 8.17 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.183 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.96 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2436. -Total: 2.642200 ms (FindLiveObjects: 0.288000 ms CreateObjectMapping: 0.054900 ms MarkObjects: 2.138900 ms DeleteObjects: 0.158600 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002773 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.082 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.77 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2440. -Total: 2.791800 ms (FindLiveObjects: 0.316600 ms CreateObjectMapping: 0.065100 ms MarkObjects: 2.239300 ms DeleteObjects: 0.168800 ms) - -======================================================================== -Received Import Request. - Time since last request: 178.463457 seconds. - path: Assets/Scenes/MainMenu.unity - artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '39497d70d65a93b25703a44da84f40a0') in 0.022566 seconds - Import took 0.027815 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002739 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.068 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2444. -Total: 2.523200 ms (FindLiveObjects: 0.268300 ms CreateObjectMapping: 0.052900 ms MarkObjects: 2.050200 ms DeleteObjects: 0.151000 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002829 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.063 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.75 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2448. -Total: 2.723800 ms (FindLiveObjects: 0.308400 ms CreateObjectMapping: 0.068500 ms MarkObjects: 2.195100 ms DeleteObjects: 0.150200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002780 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.81 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.081 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.80 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2452. -Total: 2.815300 ms (FindLiveObjects: 0.277400 ms CreateObjectMapping: 0.055500 ms MarkObjects: 2.311700 ms DeleteObjects: 0.168800 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002825 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.061 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2456. -Total: 2.601500 ms (FindLiveObjects: 0.266800 ms CreateObjectMapping: 0.055600 ms MarkObjects: 2.127500 ms DeleteObjects: 0.150500 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002828 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.062 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.06 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2460. -Total: 3.303700 ms (FindLiveObjects: 0.463500 ms CreateObjectMapping: 0.114500 ms MarkObjects: 2.559200 ms DeleteObjects: 0.164900 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002840 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.77 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.063 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.1 MB. -System memory in use after: 102.1 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2464. -Total: 2.563900 ms (FindLiveObjects: 0.275600 ms CreateObjectMapping: 0.057100 ms MarkObjects: 2.086100 ms DeleteObjects: 0.144100 ms) - -======================================================================== -Received Import Request. - Time since last request: 550.539585 seconds. - path: Assets/Scenes/quartier_amlelioration.unity - artifactKey: Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/quartier_amlelioration.unity using Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b31dd56a5eba3a6403f9a00639dd73d2') in 0.021282 seconds - Import took 0.025966 seconds . - -======================================================================== -Received Import Request. - Time since last request: 5.521547 seconds. - path: Assets/Scenes/MainMenu.unity - artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '61decf2e2751bad47b8f5391cbac9d31') in 0.011814 seconds - Import took 0.016164 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002778 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.91 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.169 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.05 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.2 MB. -System memory in use after: 102.2 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2468. -Total: 3.602600 ms (FindLiveObjects: 0.559900 ms CreateObjectMapping: 0.156300 ms MarkObjects: 2.714900 ms DeleteObjects: 0.170000 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002913 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.094 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.80 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.2 MB. -System memory in use after: 102.2 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2472. -Total: 3.484800 ms (FindLiveObjects: 0.447500 ms CreateObjectMapping: 0.060400 ms MarkObjects: 2.791100 ms DeleteObjects: 0.183700 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002921 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.047 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.81 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.2 MB. -System memory in use after: 102.2 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2476. -Total: 2.563800 ms (FindLiveObjects: 0.278900 ms CreateObjectMapping: 0.060500 ms MarkObjects: 2.064500 ms DeleteObjects: 0.158400 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002736 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.029 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.08 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.2 MB. -System memory in use after: 102.2 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2480. -Total: 2.523400 ms (FindLiveObjects: 0.289300 ms CreateObjectMapping: 0.055200 ms MarkObjects: 2.022000 ms DeleteObjects: 0.155900 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002903 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.70 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.043 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.2 MB. -System memory in use after: 102.2 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2484. -Total: 2.588400 ms (FindLiveObjects: 0.261000 ms CreateObjectMapping: 0.056400 ms MarkObjects: 2.119700 ms DeleteObjects: 0.150300 ms) - -======================================================================== -Received Import Request. - Time since last request: 464.197725 seconds. - path: Assets/Ressources - artifactKey: Guid(5276f8818b84ea74e8ec8e9d6b826f34) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Ressources using Guid(5276f8818b84ea74e8ec8e9d6b826f34) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f5b7804529a480c203e1ea73055b5257') in 0.018247 seconds - Import took 0.022925 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.876669 seconds. - path: Assets/Ressources/img - artifactKey: Guid(cf832fd926c4b2441b04d510ce9b2264) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Ressources/img using Guid(cf832fd926c4b2441b04d510ce9b2264) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6598a9f4c0b78e48feaee0e4b0be3fcd') in 0.011706 seconds - Import took 0.015828 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054695 seconds. - path: Assets/Ressources/img/drugs.png - artifactKey: Guid(bb1f36a05d77fd846883b83d96cf01a5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Ressources/img/drugs.png using Guid(bb1f36a05d77fd846883b83d96cf01a5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3e273911f9e7fa7b2fc2cfa71f5a699a') in 0.173802 seconds - Import took 0.177991 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000231 seconds. - path: Assets/Ressources/img/parc_test.png - artifactKey: Guid(89861f7811eb9204d8e5ada017f20a98) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Ressources/img/parc_test.png using Guid(89861f7811eb9204d8e5ada017f20a98) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bff74dfd530f61c630c16eadd5cd9615') in 0.031031 seconds - Import took 0.035285 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.002384 seconds. - path: Assets/Ressources/img/parc_test.png - artifactKey: Guid(89861f7811eb9204d8e5ada017f20a98) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Ressources/img/parc_test.png using Guid(89861f7811eb9204d8e5ada017f20a98) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bff74dfd530f61c630c16eadd5cd9615') in 0.023468 seconds - Import took 0.028047 seconds . - -======================================================================== -Received Import Request. - Time since last request: 9.535687 seconds. - path: Assets/Ressources/img/hopitalgood.png - artifactKey: Guid(233ddedc166406343889b661518871d0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Ressources/img/hopitalgood.png using Guid(233ddedc166406343889b661518871d0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8b38b30265ab960bd043c604fb6a0498') in 0.053682 seconds - Import took 0.058082 seconds . - -======================================================================== -Received Import Request. - Time since last request: 202.907831 seconds. - path: Assets/Audio/Musique/06 - For Pete's Sake - Mark Miller.mp3 - artifactKey: Guid(715405faffd6f8d4eab79a04a47a0658) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Audio/Musique/06 - For Pete's Sake - Mark Miller.mp3 using Guid(715405faffd6f8d4eab79a04a47a0658) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e5e5bcae85ca58dad37a76b80e65cfa5') in 0.106959 seconds - Import took 0.111652 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000243 seconds. - path: Assets/Audio/Musique/Bob's Adventures - And I must follow if I can.mp3 - artifactKey: Guid(1c00a04e85f7b0b4793e52e7d1539223) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Audio/Musique/Bob's Adventures - And I must follow if I can.mp3 using Guid(1c00a04e85f7b0b4793e52e7d1539223) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cbbddd37f16361e76a07ba03115f0162') in 0.022556 seconds - Import took 0.026584 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000250 seconds. - path: Assets/Audio/Musique/Bob's Adventures - back34.mp3 - artifactKey: Guid(afaa5d9eb9d5f32479b4be103c2ed23a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Audio/Musique/Bob's Adventures - back34.mp3 using Guid(afaa5d9eb9d5f32479b4be103c2ed23a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dcafb5c907b9714c50d6fbd8a4de0c07') in 0.024706 seconds - Import took 0.028821 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000208 seconds. - path: Assets/Characters/character-animations.png - artifactKey: Guid(51cb6dfa93440f74d812700dae5669d2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Characters/character-animations.png using Guid(51cb6dfa93440f74d812700dae5669d2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3c4d6b3a66e56b57bd83dd1868a71edc') in 0.148851 seconds - Import took 0.153468 seconds . - -======================================================================== -Received Import Request. - Time since last request: 46.180877 seconds. - path: Assets/scripts/Hoover.cs - artifactKey: Guid(14ec942ed802bc44a8fabb40567b8938) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/Hoover.cs using Guid(14ec942ed802bc44a8fabb40567b8938) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '445b67a94f97324bffd6ad5728b70ba8') in 0.012241 seconds - Import took 0.016864 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002793 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.94 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.128 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.84 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1820 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2498. -Total: 3.011600 ms (FindLiveObjects: 0.342800 ms CreateObjectMapping: 0.066800 ms MarkObjects: 2.429900 ms DeleteObjects: 0.170400 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002828 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.053 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1820 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2502. -Total: 2.560800 ms (FindLiveObjects: 0.281100 ms CreateObjectMapping: 0.054400 ms MarkObjects: 2.070300 ms DeleteObjects: 0.154300 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002848 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.062 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1820 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2506. -Total: 2.536600 ms (FindLiveObjects: 0.283600 ms CreateObjectMapping: 0.053400 ms MarkObjects: 2.048800 ms DeleteObjects: 0.149500 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002759 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.088 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.77 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1820 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2510. -Total: 2.742000 ms (FindLiveObjects: 0.304100 ms CreateObjectMapping: 0.056400 ms MarkObjects: 2.220400 ms DeleteObjects: 0.159800 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002654 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.067 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1820 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2514. -Total: 2.610500 ms (FindLiveObjects: 0.302600 ms CreateObjectMapping: 0.065800 ms MarkObjects: 2.086300 ms DeleteObjects: 0.154400 ms) - -======================================================================== -Received Import Request. - Time since last request: 2130.879592 seconds. - path: Assets/scripts/Hoover.cs - artifactKey: Guid(14ec942ed802bc44a8fabb40567b8938) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/Hoover.cs using Guid(14ec942ed802bc44a8fabb40567b8938) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '826f11c169272c5e3e0b6d16a393cc12') in 0.014481 seconds - Import took 0.018984 seconds . + path: Assets/scripts/Script_score.cs + artifactKey: Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/scripts/Script_score.cs using Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3adacc79472a13bc6d118fdff00a4fc9') in 0.042728 seconds + Import took 0.046512 seconds . ======================================================================== Received Import Request. - Time since last request: 0.001215 seconds. - path: Assets/scripts/Hoover.cs - artifactKey: Guid(14ec942ed802bc44a8fabb40567b8938) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/Hoover.cs using Guid(14ec942ed802bc44a8fabb40567b8938) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '826f11c169272c5e3e0b6d16a393cc12') in 0.008863 seconds - Import took 0.012854 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003609 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.072 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 13 unused Assets to reduce memory usage. Loaded Objects now: 2517. -Total: 2.601400 ms (FindLiveObjects: 0.282300 ms CreateObjectMapping: 0.058700 ms MarkObjects: 2.107000 ms DeleteObjects: 0.152100 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002723 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.060 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2521. -Total: 2.854500 ms (FindLiveObjects: 0.303300 ms CreateObjectMapping: 0.074700 ms MarkObjects: 2.304400 ms DeleteObjects: 0.170700 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003062 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.87 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.172 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.01 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2525. -Total: 3.033500 ms (FindLiveObjects: 0.399100 ms CreateObjectMapping: 0.057200 ms MarkObjects: 2.317800 ms DeleteObjects: 0.258200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002788 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.034 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2529. -Total: 2.667000 ms (FindLiveObjects: 0.295900 ms CreateObjectMapping: 0.057100 ms MarkObjects: 2.165700 ms DeleteObjects: 0.147400 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002750 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.70 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.047 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.3 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2533. -Total: 2.617000 ms (FindLiveObjects: 0.296400 ms CreateObjectMapping: 0.060100 ms MarkObjects: 2.109200 ms DeleteObjects: 0.150500 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002906 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.92 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.177 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.86 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.3 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2537. -Total: 2.654100 ms (FindLiveObjects: 0.306000 ms CreateObjectMapping: 0.055600 ms MarkObjects: 2.138900 ms DeleteObjects: 0.152400 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002658 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.071 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2541. -Total: 3.037500 ms (FindLiveObjects: 0.308200 ms CreateObjectMapping: 0.055400 ms MarkObjects: 2.512200 ms DeleteObjects: 0.160100 ms) + Time since last request: 8.031900 seconds. + path: Assets/Scenes/tableau score.unity + artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dbd5a1014eb81aff07aa73418a565a55') in 0.013237 seconds + Import took 0.016349 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.003483 seconds. +Registered in 0.002244 seconds. Begin MonoManager ReloadAssembly +Native extension for Lumin target not found Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found Refreshing native plugins compatible for Editor in 1.94 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.141 seconds +- Completed reload, in 1.014 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.00 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 2.15 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2545. -Total: 3.095000 ms (FindLiveObjects: 0.371800 ms CreateObjectMapping: 0.068100 ms MarkObjects: 2.458900 ms DeleteObjects: 0.195000 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003083 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.040 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2549. -Total: 2.658400 ms (FindLiveObjects: 0.271000 ms CreateObjectMapping: 0.056600 ms MarkObjects: 2.182600 ms DeleteObjects: 0.147200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.003220 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 2.76 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.182 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.93 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2553. -Total: 2.997300 ms (FindLiveObjects: 0.321200 ms CreateObjectMapping: 0.056000 ms MarkObjects: 2.415600 ms DeleteObjects: 0.203200 ms) - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002676 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.054 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. +System memory in use before: 93.4 MB. +System memory in use after: 93.4 MB. -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2557. -Total: 2.592600 ms (FindLiveObjects: 0.310300 ms CreateObjectMapping: 0.066300 ms MarkObjects: 2.059300 ms DeleteObjects: 0.155400 ms) +Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2286. +Total: 2.454300 ms (FindLiveObjects: 0.291800 ms CreateObjectMapping: 0.044300 ms MarkObjects: 1.998400 ms DeleteObjects: 0.118400 ms) ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.002696 seconds. +Registered in 0.001987 seconds. Begin MonoManager ReloadAssembly +Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.21 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.067 seconds +- Completed reload, in 0.904 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.23 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. +System memory in use before: 93.5 MB. +System memory in use after: 93.5 MB. -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2561. -Total: 2.557400 ms (FindLiveObjects: 0.294600 ms CreateObjectMapping: 0.055600 ms MarkObjects: 2.051100 ms DeleteObjects: 0.155000 ms) +Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2290. +Total: 2.284200 ms (FindLiveObjects: 0.191500 ms CreateObjectMapping: 0.040300 ms MarkObjects: 1.912100 ms DeleteObjects: 0.138900 ms) ======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.002808 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.073 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. - -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2565. -Total: 2.600500 ms (FindLiveObjects: 0.276700 ms CreateObjectMapping: 0.056700 ms MarkObjects: 2.117300 ms DeleteObjects: 0.148800 ms) +Received Import Request. + Time since last request: 65.945111 seconds. + path: Assets/Scenes/MainMenu.unity + artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89e19fd8548bd39e6dca5d55cc92c173') in 0.023827 seconds + Import took 0.027854 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.002836 seconds. +Registered in 0.002474 seconds. Begin MonoManager ReloadAssembly +Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.73 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.40 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.040 seconds +- Completed reload, in 0.886 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.21 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 102.4 MB. -System memory in use after: 102.4 MB. +System memory in use before: 93.5 MB. +System memory in use after: 93.5 MB. -Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2569. -Total: 2.608800 ms (FindLiveObjects: 0.294700 ms CreateObjectMapping: 0.056900 ms MarkObjects: 2.100500 ms DeleteObjects: 0.155900 ms) +Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2294. +Total: 2.326800 ms (FindLiveObjects: 0.217300 ms CreateObjectMapping: 0.042500 ms MarkObjects: 1.945300 ms DeleteObjects: 0.120500 ms) AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Unity/t4-urbanisme/Logs/AssetImportWorker0.log b/Unity/t4-urbanisme/Logs/AssetImportWorker0.log index c16c80c98f1bd0bf20d2d9bb04dd403c506cf5bf..41264f125a9cade041c79357ea93651a442ec829 100644 --- a/Unity/t4-urbanisme/Logs/AssetImportWorker0.log +++ b/Unity/t4-urbanisme/Logs/AssetImportWorker0.log @@ -1,6 +1,6 @@ Using pre-set license Built from '2020.3/release' branch; Version is '2020.3.1f1 (77a89f25062f) revision 7841951'; Using compiler version '192528614'; Build Type 'Release' -OS: 'Windows 10 Home; OS build 19042.867; Version 2009; 64bit' Language: 'fr' Physical Memory: 16316 MB +OS: 'Windows 10 Home; OS build 19042.867; Version 2009; 64bit' Language: 'fr' Physical Memory: 16334 MB BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 COMMAND LINE ARGUMENTS: @@ -11,176 +11,190 @@ C:\Program Files\Unity\Hub\Editor\2020.3.1f1\Editor\Unity.exe -name AssetImportWorker0 -projectPath -C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme +C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme -logFile Logs/AssetImportWorker0.log -srvPort -51416 -Successfully changed project path to: C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme -C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme +59100 +Successfully changed project path to: C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme +C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 168.84 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 176.91 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.1f1 (77a89f25062f) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path C:/Users/thibc/OneDrive/Bureau/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Assets +[Subsystems] Discovering subsystems at path C:/Users/wollp/Documents/info_work/year two/T4/v2/t4_urbanisation/t4_urbanisation/Unity/t4-urbanisme/Assets GfxDevice: creating device client; threaded=0 Direct3D: Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484) + Renderer: NVIDIA GeForce RTX 2070 (ID=0x1f02) Vendor: - VRAM: 8043 MB - Driver: 27.21.14.6109 + VRAM: 8031 MB + Driver: 27.21.14.5751 Initialize mono Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56136 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56020 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.1f1/Editor/Data/PlaybackEngines/LuminSupport/UnityEditor.Lumin.Extensions.dll -Registered in 0.006696 seconds. -Native extension for Lumin target not found +Registered in 0.003117 seconds. Native extension for WindowsStandalone target not found -Native extension for OSXStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 167.24 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 155.97 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 2.956 seconds +- Completed reload, in 1.635 seconds Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.003509 seconds. +Registered in 0.002661 seconds. Begin MonoManager ReloadAssembly -Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Native extension for OSXStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 145.75 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 158.06 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.491 seconds +- Completed reload, in 1.309 seconds Platform modules already initialized, skipping ======================================================================== Worker process is ready to serve import requests -Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds -Refreshing native plugins compatible for Editor in 1.39 ms, found 1 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds +Refreshing native plugins compatible for Editor in 1.67 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1837 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 94.5 MB. -System memory in use after: 94.4 MB. +System memory in use after: 94.5 MB. Unloading 24 unused Assets to reduce memory usage. Loaded Objects now: 2282. -Total: 2.762300 ms (FindLiveObjects: 0.265700 ms CreateObjectMapping: 0.055300 ms MarkObjects: 2.281100 ms DeleteObjects: 0.158600 ms) +Total: 2.492800 ms (FindLiveObjects: 0.267000 ms CreateObjectMapping: 0.052800 ms MarkObjects: 2.000800 ms DeleteObjects: 0.170700 ms) ======================================================================== Received Import Request. - path: Assets/scripts/Script_score.cs - artifactKey: Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/scripts/Script_score.cs using Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3adacc79472a13bc6d118fdff00a4fc9') in 0.042728 seconds - Import took 0.046512 seconds . + path: Assets/Scenes/quartier_amlelioration.unity + artifactKey: Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/quartier_amlelioration.unity using Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '79c9c826aa274b06e868b8de8ee0da40') in 0.022429 seconds + Import took 0.026484 seconds . ======================================================================== Received Import Request. - Time since last request: 8.031900 seconds. + Time since last request: 11.112309 seconds. path: Assets/Scenes/tableau score.unity artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dbd5a1014eb81aff07aa73418a565a55') in 0.013237 seconds - Import took 0.016349 seconds . +Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '04072685731b75f7790a5876e1651b03') in 0.011190 seconds + Import took 0.015176 seconds . + +======================================================================== +Received Import Request. + Time since last request: 9.062159 seconds. + path: Assets/Scenes/MainMenu.unity + artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '61decf2e2751bad47b8f5391cbac9d31') in 0.009839 seconds + Import took 0.014175 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000390 seconds. + path: Assets/Scenes/MainMenu.unity + artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '61decf2e2751bad47b8f5391cbac9d31') in 0.004807 seconds + Import took 0.008615 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.002244 seconds. +Registered in 0.002517 seconds. Begin MonoManager ReloadAssembly -Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Native extension for OSXStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 1.94 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.66 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.014 seconds +- Completed reload, in 1.050 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.15 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.68 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 93.4 MB. -System memory in use after: 93.4 MB. +System memory in use before: 93.5 MB. +System memory in use after: 93.5 MB. Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2286. -Total: 2.454300 ms (FindLiveObjects: 0.291800 ms CreateObjectMapping: 0.044300 ms MarkObjects: 1.998400 ms DeleteObjects: 0.118400 ms) +Total: 2.429700 ms (FindLiveObjects: 0.244500 ms CreateObjectMapping: 0.053200 ms MarkObjects: 1.989300 ms DeleteObjects: 0.141500 ms) ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.001987 seconds. +Registered in 0.002933 seconds. Begin MonoManager ReloadAssembly -Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Native extension for OSXStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 1.21 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.80 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 0.904 seconds +- Completed reload, in 1.085 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.23 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 93.5 MB. System memory in use after: 93.5 MB. Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2290. -Total: 2.284200 ms (FindLiveObjects: 0.191500 ms CreateObjectMapping: 0.040300 ms MarkObjects: 1.912100 ms DeleteObjects: 0.138900 ms) +Total: 2.879900 ms (FindLiveObjects: 0.291600 ms CreateObjectMapping: 0.053300 ms MarkObjects: 2.372700 ms DeleteObjects: 0.160900 ms) ======================================================================== Received Import Request. - Time since last request: 65.945111 seconds. - path: Assets/Scenes/MainMenu.unity - artifactKey: Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/MainMenu.unity using Guid(70dd61d5361a50445b1cfb6874cac00b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89e19fd8548bd39e6dca5d55cc92c173') in 0.023827 seconds - Import took 0.027854 seconds . + Time since last request: 750.730989 seconds. + path: Assets/Scenes/quartier_amlelioration.unity + artifactKey: Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/quartier_amlelioration.unity using Guid(b486e8ce576a5d04fad403bb4652691e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9219b3358da07a53bccb9dfe24f43a23') in 0.020534 seconds + Import took 0.024952 seconds . + +======================================================================== +Received Import Request. + Time since last request: 305.776818 seconds. + path: Assets/Scenes/tableau score.unity + artifactKey: Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/tableau score.unity using Guid(7fd2499ee4cd5c84ea1f7b2d43e5523a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ad48b0137ed525a4b333a52e32b6ffcc') in 0.009881 seconds + Import took 0.014117 seconds . + +======================================================================== +Received Import Request. + Time since last request: 15.672909 seconds. + path: Assets/scripts/Script_score.cs + artifactKey: Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/scripts/Script_score.cs using Guid(6b231adab6c7868499d186f448a6dcc8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '807a377efdb0f2545521ab51e399436b') in 0.075424 seconds + Import took 0.079485 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.002474 seconds. +Registered in 0.002606 seconds. Begin MonoManager ReloadAssembly -Native extension for Lumin target not found Native extension for WindowsStandalone target not found -Native extension for OSXStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 1.40 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.61 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 0.886 seconds +- Completed reload, in 1.058 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.21 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 1.69 ms, found 1 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1819 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 93.5 MB. -System memory in use after: 93.5 MB. +System memory in use before: 93.6 MB. +System memory in use after: 93.6 MB. Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2294. -Total: 2.326800 ms (FindLiveObjects: 0.217300 ms CreateObjectMapping: 0.042500 ms MarkObjects: 1.945300 ms DeleteObjects: 0.120500 ms) +Total: 2.635800 ms (FindLiveObjects: 0.266700 ms CreateObjectMapping: 0.073500 ms MarkObjects: 2.141400 ms DeleteObjects: 0.153100 ms) AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Unity/t4-urbanisme/t4-urbanisme.sln b/Unity/t4-urbanisme/t4-urbanisme.sln index 68840afc3719aede7eb5c5b843edc7feaa3bdbd7..4d15ee7d60514a8c2a0f8c0b626dec38d16cffab 100644 --- a/Unity/t4-urbanisme/t4-urbanisme.sln +++ b/Unity/t4-urbanisme/t4-urbanisme.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{EF2608B3-6324-39AE-55A9-439776B0A3C0}" EndProject Global