Search Unity

Erros to unity 2019 and unity hub

Discussion in 'Cinemachine' started by Tempest74, Apr 16, 2019.

  1. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    I was changing from unity 2018 to 2019. I did not had unity hub before but now it is a must. I got bunch of errors like this (too many to past them all):
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.cinemachine@2.2.7/Runtime/Timeline/CinemachineShot.cs(3,19): error CS0234: The type or namespace name `Timeline' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Yes, you must upgrade CM to 2.3.3 to use it with Unity 2019
     
    Peri_95 likes this.
  3. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    can i do that without losing my saved data?
     
  4. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
  5. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    how? I need help, I importted from the internet
     
  6. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Open package Manager

    upload_2019-4-16_14-29-38.png

    Find Cinemachine in the list:

    upload_2019-4-16_14-30-21.png

    And upgrade to 2.3.x
     
  7. Bloodberet

    Bloodberet

    Joined:
    Mar 6, 2015
    Posts:
    10
    Is the Package Manager only for Pro users? Can't find it in the Community edition?
     
  8. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Package manager, not asset store (see images above). First delete the Cinemachine folder from your project assets. That's important, or there will be metafile problems. Best to do this while an empty scene is open.
     
  9. Deleted User

    Deleted User

    Guest

    It is avaiable for the personal edition too. What version of Unity 2019 are you using?
     
  10. Bloodberet

    Bloodberet

    Joined:
    Mar 6, 2015
    Posts:
    10
    I installed the latest version 2019.1.0f of Unity via the hub today. Adding a snip via attached file.
     

    Attached Files:

    Last edited: Apr 16, 2019
  11. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    It's possible that you are having compilation errors somewhere that are preventing the package manager UI (which is itself a package) from being loaded.

    Can you try to create a brand new project with Unity 2019.1, and open the package manager there, and gradually import the packages you need? Then perhaps you can transfer the assets from your original project.
     
    Bloodberet likes this.
  12. Sparkline

    Sparkline

    Joined:
    Feb 8, 2013
    Posts:
    121
    Im facing same problem. I wish to have solution without export/import package.
     
  13. Bloodberet

    Bloodberet

    Joined:
    Mar 6, 2015
    Posts:
    10
    Compilation errors is coming from Cinemachine so I going to try to go by your workaround. Strange that the package manager UI is depending on the project compilation errors?
     
  14. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Yes it's strange, and we are working on a fix for it.
     
    skaughtnewcomb and Bloodberet like this.
  15. Bloodberet

    Bloodberet

    Joined:
    Mar 6, 2015
    Posts:
    10
    It doesn't work on Windows with Package Manager UI, but on macOS it works. That might already be know to you?
     
  16. samuelb_unity

    samuelb_unity

    Unity Technologies

    Joined:
    Nov 13, 2017
    Posts:
    151
    Hi @Bloodberet, do you mean that after creating a new project with 2019.1.0f you don't see the Package Manager window? Do you see any errors in the console? What about in the Project Browser, do you see
    Package Manager UI
    under
    Packages
    ?
     
  17. Sparkline

    Sparkline

    Joined:
    Feb 8, 2013
    Posts:
    121
    As I can see Pakage manager ain't be showing in menu while you have errors with packages. In clean project everything is fine
     
  18. Deleted User

    Deleted User

    Guest

    This is the easy fix but I also like the one that consists in deleting the content of the "Library/Package Manager" content, quitting Unity and restarting the project. ;)
     
  19. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    I did this exactly, I removed it from the packet manager because I had no other way to. But the same error seems to occur. (a total of 66 errors)
     
  20. Deleted User

    Deleted User

    Guest

    You must remove this version you "imported from the internet" (where did you take it?) from your project.

    You must install the Package Manager version of Cinemachine in your project.
     
    Gregoryl and samuelb_unity like this.
  21. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    I find it under packages and I am not able to directly delete it, just to remove it from the packet manager. And I installed the last version (2.3.3) but the errors still occur.
     
  22. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    I did this too but didnt worked
     
  23. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Can you be more specific about what didn't work?
    Are you unable to import Cinemachine into a new empty project?
     
  24. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    When I import from the new project into the old one I have the same errors. In the new project they do not happen
     
  25. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Does the old project have timeline installed? The error messages say that it is missing. Try installing it using package manager.
     
  26. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    Screen Shot 2019-04-18 at 01.15.00.png It was previously installed
     
  27. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    You seem to be making progress. I see that the errors are not about timeline. Can you please post your error log?
     
  28. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(24,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
     
  29. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    And if this help(Editor Log):
    [Package Manager] Server::Start -- Port 63715 was selected
    Launching external process: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/Server/UnityPackageManager

    COMMAND LINE ARGUMENTS:
    /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MacOS/Unity
    -projectpath
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame
    -useHub
    -hubIPC
    -cloudEnvironment
    production
    -hubSessionId
    2a2fa130-6160-11e9-9211-8920796ff1fa

    LICENSE SYSTEM [2019418 1:29:23] Next license update check is after 2019-04-16T16:33:27

    Successfully changed project path to: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame
    Using Asset Import Pipeline V1.
    Loading GUID <-> Path mappings...0.000226 seconds
    Loading Asset Database...0.072845 seconds
    AssetDatabase consistency checks...0.422924 seconds
    [Package Manager] Done resolving packages in 2.76s seconds
    [Package Manager] Registering 42 packages:
    [Package Manager] * Package : com.unity.ads@2.0.8
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.ads@2.0.8)
    [Package Manager] * Package : com.unity.analytics@3.3.2
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2)
    [Package Manager] * Package : com.unity.cinemachine@2.3.3
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.cinemachine@2.3.3)
    [Package Manager] * Package : com.unity.collab-proxy@1.2.16
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.collab-proxy@1.2.16)
    [Package Manager] * Package : com.unity.multiplayer-hlapi@1.0.2
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.multiplayer-hlapi@1.0.2)
    [Package Manager] * Package : com.unity.package-manager-ui@2.1.2
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.package-manager-ui)
    [Package Manager] * Package : com.unity.purchasing@2.0.6
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.purchasing@2.0.6)
    [Package Manager] * Package : com.unity.textmeshpro@2.0.0
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0)
    [Package Manager] * Package : com.unity.timeline@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline)
    [Package Manager] * Package : com.unity.xr.legacyinputhelpers@2.0.2
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.xr.legacyinputhelpers@2.0.2)
    [Package Manager] * Package : com.unity.modules.ai@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.ai)
    [Package Manager] * Package : com.unity.modules.animation@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.animation)
    [Package Manager] * Package : com.unity.modules.assetbundle@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.assetbundle)
    [Package Manager] * Package : com.unity.modules.audio@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.audio)
    [Package Manager] * Package : com.unity.modules.cloth@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.cloth)
    [Package Manager] * Package : com.unity.modules.director@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.director)
    [Package Manager] * Package : com.unity.modules.imageconversion@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.imageconversion)
    [Package Manager] * Package : com.unity.modules.imgui@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.imgui)
    [Package Manager] * Package : com.unity.modules.jsonserialize@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.jsonserialize)
    [Package Manager] * Package : com.unity.modules.particlesystem@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.particlesystem)
    [Package Manager] * Package : com.unity.modules.physics@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.physics)
    [Package Manager] * Package : com.unity.modules.physics2d@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.physics2d)
    [Package Manager] * Package : com.unity.modules.screencapture@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.screencapture)
    [Package Manager] * Package : com.unity.modules.terrain@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.terrain)
    [Package Manager] * Package : com.unity.modules.terrainphysics@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.terrainphysics)
    [Package Manager] * Package : com.unity.modules.tilemap@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.tilemap)
    [Package Manager] * Package : com.unity.modules.ui@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.ui)
    [Package Manager] * Package : com.unity.modules.uielements@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.uielements)
    [Package Manager] * Package : com.unity.modules.umbra@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.umbra)
    [Package Manager] * Package : com.unity.modules.unityanalytics@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.unityanalytics)
    [Package Manager] * Package : com.unity.modules.unitywebrequest@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.unitywebrequest)
    [Package Manager] * Package : com.unity.modules.unitywebrequestassetbundle@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.unitywebrequestassetbundle)
    [Package Manager] * Package : com.unity.modules.unitywebrequestaudio@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.unitywebrequestaudio)
    [Package Manager] * Package : com.unity.modules.unitywebrequesttexture@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.unitywebrequesttexture)
    [Package Manager] * Package : com.unity.modules.unitywebrequestwww@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.unitywebrequestwww)
    [Package Manager] * Package : com.unity.modules.vehicles@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.vehicles)
    [Package Manager] * Package : com.unity.modules.video@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.video)
    [Package Manager] * Package : com.unity.modules.vr@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.vr)
    [Package Manager] * Package : com.unity.modules.wind@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.wind)
    [Package Manager] * Package : com.unity.modules.xr@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.modules.xr)
    [Package Manager] * Package : com.unity.ugui@1.0.0
    (location: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui)
    [Package Manager] * Package : nuget.mono-cecil@0.1.5-preview
    (location: /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/nuget.mono-cecil@0.1.5-preview)
    [Package Manager] Done registering packages in 0.07s seconds
    Refreshing native plugins compatible for Editor in 37.91 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    IsTimeToCheckForNewEditor: Update time 1555464202 current 1555540169
    Initialize engine version: 2019.1.0f2 (292b93d75a2c)
    GfxDevice: creating device client; threaded=1
    Renderer: NVIDIA GeForce 320M OpenGL Engine
    Vendor: NVIDIA Corporation
    Version: 3.3 NVIDIA-10.4.14 310.90.30.05b27
    GLES: 0
    GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shading_language_include GL_ARB_texture_cube_map_array GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier
    OPENGL LOG: Creating OpenGL 3.3 graphics device ; Context level <OpenGL 3.3> ; Context handle -551141888
    [EnlightenBakeManager] m_Clear = false;
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth' - Setting to default shader.
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA' - Setting to default shader.
    WARNING: Shader Unsupported: 'Hidden/Internal-UIRDefault' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/VR/BlitTexArraySliceToDepth_MSAA' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/VR/BlitTexArraySliceToDepth_MSAA' - Setting to default shader.
    WARNING: Shader Unsupported: 'AR/TangoARRender' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'AR/TangoARRender' - Setting to default shader.
    Initialize mono
    Mono path[0] = '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed'
    Mono path[1] = '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Mono/lib/mono/2.0'
    Mono config path = '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Mono/etc'
    Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=127.0.0.1:56653
    Begin MonoManager ReloadAssembly
    Initializing Extension Manager v2019.1.0 for Unity v2019.1.0f2
    Registering precompiled unity dll's ...
    Register platform support module: /Applications/Unity/Hub/Editor/2019.1.0f2/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
    Register platform support module: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll
    Register platform support module: /Applications/Unity/Hub/Editor/2019.1.0f2/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
    Registered in 0.172587 seconds.
    Registering platform support modules:
    Registered platform support modules in: 0.796445s.
    Native extension for Android target not found
    Native extension for OSXStandalone target not found
    Native extension for WindowsStandalone target not found
    Refreshing native plugins compatible for Editor in 3.52 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Mono: successfully reloaded assembly
    - Completed reload, in 20.144 seconds
    Registering precompiled user dll's ...
    Registered in 0.720626 seconds.
    Platform modules already initialized, skipping
    Begin MonoManager ReloadAssembly
    Initializing Extension Manager v2019.1.0 for Unity v2019.1.0f2
    Registering platform support modules:
    Registered platform support modules in: 0.190795s.
    Native extension for Android target not found
    Native extension for OSXStandalone target not found
    Native extension for WindowsStandalone target not found
    Refreshing native plugins compatible for Editor in 1.71 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Mono: successfully reloaded assembly
    - Completed reload, in 9.764 seconds
    Platform modules already initialized, skipping
    [ScriptCompilation] Recompiling all scripts because: Reload of assemblies failed, assemblies are invalid or forced recompiled
    - Starting compile Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
    - Starting compile Library/ScriptAssemblies/Unity.TextMeshPro.dll

    -----Compiler Commandline Arguments:
    Filename: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/bin/mono
    Arguments: "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.5/mcs.exe" @temp/UnityTempFile-6be50d3bf976d48bdafa2241823ebc77
    Responsefile: Temp/UnityTempFile-6be50d3bf976d48bdafa2241823ebc77 Contents:
    -debug
    -target:library
    -nowarn:0169
    -langversion:4
    -out:"Temp/Unity.TextMeshPro.dll"
    -nostdlib
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEditor.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/Unity.Locator.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEditor.Graphs.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll"
    -r:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.purchasing@2.0.6/Editor/UnityEditor.Purchasing.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/mscorlib.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Core.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Runtime.Serialization.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Xml.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Xml.Linq.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/UnityScript.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/UnityScript.Lang.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/Boo.Lang.dll"
    -define:UNITY_2019_1_0
    -define:UNITY_2019_1
    -define:UNITY_2019
    -define:UNITY_5_3_OR_NEWER
    -define:UNITY_5_4_OR_NEWER
    -define:UNITY_5_5_OR_NEWER
    -define:UNITY_5_6_OR_NEWER
    -define:UNITY_2017_1_OR_NEWER
    -define:UNITY_2017_2_OR_NEWER
    -define:UNITY_2017_3_OR_NEWER
    -define:UNITY_2017_4_OR_NEWER
    -define:UNITY_2018_1_OR_NEWER
    -define:UNITY_2018_2_OR_NEWER
    -define:UNITY_2018_3_OR_NEWER
    -define:UNITY_2019_1_OR_NEWER
    -define:pLATFORM_ARCH_64
    -define:UNITY_64
    -define:UNITY_INCLUDE_TESTS
    -define:UNITY_ANALYTICS
    -define:ENABLE_AUDIO
    -define:ENABLE_CACHING
    -define:ENABLE_CLOTH
    -define:ENABLE_DUCK_TYPING
    -define:ENABLE_MICROPHONE
    -define:ENABLE_MULTIPLE_DISPLAYS
    -define:ENABLE_PHYSICS
    -define:ENABLE_SPRITES
    -define:ENABLE_GRID
    -define:ENABLE_TILEMAP
    -define:ENABLE_TERRAIN
    -define:ENABLE_TEXTURE_STREAMING
    -define:ENABLE_DIRECTOR
    -define:ENABLE_UNET
    -define:ENABLE_LZMA
    -define:ENABLE_UNITYEVENTS
    -define:ENABLE_WEBCAM
    -define:ENABLE_WWW
    -define:ENABLE_CLOUD_SERVICES_COLLAB
    -define:ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS
    -define:ENABLE_CLOUD_SERVICES_ADS
    -define:ENABLE_CLOUD_HUB
    -define:ENABLE_CLOUD_PROJECT_ID
    -define:ENABLE_CLOUD_SERVICES_USE_WEBREQUEST
    -define:ENABLE_CLOUD_SERVICES_UNET
    -define:ENABLE_CLOUD_SERVICES_BUILD
    -define:ENABLE_CLOUD_LICENSE
    -define:ENABLE_EDITOR_HUB
    -define:ENABLE_EDITOR_HUB_LICENSE
    -define:ENABLE_WEBSOCKET_CLIENT
    -define:ENABLE_DIRECTOR_AUDIO
    -define:ENABLE_DIRECTOR_TEXTURE
    -define:ENABLE_TIMELINE
    -define:ENABLE_EDITOR_METRICS
    -define:ENABLE_EDITOR_METRICS_CACHING
    -define:ENABLE_MANAGED_JOBS
    -define:ENABLE_MANAGED_TRANSFORM_JOBS
    -define:ENABLE_MANAGED_ANIMATION_JOBS
    -define:ENABLE_MANAGED_AUDIO_JOBS
    -define:INCLUDE_DYNAMIC_GI
    -define:INCLUDE_GI
    -define:ENABLE_MONO_BDWGC
    -define:pLATFORM_SUPPORTS_MONO
    -define:RENDER_SOFTWARE_CURSOR
    -define:INCLUDE_PUBNUB
    -define:ENABLE_VIDEO
    -define:ENABLE_CUSTOM_RENDER_TEXTURE
    -define:ENABLE_LOCALIZATION
    -define:pLATFORM_STANDALONE_OSX
    -define:pLATFORM_STANDALONE
    -define:UNITY_STANDALONE_OSX
    -define:UNITY_STANDALONE
    -define:ENABLE_SUBSTANCE
    -define:ENABLE_GAMECENTER
    -define:ENABLE_RUNTIME_GI
    -define:ENABLE_MOVIES
    -define:ENABLE_NETWORK
    -define:ENABLE_CRUNCH_TEXTURE_COMPRESSION
    -define:ENABLE_UNITYWEBREQUEST
    -define:ENABLE_CLOUD_SERVICES
    -define:ENABLE_CLOUD_SERVICES_ANALYTICS
    -define:ENABLE_CLOUD_SERVICES_PURCHASING
    -define:ENABLE_CLOUD_SERVICES_CRASH_REPORTING
    -define:ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING
    -define:ENABLE_SCRIPTING_GC_WBARRIERS
    -define:ENABLE_CLUSTER_SYNC
    -define:ENABLE_CLUSTERINPUT
    -define:ENABLE_VR
    -define:ENABLE_AR
    -define:ENABLE_SPATIALTRACKING
    -define:ENABLE_WEBSOCKET_HOST
    -define:ENABLE_MONO
    -define:NET_2_0_SUBSET
    -define:NET_LEGACY
    -define:ENABLE_PROFILER
    -define:DEBUG
    -define:TRACE
    -define:UNITY_ASSERTIONS
    -define:UNITY_EDITOR
    -define:UNITY_EDITOR_64
    -define:UNITY_EDITOR_OSX
    -define:ENABLE_UNITY_COLLECTIONS_CHECKS
    -define:ENABLE_BURST_AOT
    -define:UNITY_TEAM_LICENSE
    -define:ENABLE_VSTU
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/AssemblyInfo.cs.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Asset.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Character.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_CharacterInfo.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ColorGradient.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_CoroutineTween.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAssetCommon.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAssetUtilities.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontFeaturesCommon.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontFeatureTable.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputValidator.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_LineInfo.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ListPool.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MeshInfo.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ObjectPool.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_PackageResourceImporter.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_RichTextTagsCommon.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_RichTextTagStack.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Settings.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ShaderUtilities.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Sprite.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAnimator.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAssetImportFormats.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteCharacter.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteGlyph.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Style.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_StyleSheet.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMesh.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextElement.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextElement_Legacy.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextInfo.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextParsingUtilities.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextUtilities.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateManager.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_EventManager.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_ExtensionMethods.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_MeshUtilities.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs"
    "/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs"

    -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Unity.TextMeshPro.dll
    Compilation failed: 66 error(s), 0 warnings
    -----CompilerOutput:-stderr----------
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(24,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(59,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(94,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(129,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs(585,74): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs(621,74): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(408,82): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(408,99): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(638,69): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(771,60): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(986,51): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1081,238): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1098,83): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1131,53): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1222,238): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1241,83): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1306,209): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1458,209): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1876,82): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1880,83): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1561,148): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1607,139): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1682,152): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(368,58): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(428,68): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(430,62): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(450,68): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(452,62): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(501,70): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(503,62): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAnimator.cs(48,65): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs(170,68): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs(188,56): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs(205,58): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_StyleSheet.cs(72,61): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1948,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2060,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2170,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2252,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2417,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2561,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2633,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2703,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2773,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2843,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2911,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2979,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3047,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3114,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3812,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3945,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3958,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5446,177): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5446,214): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5458,179): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5458,216): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5919,66): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextUtilities.cs(2039,100): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1019,59): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1751,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1903,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1916,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1089,59): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1865,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(2028,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(2041,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    -----EndCompilerOutput---------------
    - Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Finished compile Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
    - Starting compile Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Starting compile Library/ScriptAssemblies/Cinemachine.dll
    - Finished compile Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
    - Starting compile Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
    - Finished compile Library/ScriptAssemblies/Cinemachine.dll
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll
    - Finished compile Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
    - Starting compile Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll
    - Finished compile Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll
    - Starting compile Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll

    -----Compiler Commandline Arguments:
    Filename: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/bin/mono
    Arguments: "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/4.5/mcs.exe" @temp/UnityTempFile-b91c37479a0bb4da2bc8e704a27e4960
    Responsefile: Temp/UnityTempFile-b91c37479a0bb4da2bc8e704a27e4960 Contents:
    -debug
    -target:library
    -nowarn:0169
    -langversion:4
    -out:"Temp/Unity.Timeline.Editor.dll"
    -nostdlib
    -r:"Library/ScriptAssemblies/Unity.Timeline.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEditor.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/Unity.Locator.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Managed/UnityEditor.Graphs.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll"
    -r:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll"
    -r:"/Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.purchasing@2.0.6/Editor/UnityEditor.Purchasing.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/mscorlib.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/System.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/System.Core.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/System.Runtime.Serialization.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/System.Xml.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/System.Xml.Linq.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/UnityScript.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/UnityScript.Lang.dll"
    -r:"/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/MonoBleedingEdge/lib/mono/2.0-api/Boo.Lang.dll"
    -define:UNITY_2019_1_0
    -define:UNITY_2019_1
    -define:UNITY_2019
    -define:UNITY_5_3_OR_NEWER
    -define:UNITY_5_4_OR_NEWER
    -define:UNITY_5_5_OR_NEWER
    -define:UNITY_5_6_OR_NEWER
    -define:UNITY_2017_1_OR_NEWER
    -define:UNITY_2017_2_OR_NEWER
    -define:UNITY_2017_3_OR_NEWER
    -define:UNITY_2017_4_OR_NEWER
    -define:UNITY_2018_1_OR_NEWER
    -define:UNITY_2018_2_OR_NEWER
    -define:UNITY_2018_3_OR_NEWER
    -define:UNITY_2019_1_OR_NEWER
    -define:pLATFORM_ARCH_64
    -define:UNITY_64
    -define:UNITY_INCLUDE_TESTS
    -define:UNITY_ANALYTICS
    -define:ENABLE_AUDIO
    -define:ENABLE_CACHING
    -define:ENABLE_CLOTH
    -define:ENABLE_DUCK_TYPING
    -define:ENABLE_MICROPHONE
    -define:ENABLE_MULTIPLE_DISPLAYS
    -define:ENABLE_PHYSICS
    -define:ENABLE_SPRITES
    -define:ENABLE_GRID
    -define:ENABLE_TILEMAP
    -define:ENABLE_TERRAIN
    -define:ENABLE_TEXTURE_STREAMING
    -define:ENABLE_DIRECTOR
    -define:ENABLE_UNET
    -define:ENABLE_LZMA
    -define:ENABLE_UNITYEVENTS
    -define:ENABLE_WEBCAM
    -define:ENABLE_WWW
    -define:ENABLE_CLOUD_SERVICES_COLLAB
    -define:ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS
    -define:ENABLE_CLOUD_SERVICES_ADS
    -define:ENABLE_CLOUD_HUB
    -define:ENABLE_CLOUD_PROJECT_ID
    -define:ENABLE_CLOUD_SERVICES_USE_WEBREQUEST
    -define:ENABLE_CLOUD_SERVICES_UNET
    -define:ENABLE_CLOUD_SERVICES_BUILD
    -define:ENABLE_CLOUD_LICENSE
    -define:ENABLE_EDITOR_HUB
    -define:ENABLE_EDITOR_HUB_LICENSE
    -define:ENABLE_WEBSOCKET_CLIENT
    -define:ENABLE_DIRECTOR_AUDIO
    -define:ENABLE_DIRECTOR_TEXTURE
    -define:ENABLE_TIMELINE
    -define:ENABLE_EDITOR_METRICS
    -define:ENABLE_EDITOR_METRICS_CACHING
    -define:ENABLE_MANAGED_JOBS
    -define:ENABLE_MANAGED_TRANSFORM_JOBS
    -define:ENABLE_MANAGED_ANIMATION_JOBS
    -define:ENABLE_MANAGED_AUDIO_JOBS
    -define:INCLUDE_DYNAMIC_GI
    -define:INCLUDE_GI
    -define:ENABLE_MONO_BDWGC
    -define:pLATFORM_SUPPORTS_MONO
    -define:RENDER_SOFTWARE_CURSOR
    -define:INCLUDE_PUBNUB
    -define:ENABLE_VIDEO
    -define:ENABLE_CUSTOM_RENDER_TEXTURE
    -define:ENABLE_LOCALIZATION
    -define:pLATFORM_STANDALONE_OSX
    -define:pLATFORM_STANDALONE
    -define:UNITY_STANDALONE_OSX
    -define:UNITY_STANDALONE
    -define:ENABLE_SUBSTANCE
    -define:ENABLE_GAMECENTER
    -define:ENABLE_RUNTIME_GI
    -define:ENABLE_MOVIES
    -define:ENABLE_NETWORK
    -define:ENABLE_CRUNCH_TEXTURE_COMPRESSION
    -define:ENABLE_UNITYWEBREQUEST
    -define:ENABLE_CLOUD_SERVICES
    -define:ENABLE_CLOUD_SERVICES_ANALYTICS
    -define:ENABLE_CLOUD_SERVICES_PURCHASING
    -define:ENABLE_CLOUD_SERVICES_CRASH_REPORTING
    -define:ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING
    -define:ENABLE_SCRIPTING_GC_WBARRIERS
    -define:ENABLE_CLUSTER_SYNC
    -define:ENABLE_CLUSTERINPUT
    -define:ENABLE_VR
    -define:ENABLE_AR
    -define:ENABLE_SPATIALTRACKING
    -define:ENABLE_WEBSOCKET_HOST
    -define:ENABLE_MONO
    -define:NET_2_0
    -define:NET_LEGACY
    -define:ENABLE_PROFILER
    -define:DEBUG
    -define:TRACE
    -define:UNITY_ASSERTIONS
    -define:UNITY_EDITOR
    -define:UNITY_EDITOR_64
    -define:UNITY_EDITOR_OSX
    -define:ENABLE_UNITY_COLLECTIONS_CHECKS
    -define:ENABLE_BURST_AOT
    -define:UNITY_TEAM_LICENSE
    -define:ENABLE_VSTU
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/ClipsActions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/ItemAction.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/MarkerActions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/Menus/MenuItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/Menus/MenuItemActionBase.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/Menus/TimelineContextMenu.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/TimelineActions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Actions/TrackActions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Activation/ActivationTrackDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Activation/ActivationTrackInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Analytics/TimelineAnalytics.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/AnimationClipCurveCache.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/AnimationOffsetMenu.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/BindingSelector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/BindingTreeViewDataSource.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/BindingTreeViewDataSourceGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/ClipCurveDataSource.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/ClipCurveEditor.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Animation/TimelineAnimationUtilities.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Attributes/SeparatorMenuItemAttribute.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Attributes/ShortcutAttribute.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Audio/AudioClipPropertiesDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Audio/AudioPlayableAssetInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Audio/AudioTrackDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Audio/AudioTrackInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/CurveEditUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/DirectorNamedColor.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/DirectorStyles.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Extensions/AnimatedParameterExtensions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Extensions/AnimationTrackExtensions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Extensions/TrackExtensions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/AnimationPlayableAssetInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/AnimationTrackInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/BasicAssetInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/BuiltInCurvePresets.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspectorCurveEditor.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspectorSelectionInfo.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/DirectorNamedColorInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/EditorClip.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/EditorClipFactory.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/GroupTrackInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/MarkerInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/TimeFieldDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/TimelineAssetInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/TimelineInspectorUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/TrackAssetInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Items/ClipItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Items/ItemsGroup.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Items/ItemsPerTrack.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Items/ItemsUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Items/ITimelineItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Items/MarkerItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/AddDelete/AddDeleteItemModeMix.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/AddDelete/AddDeleteItemModeReplace.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/AddDelete/AddDeleteItemModeRipple.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/AddDelete/IAddDeleteItemMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Cursors/TimelineCursors.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/EditMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/EditModeInputHandler.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Move/IMoveItemMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Move/MoveItemHandler.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Move/MoveItemModeMix.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Move/MoveItemModeReplace.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Move/MoveItemModeRipple.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Move/MovingItems.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/EaseClip.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/Jog.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/MarkerHeaderContextMenu.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/RectangleSelect.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/RectangleTool.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/RectangleZoom.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/SelectAndMoveItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/TrackZoom.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Sequence/TrimClip.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/TimeAreaAutoPanner.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/TimeIndicator.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/TimelineClipGroup.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Trim/ITrimItemMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Trim/TrimItemModeMix.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Trim/TrimItemModeReplace.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Trim/TrimItemModeRipple.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Utils/EditModeGUIUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Utils/EditModeMixUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Utils/EditModeReplaceUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Utils/EditModeRippleUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Utils/EditModeUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Manipulators/Utils/PlacementValidity.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Playables/ControlPlayableInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Properties/AssemblyInfo.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Recording/AnimationTrackRecorder.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Recording/TimelineRecording.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Recording/TimelineRecording_Monobehaviour.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Recording/TimelineRecording_PlayableAsset.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Recording/TimelineRecordingContextualResponder.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Recording/TrackAssetRecordingExtensions.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Shortcuts.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalAssetInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalEmitterInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalEventDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalManager.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalReceiverHeader.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalReceiverInspector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/Styles.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalInspectorItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalInspectorList.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalList.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalListFactory.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalListItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalReceiverItem.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalReceiverList.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/TreeView/SignalReceiverTreeView.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/State/ISequenceState.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/State/SequenceHierarchy.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/State/SequencePath.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/State/SequenceState.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/State/WindowState.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/TimelineEditor.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/TimelineHelpers.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/TimelineSelection.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/TimelineUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Tooltip.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Trackhead.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/AnimationTrackKeyDataSource.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ClipRenderer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Control.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/AnimationTrackDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/InfiniteTrackDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/Layers/ClipsLayer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/Layers/ItemsLayer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/Layers/MarkersLayer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/MarkerTrackDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/TrackDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Drawers/TrackItemsDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/InlineCurveEditor.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/IRowGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ItemGui/ISelectable.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ItemGui/TimelineClipGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ItemGui/TimelineItemGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ItemGui/TimelineMarkerClusterGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ItemGui/TimelineMarkerGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ManipulationsClips.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ManipulationsTimeline.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/ManipulationsTracks.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Manipulator.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/PickerUtils.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Snapping/IAttractable.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Snapping/ISnappable.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/Snapping/SnapEngine.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineClipHandle.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineClipUnion.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineDataSource.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineDragging.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineGroupGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineTrackBaseGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineTrackErrorGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineTrackGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineTreeView.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/treeview/TimelineTreeViewGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/AnimatorBindingCache.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/BindingUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/BreadcrumbDrawer.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/Clipboard.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/ClipModifier.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/ControlPlayableUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/CustomTrackDrawerAttribute.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/DisplayNameHelper.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/Graphics.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/GUIColorOverride.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/GUIMixedValueScope.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/GUIViewportScope.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/KeyTraverser.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/MarkerModifier.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/ObjectExtension.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/ObjectReferenceField.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/PropertyCollector.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/Range.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/SpacePartitioner.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/StyleManager.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/StyleNormalColorOverride.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/TimelineKeyboardNavigation.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/TimeReferenceUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/TrackModifier.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/TrackResourceCache.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Utilities/TypeUtility.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/Modes/TimelineActiveMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/Modes/TimelineAssetEditionMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/Modes/TimelineDisabledMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/Modes/TimelineInactiveMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/Modes/TimelineMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/Modes/TimeReferenceMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineMarkerHeaderGUI.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_ActiveTimeline.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_Breadcrumbs.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_Duration.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_EditorCallbacks.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_Gui.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_HeaderGui.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_Manipulators.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_PlayableLookup.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_PlayRange.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_PreviewPlayMode.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_Selection.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_StateChange.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_TimeArea.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_TimeCursor.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindow_TrackGui.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/TimelineWindowTimeControl.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/ViewModel/ScriptableObjectViewPrefs.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/ViewModel/TimelineAssetViewModel.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/ViewModel/TimelineWindowViewPrefs.cs"
    "/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Window/WindowConstants.cs"

    -----CompilerOutput:-stdout--exitcode: 0--compilationhadfailure: False--outfile: Temp/Unity.Timeline.Editor.dll
    Compilation succeeded - 1 warning(s)
    -----CompilerOutput:-stderr----------
    /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspector.cs(364,17): warning CS0219: The variable `editorClip' is assigned but its value is never used
    -----EndCompilerOutput---------------
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll
    - Starting compile Library/ScriptAssemblies/com.unity.cinemachine.editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll
    - Starting compile Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll
    - Finished compile Library/ScriptAssemblies/com.unity.cinemachine.editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    - Finished compile Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll
    - Starting compile Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    - Starting compile Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll
    - Finished compile Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll
    - Starting compile Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll
    - Finished compile Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll
    - Finished compile Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(24,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(59,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(94,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(129,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs(585,74): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs(621,74): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(408,82): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(408,99): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(638,69): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(771,60): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(986,51): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1081,238): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1098,83): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1131,53): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1222,238): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1241,83): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1306,209): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1458,209): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1876,82): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs(1880,83): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1561,148): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1607,139): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1682,152): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(368,58): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(428,68): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(430,62): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(450,68): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(452,62): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(501,70): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(503,62): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAnimator.cs(48,65): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs(170,68): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs(188,56): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs(205,58): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_StyleSheet.cs(72,61): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1948,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2060,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2170,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2252,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2417,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2561,75): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2633,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2703,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2773,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2843,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2911,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(2979,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3047,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3114,80): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3812,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3945,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(3958,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5446,177): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5446,214): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5458,179): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5458,216): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5919,66): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextUtilities.cs(2039,100): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1019,59): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1751,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1903,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1916,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1089,59): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1865,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(2028,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Users/macbook/Documents/GitHub/Pirate-Game/PirateGame/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(2041,130): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
    /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspector.cs(364,17): warning CS0219: The variable `editorClip' is assigned but its value is never used
    Begin MonoManager ReloadAssembly
    Initializing Extension Manager v2019.1.0 for Unity v2019.1.0f2
    Registering platform support modules:
    Registered platform support modules in: 0.259533s.
    Native extension for Android target not found
    Native extension for OSXStandalone target not found
    Native extension for WindowsStandalone target not found
    Refreshing native plugins compatible for Editor in 6.32 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Mono: successfully reloaded assembly
    - Completed reload, in 7.336 seconds
    Platform modules already initialized, skipping
    Validating Project structure ... 0.048678 seconds.
    Refresh: detecting if any assets need to be imported or removed ...

    Refresh Completed time: 0.314144s
    Asset Scan time: 0.298128s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.000000s (count: 0)
    Post Processs Assets (Scripting) time: 0.000000s
    Asset Rehashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Non Scripting) time: 0.000000s (count: 0)
    Post Process Assets (Non Scripting) time: 0.000000s
    Dependent Assets to Import Queue time: 0.000000s

    WARNING: Shader Unsupported: 'Hidden/VR/BlitTexArraySliceToDepth_MSAA' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/VR/BlitTexArraySliceToDepth_MSAA' - Setting to default shader.
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA' - Setting to default shader.
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/BlitToDepth' - Setting to default shader.
    WARNING: Shader Unsupported: 'Hidden/Internal-UIRDefault' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'AR/TangoARRender' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'AR/TangoARRender' - Setting to default shader.
    Launching external process: /Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/Tools/UnityShaderCompiler
    Launched and connected shader compiler UnityShaderCompiler after 0.13 seconds
    Warming cache for 1758 main assets: 0.020611 seconds elapsed
    Initializing Unity extensions:
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' GUID: 405b9b51bb344a128608d968297df79c
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' GUID: f70555f144d8491a825f0804e09c671c
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll' GUID: f5f67c52d1564df4a8936ccd202a3bd8
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll' GUID: 53ebcfaa2e1e4e2dbc85882cd5a73fa1
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll' GUID: 4ba2329b63d54f0187bcaa12486b1b0f
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll' GUID: 80a3616ca19596e4da0f10f14d241e9f
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll' GUID: 4113173d5e95493ab8765d7b08371de4
    '/Applications/Unity/Hub/Editor/2019.1.0f2/Unity.app/Contents/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll' GUID: 4b3fa4bde7f1451a8218c03ee6a8ded8
    Load scene 'Assets/_Scenes/Maps/Map_1_4ships.unity' time: 0.778438 ms
    LightmapEditorSettings: switching bake backend from 1 to 0.
    Unloading 893 Unused Serialized files (Serialized files now loaded: 0)
    System memory in use before: 338.9 MB.
    System memory in use after: 337.3 MB.

    Unloading 141 unused Assets to reduce memory usage. Loaded Objects now: 1611.
    Total: 29.559324 ms (FindLiveObjects: 1.567412 ms CreateObjectMapping: 0.167204 ms MarkObjects: 21.510250 ms DeleteObjects: 6.312115 ms)

    WARNING: Shader Unsupported: 'Hidden/Internal-UIRDefault' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/UIElements/EditorUIE' - Pass '' has no vertex shader
    [Project] Loading completed in 163.445 seconds
    Project init time: 159.192 seconds
    Services packages init time: 6.410 seconds
    Package Manager init time: 0.914 seconds
    Asset Database init time: 4.352 seconds
    Global illumination init time: 1.358 seconds
    Assemblies load time: 135.069 seconds
    Unity extensions init time: 0.004 seconds
    Asset Database refresh time: 0.317 seconds
    Scene opening time: 3.820 seconds
    Subscribe to USB device events
    EditorUpdateCheck: Response {"updateinterval":3600} updateurl = interval = 3600
    Created GICache directory at /Users/macbook/Library/Caches/com.unity3d.UnityEditor/GiCache. Took: 0.153s, timestamps: [163.601 - 163.754]
    Setting up 1 worker threads for Enlighten.
    Thread -> id: 700011706000 -> priority: 1
    TrimDiskCacheJob: Current cache size 0mb
    Refresh: detecting if any assets need to be imported or removed ...

    Refresh Completed time: 0.267885s
    Asset Scan time: 0.235537s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.000000s (count: 0)
    Post Processs Assets (Scripting) time: 0.000000s
    Asset Rehashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Non Scripting) time: 0.000000s (count: 0)
    Post Process Assets (Non Scripting) time: 0.000000s
    Dependent Assets to Import Queue time: 0.000000s

    Refresh: detecting if any assets need to be imported or removed ...

    Refresh Completed time: 0.372737s
    Asset Scan time: 0.367763s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.000000s (count: 0)
    Post Processs Assets (Scripting) time: 0.000000s
    Asset Rehashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Non Scripting) time: 0.000000s (count: 0)
    Post Process Assets (Non Scripting) time: 0.000000s
    Dependent Assets to Import Queue time: 0.000000s

    Refresh: detecting if any assets need to be imported or removed ...

    Refresh Completed time: 0.374502s
    Asset Scan time: 0.372449s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.000000s (count: 0)
    Post Processs Assets (Scripting) time: 0.000000s
    Asset Rehashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Non Scripting) time: 0.000000s (count: 0)
    Post Process Assets (Non Scripting) time: 0.000000s
    Dependent Assets to Import Queue time: 0.000000s
     
  30. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    Go to player settings and upgrade your scripting runtime:

    upload_2019-4-18_12-9-21.png
     
  31. Tempest74

    Tempest74

    Joined:
    May 17, 2017
    Posts:
    133
    Ty, now everything works perfect
     
    Gregoryl likes this.