Hi, we were able to set up a jenkins build server for our unity projects, in this concrete example using jenkins declarative pipelines, this project builds each supported platform in parallel using a custom workspace for each to avoid any file conflict.
But the issue that we are seeing is that at some point at least once a week, the build will start to fail an stay broken until we manually clear the Library.
In the logs we see that the build fails when trying to build the PackageManager dll’s, it is as if the unityengine dlls were not being included in the build.
log
[22:30:51] ▸ -----Compiler Commandline Arguments:
[22:30:51] ▸ Filename: /Applications/Unity_2019.1.1f1/Unity.app/Contents/Tools/RoslynScripts/unity_csc.sh
[22:30:51] ▸ Arguments: /noconfig @Temp/UnityTempFile-9a90cb33b11e7471f8d9765f4a5d1797
[22:30:51] ▸ Responsefile: Temp/UnityTempFile-9a90cb33b11e7471f8d9765f4a5d1797 Contents:
[22:30:51] ▸ /target:library
[22:30:51] ▸ /nowarn:0169
[22:30:51] ▸ /out:"Temp/Unity.TextMeshPro.dll"
[22:30:51] ▸ /debug:portable
[22:30:51] ▸ /optimize+
[22:30:51] ▸ /nostdlib+
[22:30:51] ▸ /preferreduilang:en-US
[22:30:51] ▸ /langversion:latest
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AIModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ARModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AccessibilityModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AnimationModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AssetBundleModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AudioModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ClothModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.CoreModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.CrashReportingModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.DirectorModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.FileSystemHttpModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.GameCenterModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.GridModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.HotReloadModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.IMGUIModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ImageConversionModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.InputModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.JSONSerializeModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.LocalizationModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ParticleSystemModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.PerformanceReportingModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.PhysicsModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.Physics2DModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ProfilerModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ScreenCaptureModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SharedInternalsModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SpriteMaskModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SpriteShapeModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.StreamingModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.StyleSheetsModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SubstanceModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TLSModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TerrainModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TerrainPhysicsModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TextCoreModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TextRenderingModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TilemapModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UIModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UIElementsModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UNETModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UmbraModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityAnalyticsModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityConnectModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityTestProtocolModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestAudioModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestTextureModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestWWWModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VFXModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VRModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VehiclesModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VideoModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.WindModule.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.XRModule.dll"
[22:30:51] ▸ /reference:"Assets/Plugins/SmartFormat.dll"
[22:30:51] ▸ /reference:"Assets/Plugins/Antlr4.Runtime.dll"
[22:30:51] ▸ /reference:"Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes.dll"
[22:30:51] ▸ /reference:"Assets/Demigiant/DOTweenPro/DOTweenPro.dll"
[22:30:51] ▸ /reference:"Assets/Demigiant/DemiLib/Core/DemiLib.dll"
[22:30:51] ▸ /reference:"Assets/Demigiant/DOTween/DOTween.dll"
[22:30:51] ▸ /reference:"Assets/Demigiant/DOTween/DOTween43.dll"
[22:30:51] ▸ /reference:"Assets/Demigiant/DOTween/DOTween50.dll"
[22:30:51] ▸ /reference:"Assets/Demigiant/DOTween/DOTween46.dll"
[22:30:51] ▸ /reference:"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.purchasing@2.0.6/UnityEngine.Purchasing.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/ref/2.0.0/netstandard.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.dll"
[22:30:51] ▸ /reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll"
[22:30:51] ▸ /define:UNITY_2019_1_1
[22:30:51] ▸ /define:UNITY_2019_1
[22:30:51] ▸ /define:UNITY_2019
[22:30:51] ▸ /define:UNITY_5_3_OR_NEWER
[22:30:51] ▸ /define:UNITY_5_4_OR_NEWER
[22:30:51] ▸ /define:UNITY_5_5_OR_NEWER
[22:30:51] ▸ /define:UNITY_5_6_OR_NEWER
[22:30:51] ▸ /define:UNITY_2017_1_OR_NEWER
[22:30:51] ▸ /define:UNITY_2017_2_OR_NEWER
[22:30:51] ▸ /define:UNITY_2017_3_OR_NEWER
[22:30:51] ▸ /define:UNITY_2017_4_OR_NEWER
[22:30:51] ▸ /define:UNITY_2018_1_OR_NEWER
[22:30:51] ▸ /define:UNITY_2018_2_OR_NEWER
[22:30:51] ▸ /define:UNITY_2018_3_OR_NEWER
[22:30:51] ▸ /define:UNITY_2019_1_OR_NEWER
[22:30:51] ▸ /define:ENABLE_AUDIO
[22:30:51] ▸ /define:ENABLE_CACHING
[22:30:51] ▸ /define:ENABLE_CLOTH
[22:30:51] ▸ /define:ENABLE_MICROPHONE
[22:30:51] ▸ /define:ENABLE_MULTIPLE_DISPLAYS
[22:30:51] ▸ /define:ENABLE_PHYSICS
[22:30:51] ▸ /define:ENABLE_SPRITES
[22:30:51] ▸ /define:ENABLE_GRID
[22:30:51] ▸ /define:ENABLE_TILEMAP
[22:30:51] ▸ /define:ENABLE_TERRAIN
[22:30:51] ▸ /define:ENABLE_TEXTURE_STREAMING
[22:30:51] ▸ /define:ENABLE_DIRECTOR
[22:30:51] ▸ /define:ENABLE_UNET
[22:30:51] ▸ /define:ENABLE_LZMA
[22:30:51] ▸ /define:ENABLE_UNITYEVENTS
[22:30:51] ▸ /define:ENABLE_WEBCAM
[22:30:51] ▸ /define:ENABLE_WWW
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_COLLAB
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_ADS
[22:30:51] ▸ /define:ENABLE_CLOUD_HUB
[22:30:51] ▸ /define:ENABLE_CLOUD_PROJECT_ID
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_USE_WEBREQUEST
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_UNET
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_BUILD
[22:30:51] ▸ /define:ENABLE_CLOUD_LICENSE
[22:30:51] ▸ /define:ENABLE_EDITOR_HUB
[22:30:51] ▸ /define:ENABLE_EDITOR_HUB_LICENSE
[22:30:51] ▸ /define:ENABLE_WEBSOCKET_CLIENT
[22:30:51] ▸ /define:ENABLE_DIRECTOR_AUDIO
[22:30:51] ▸ /define:ENABLE_DIRECTOR_TEXTURE
[22:30:51] ▸ /define:ENABLE_TIMELINE
[22:30:51] ▸ /define:ENABLE_EDITOR_METRICS
[22:30:51] ▸ /define:ENABLE_EDITOR_METRICS_CACHING
[22:30:51] ▸ /define:ENABLE_MANAGED_JOBS
[22:30:51] ▸ /define:ENABLE_MANAGED_TRANSFORM_JOBS
[22:30:51] ▸ /define:ENABLE_MANAGED_ANIMATION_JOBS
[22:30:51] ▸ /define:ENABLE_MANAGED_AUDIO_JOBS
[22:30:51] ▸ /define:INCLUDE_DYNAMIC_GI
[22:30:51] ▸ /define:INCLUDE_GI
[22:30:51] ▸ /define:ENABLE_MONO_BDWGC
[22:30:51] ▸ /define:PLATFORM_SUPPORTS_MONO
[22:30:51] ▸ /define:INCLUDE_PUBNUB
[22:30:51] ▸ /define:ENABLE_VIDEO
[22:30:51] ▸ /define:ENABLE_CUSTOM_RENDER_TEXTURE
[22:30:51] ▸ /define:ENABLE_LOCALIZATION
[22:30:51] ▸ /define:PLATFORM_ANDROID
[22:30:51] ▸ /define:UNITY_ANDROID
[22:30:51] ▸ /define:UNITY_ANDROID_API
[22:30:51] ▸ /define:ENABLE_SUBSTANCE
[22:30:51] ▸ /define:ENABLE_EGL
[22:30:51] ▸ /define:ENABLE_NETWORK
[22:30:51] ▸ /define:ENABLE_RUNTIME_GI
[22:30:51] ▸ /define:ENABLE_CRUNCH_TEXTURE_COMPRESSION
[22:30:51] ▸ /define:ENABLE_UNITYWEBREQUEST
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_ANALYTICS
[22:30:51] ▸ /define:ENABLE_EVENT_QUEUE
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_PURCHASING
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_CRASH_REPORTING
[22:30:51] ▸ /define:ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING
[22:30:51] ▸ /define:ENABLE_SCRIPTING_GC_WBARRIERS
[22:30:51] ▸ /define:PLATFORM_SUPPORTS_ADS_ID
[22:30:51] ▸ /define:UNITY_CAN_SHOW_SPLASH_SCREEN
[22:30:51] ▸ /define:ENABLE_VR
[22:30:51] ▸ /define:ENABLE_AR
[22:30:51] ▸ /define:UNITY_HAS_GOOGLEVR
[22:30:51] ▸ /define:UNITY_HAS_TANGO
[22:30:51] ▸ /define:ENABLE_SPATIALTRACKING
[22:30:51] ▸ /define:ENABLE_RUNTIME_PERMISSIONS
[22:30:51] ▸ /define:ENABLE_ENGINE_CODE_STRIPPING
[22:30:51] ▸ /define:UNITY_ASTC_ONLY_DECOMPRESS
[22:30:51] ▸ /define:ENABLE_UNITYADS_RUNTIME
[22:30:51] ▸ /define:UNITY_UNITYADS_API
[22:30:51] ▸ /define:ENABLE_MONO
[22:30:51] ▸ /define:NET_STANDARD_2_0
[22:30:51] ▸ /define:UNITY_PRO_LICENSE
[22:30:51] ▸ /define:ASTAR_LEVELGRIDNODE_FEW_LAYERS
[22:30:51] ▸ /define:ASTAR_NO_ZIP
[22:30:51] ▸ /define:smile:OTWEEN_TMP
[22:30:51] ▸ /define:smile:OTWEEN_TK2D
[22:30:51] ▸ /define:ODIN_INSPECTOR
[22:30:51] ▸ /define:CSHARP_7_OR_LATER
[22:30:51] ▸ /define:CSHARP_7_3_OR_NEWER
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/AssemblyInfo.cs.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Asset.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Character.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_CharacterInfo.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ColorGradient.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_CoroutineTween.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAssetCommon.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAssetUtilities.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontFeaturesCommon.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontFeatureTable.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputValidator.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_LineInfo.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ListPool.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MeshInfo.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ObjectPool.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_PackageResourceImporter.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_RichTextTagsCommon.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_RichTextTagStack.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Settings.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ShaderUtilities.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Sprite.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAnimator.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAssetImportFormats.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteCharacter.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteGlyph.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Style.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_StyleSheet.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMesh.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextElement.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextElement_Legacy.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextInfo.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextParsingUtilities.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextUtilities.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateManager.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_EventManager.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_ExtensionMethods.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_MeshUtilities.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs"
[22:30:51] ▸ "/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs"
[22:30:51] ▸ -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Unity.TextMeshPro.dll
[22:30:51] ▸ Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e)
[22:30:51] ▸ Copyright (C) Microsoft Corporation. All rights reserved.
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(2,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(5,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(6,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(7,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(8,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs(3,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(5,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(7,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(8,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(9,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(11,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(6,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(3,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(7,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateManager.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(3,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(9,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(21,54): error CS0246: The type or namespace name 'ILayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(107,38): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(196,38): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs(58,61): error CS0246: The type or namespace name 'Selectable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(316,56): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,33): error CS0246: The type or namespace name 'Selectable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,45): error CS0246: The type or namespace name 'IPointerClickHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,67): error CS0246: The type or namespace name 'ISubmitHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,83): error CS0246: The type or namespace name 'ICancelHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(14,34): error CS0246: The type or namespace name 'UIBehaviour' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(152,16): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(170,16): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(168,33): error CS0115: 'TextContainer.Awake()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(179,33): error CS0115: 'TextContainer.OnEnable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(190,33): error CS0115: 'TextContainer.OnDisable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(247,33): error CS0115: 'TextContainer.OnRectTransformDimensionsChange()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(10,61): error CS0246: The type or namespace name 'IPointerClickHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(10,83): error CS0246: The type or namespace name 'ISelectHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(10,99): error CS0246: The type or namespace name 'IDeselectHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(651,44): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(14,36): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(19,30): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(660,38): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(25,32): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs(10,39): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(672,38): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs(18,30): error CS0115: 'TMP_SelectionCaret.Cull(Rect, bool)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(21,35): error CS0246: The type or namespace name 'Selectable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(22,9): error CS0246: The type or namespace name 'IUpdateSelectedHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(23,9): error CS0246: The type or namespace name 'IBeginDragHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(24,9): error CS0246: The type or namespace name 'IDragHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(25,9): error CS0246: The type or namespace name 'IEndDragHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(26,9): error CS0246: The type or namespace name 'IPointerClickHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(27,9): error CS0246: The type or namespace name 'ISubmitHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(28,9): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(29,9): error CS0246: The type or namespace name 'IScrollHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(1034,35): error CS0246: The type or namespace name 'Toggle' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(422,33): error CS0115: 'TMP_Dropdown.Awake()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(439,33): error CS0115: 'TMP_Dropdown.Start()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(458,33): error CS0115: 'TMP_Dropdown.OnDisable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(147,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(165,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(324,17): error CS0246: The type or namespace name 'BaseInput' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(20,22): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(590,16): error CS0246: The type or namespace name 'Graphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(592,16): error CS0246: The type or namespace name 'Scrollbar' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(24,64): error CS0246: The type or namespace name 'IPointerEnterHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(24,86): error CS0246: The type or namespace name 'ICancelHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(36,20): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(38,20): error CS0246: The type or namespace name 'Toggle' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(40,48): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1539,30): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(45,42): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1258,19): error CS0246: The type or namespace name 'LayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1548,41): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(29,21): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1556,36): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(33,21): error CS0246: The type or namespace name 'Toggle' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1603,42): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1640,39): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(224,31): error CS0115: 'TMP_Text.color': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1055,30): warning CS0109: The member 'TMP_Text.transform' does not hide an accessible member. The new keyword is not required.
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1070,34): warning CS0109: The member 'TMP_Text.rectTransform' does not hide an accessible member. The new keyword is not required.
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1653,30): error CS0115: 'TMP_Text.CrossFadeColor(Color, float, bool, bool)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1666,30): error CS0115: 'TMP_Text.CrossFadeAlpha(float, float, bool)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,34): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,51): error CS0246: The type or namespace name 'IClippable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,63): error CS0246: The type or namespace name 'IMaskable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,74): error CS0246: The type or namespace name 'IMaterialModifier' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(637,38): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(40,33): error CS0115: 'TMP_SubMeshUI.mainTexture': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(56,34): error CS0115: 'TMP_SubMeshUI.material': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(127,34): error CS0115: 'TMP_SubMeshUI.materialForRendering': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(163,35): warning CS0109: The member 'TMP_SubMeshUI.canvasRenderer' does not hide an accessible member. The new keyword is not required.
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(244,33): error CS0115: 'TMP_SubMeshUI.OnEnable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(273,33): error CS0115: 'TMP_SubMeshUI.OnDisable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(296,33): error CS0115: 'TMP_SubMeshUI.OnDestroy()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(463,33): error CS0115: 'TMP_SubMeshUI.OnTransformParentChanged()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(479,34): error CS0115: 'TMP_SubMeshUI.GetModifiedMaterial(Material)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(540,30): error CS0115: 'TMP_SubMeshUI.SetAllDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(551,30): error CS0115: 'TMP_SubMeshUI.SetVerticesDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(568,30): error CS0115: 'TMP_SubMeshUI.SetLayoutDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(577,30): error CS0115: 'TMP_SubMeshUI.SetMaterialDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(615,30): error CS0115: 'TMP_SubMeshUI.Cull(Rect, bool)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(626,33): error CS0115: 'TMP_SubMeshUI.UpdateGeometry()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(637,30): error CS0115: 'TMP_SubMeshUI.Rebuild(CanvasUpdate)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(661,33): error CS0115: 'TMP_SubMeshUI.UpdateMaterial()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(685,30): error CS0115: 'TMP_SubMeshUI.RecalculateClipping()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(695,30): error CS0115: 'TMP_SubMeshUI.RecalculateMasking()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(54,66): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(59,68): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(77,67): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(82,69): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(152,62): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(159,70): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(169,71): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(17,31): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(20,31): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1270,19): error CS0246: The type or namespace name 'LayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(26,34): error CS0115: 'TextMeshProUGUI.materialForRendering': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(55,35): warning CS0109: The member 'TextMeshProUGUI.canvasRenderer' does not hide an accessible member. The new keyword is not required.
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(126,30): error CS0115: 'TextMeshProUGUI.SetVerticesDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(142,30): error CS0115: 'TextMeshProUGUI.SetLayoutDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(163,30): error CS0115: 'TextMeshProUGUI.SetMaterialDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(181,30): error CS0115: 'TextMeshProUGUI.SetAllDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(196,30): error CS0115: 'TextMeshProUGUI.Rebuild(CanvasUpdate)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(242,34): error CS0115: 'TextMeshProUGUI.GetModifiedMaterial(Material)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(272,33): error CS0115: 'TextMeshProUGUI.UpdateMaterial()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(332,30): error CS0115: 'TextMeshProUGUI.RecalculateClipping()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(343,30): error CS0115: 'TextMeshProUGUI.RecalculateMasking()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(356,30): error CS0115: 'TextMeshProUGUI.Cull(Rect, bool)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(73,33): error CS0115: 'TextMeshProUGUI.Awake()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(153,33): error CS0115: 'TextMeshProUGUI.OnEnable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(201,33): error CS0115: 'TextMeshProUGUI.OnDisable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(231,33): error CS0115: 'TextMeshProUGUI.OnDestroy()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1523,33): error CS0115: 'TextMeshProUGUI.OnDidApplyAnimationProperties()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1532,33): error CS0115: 'TextMeshProUGUI.OnCanvasHierarchyChanged()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1539,33): error CS0115: 'TextMeshProUGUI.OnTransformParentChanged()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1552,33): error CS0115: 'TextMeshProUGUI.OnRectTransformDimensionsChange()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(15,50): error CS0246: The type or namespace name 'ILayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(228,38): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(165,30): error CS0115: 'TextMeshPro.SetVerticesDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(180,30): error CS0115: 'TextMeshPro.SetLayoutDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(198,30): error CS0115: 'TextMeshPro.SetMaterialDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(214,30): error CS0115: 'TextMeshPro.SetAllDirty()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(228,30): error CS0115: 'TextMeshPro.Rebuild(CanvasUpdate)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(256,33): error CS0115: 'TextMeshPro.UpdateMaterial()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(67,33): error CS0115: 'TextMeshPro.Awake()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(161,33): error CS0115: 'TextMeshPro.OnEnable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(199,33): error CS0115: 'TextMeshPro.OnDisable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(215,33): error CS0115: 'TextMeshPro.OnDestroy()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1439,33): error CS0115: 'TextMeshPro.OnDidApplyAnimationProperties()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1449,33): error CS0115: 'TextMeshPro.OnTransformParentChanged()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1459,33): error CS0115: 'TextMeshPro.OnRectTransformDimensionsChange()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1648,44): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1985,46): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(2033,38): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3179,37): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3285,36): error CS0246: The type or namespace name 'VertexHelper' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3376,41): error CS0246: The type or namespace name 'VertexHelper' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3753,39): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3763,44): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3831,41): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3839,38): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3997,51): error CS0246: The type or namespace name 'SelectionState' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(964,33): error CS0115: 'TMP_InputField.OnEnable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1026,33): error CS0115: 'TMP_InputField.OnDisable()': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1648,30): error CS0115: 'TMP_InputField.OnPointerDown(PointerEventData)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3753,30): error CS0115: 'TMP_InputField.OnSelect(BaseEventData)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3831,30): error CS0115: 'TMP_InputField.OnDeselect(BaseEventData)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3997,33): error CS0115: 'TMP_InputField.DoStateTransition(SelectionState, bool)': no suitable method found to override
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(110,19): error CS0246: The type or namespace name 'Graphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(113,19): error CS0246: The type or namespace name 'Scrollbar' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ -----CompilerOutput:-stderr----------
[22:30:51] ▸ -----EndCompilerOutput---------------
[22:30:51] ▸ - Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
[22:30:51] ▸ - Finished compile Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
[22:30:51] ▸ - Finished compile Library/ScriptAssemblies/Unity.Timeline.dll
[22:30:51] ▸ - Finished compile Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
[22:30:51] ▸ - Finished compile Library/ScriptAssemblies/Unity.MemoryProfiler.dll
[22:30:51] ▸ Library/PackageCache/com.unity.analytics@3.3.2/DataPrivacy/DataPrivacyButton.cs(3,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.analytics@3.3.2/DataPrivacy/DataPrivacyButton.cs(7,38): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(2,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(5,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(6,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(7,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:51] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(8,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs(3,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(5,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(7,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(8,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(9,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(11,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(6,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(3,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(5,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(7,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateManager.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(2,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(3,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:52] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(9,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(21,54): error CS0246: The type or namespace name 'ILayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(107,38): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(196,38): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs(58,61): error CS0246: The type or namespace name 'Selectable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs(316,56): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,33): error CS0246: The type or namespace name 'Selectable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,45): error CS0246: The type or namespace name 'IPointerClickHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:53] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,67): error CS0246: The type or namespace name 'ISubmitHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(22,83): error CS0246: The type or namespace name 'ICancelHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(14,34): error CS0246: The type or namespace name 'UIBehaviour' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(152,16): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(170,16): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(168,33): error CS0115: 'TextContainer.Awake()': no suitable method found to override
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(179,33): error CS0115: 'TextContainer.OnEnable()': no suitable method found to override
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(190,33): error CS0115: 'TextContainer.OnDisable()': no suitable method found to override
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs(247,33): error CS0115: 'TextContainer.OnRectTransformDimensionsChange()': no suitable method found to override
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(10,61): error CS0246: The type or namespace name 'IPointerClickHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(10,83): error CS0246: The type or namespace name 'ISelectHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(10,99): error CS0246: The type or namespace name 'IDeselectHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(651,44): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(14,36): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:54] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(19,30): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(660,38): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs(25,32): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs(10,39): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(672,38): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs(18,30): error CS0115: 'TMP_SelectionCaret.Cull(Rect, bool)': no suitable method found to override
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(21,35): error CS0246: The type or namespace name 'Selectable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(22,9): error CS0246: The type or namespace name 'IUpdateSelectedHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(23,9): error CS0246: The type or namespace name 'IBeginDragHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:55] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(24,9): error CS0246: The type or namespace name 'IDragHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(25,9): error CS0246: The type or namespace name 'IEndDragHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(26,9): error CS0246: The type or namespace name 'IPointerClickHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(27,9): error CS0246: The type or namespace name 'ISubmitHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(28,9): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(29,9): error CS0246: The type or namespace name 'IScrollHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(1034,35): error CS0246: The type or namespace name 'Toggle' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(422,33): error CS0115: 'TMP_Dropdown.Awake()': no suitable method found to override
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(439,33): error CS0115: 'TMP_Dropdown.Start()': no suitable method found to override
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(458,33): error CS0115: 'TMP_Dropdown.OnDisable()': no suitable method found to override
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(147,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:56] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(165,17): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(324,17): error CS0246: The type or namespace name 'BaseInput' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(20,22): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(590,16): error CS0246: The type or namespace name 'Graphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(592,16): error CS0246: The type or namespace name 'Scrollbar' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(24,64): error CS0246: The type or namespace name 'IPointerEnterHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(24,86): error CS0246: The type or namespace name 'ICancelHandler' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(36,20): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(38,20): error CS0246: The type or namespace name 'Toggle' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(40,48): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:57] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1539,30): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(45,42): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1258,19): error CS0246: The type or namespace name 'LayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1548,41): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(29,21): error CS0246: The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1556,36): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs(33,21): error CS0246: The type or namespace name 'Toggle' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1603,42): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1640,39): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(224,31): error CS0115: 'TMP_Text.color': no suitable method found to override
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1055,30): warning CS0109: The member 'TMP_Text.transform' does not hide an accessible member. The new keyword is not required.
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1070,34): warning CS0109: The member 'TMP_Text.rectTransform' does not hide an accessible member. The new keyword is not required.
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1653,30): error CS0115: 'TMP_Text.CrossFadeColor(Color, float, bool, bool)': no suitable method found to override
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1666,30): error CS0115: 'TMP_Text.CrossFadeAlpha(float, float, bool)': no suitable method found to override
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,34): error CS0246: The type or namespace name 'MaskableGraphic' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,51): error CS0246: The type or namespace name 'IClippable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:58] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,63): error CS0246: The type or namespace name 'IMaskable' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(11,74): error CS0246: The type or namespace name 'IMaterialModifier' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(637,38): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(40,33): error CS0115: 'TMP_SubMeshUI.mainTexture': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(56,34): error CS0115: 'TMP_SubMeshUI.material': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(127,34): error CS0115: 'TMP_SubMeshUI.materialForRendering': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(163,35): warning CS0109: The member 'TMP_SubMeshUI.canvasRenderer' does not hide an accessible member. The new keyword is not required.
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(244,33): error CS0115: 'TMP_SubMeshUI.OnEnable()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(273,33): error CS0115: 'TMP_SubMeshUI.OnDisable()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(296,33): error CS0115: 'TMP_SubMeshUI.OnDestroy()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(463,33): error CS0115: 'TMP_SubMeshUI.OnTransformParentChanged()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(479,34): error CS0115: 'TMP_SubMeshUI.GetModifiedMaterial(Material)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(540,30): error CS0115: 'TMP_SubMeshUI.SetAllDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(551,30): error CS0115: 'TMP_SubMeshUI.SetVerticesDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(568,30): error CS0115: 'TMP_SubMeshUI.SetLayoutDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(577,30): error CS0115: 'TMP_SubMeshUI.SetMaterialDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(615,30): error CS0115: 'TMP_SubMeshUI.Cull(Rect, bool)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(626,33): error CS0115: 'TMP_SubMeshUI.UpdateGeometry()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(637,30): error CS0115: 'TMP_SubMeshUI.Rebuild(CanvasUpdate)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(661,33): error CS0115: 'TMP_SubMeshUI.UpdateMaterial()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(685,30): error CS0115: 'TMP_SubMeshUI.RecalculateClipping()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs(695,30): error CS0115: 'TMP_SubMeshUI.RecalculateMasking()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(54,66): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(59,68): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(77,67): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(82,69): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(152,62): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(159,70): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(169,71): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(17,31): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs(20,31): error CS0246: The type or namespace name 'ICanvasElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs(1270,19): error CS0246: The type or namespace name 'LayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(26,34): error CS0115: 'TextMeshProUGUI.materialForRendering': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(55,35): warning CS0109: The member 'TextMeshProUGUI.canvasRenderer' does not hide an accessible member. The new keyword is not required.
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(126,30): error CS0115: 'TextMeshProUGUI.SetVerticesDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(142,30): error CS0115: 'TextMeshProUGUI.SetLayoutDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(163,30): error CS0115: 'TextMeshProUGUI.SetMaterialDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(181,30): error CS0115: 'TextMeshProUGUI.SetAllDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(196,30): error CS0115: 'TextMeshProUGUI.Rebuild(CanvasUpdate)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(242,34): error CS0115: 'TextMeshProUGUI.GetModifiedMaterial(Material)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(272,33): error CS0115: 'TextMeshProUGUI.UpdateMaterial()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(332,30): error CS0115: 'TextMeshProUGUI.RecalculateClipping()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(343,30): error CS0115: 'TextMeshProUGUI.RecalculateMasking()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs(356,30): error CS0115: 'TextMeshProUGUI.Cull(Rect, bool)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(73,33): error CS0115: 'TextMeshProUGUI.Awake()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(153,33): error CS0115: 'TextMeshProUGUI.OnEnable()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(201,33): error CS0115: 'TextMeshProUGUI.OnDisable()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(231,33): error CS0115: 'TextMeshProUGUI.OnDestroy()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1523,33): error CS0115: 'TextMeshProUGUI.OnDidApplyAnimationProperties()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1532,33): error CS0115: 'TextMeshProUGUI.OnCanvasHierarchyChanged()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1539,33): error CS0115: 'TextMeshProUGUI.OnTransformParentChanged()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs(1552,33): error CS0115: 'TextMeshProUGUI.OnRectTransformDimensionsChange()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(15,50): error CS0246: The type or namespace name 'ILayoutElement' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(228,38): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(165,30): error CS0115: 'TextMeshPro.SetVerticesDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(180,30): error CS0115: 'TextMeshPro.SetLayoutDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(198,30): error CS0115: 'TextMeshPro.SetMaterialDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(214,30): error CS0115: 'TextMeshPro.SetAllDirty()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(228,30): error CS0115: 'TextMeshPro.Rebuild(CanvasUpdate)': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs(256,33): error CS0115: 'TextMeshPro.UpdateMaterial()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(67,33): error CS0115: 'TextMeshPro.Awake()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(161,33): error CS0115: 'TextMeshPro.OnEnable()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(199,33): error CS0115: 'TextMeshPro.OnDisable()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(215,33): error CS0115: 'TextMeshPro.OnDestroy()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1439,33): error CS0115: 'TextMeshPro.OnDidApplyAnimationProperties()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1449,33): error CS0115: 'TextMeshPro.OnTransformParentChanged()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1459,33): error CS0115: 'TextMeshPro.OnRectTransformDimensionsChange()': no suitable method found to override
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1648,44): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1985,46): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:30:59] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(2033,38): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3179,37): error CS0246: The type or namespace name 'CanvasUpdate' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3285,36): error CS0246: The type or namespace name 'VertexHelper' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3376,41): error CS0246: The type or namespace name 'VertexHelper' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3753,39): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3763,44): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3831,41): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3839,38): error CS0246: The type or namespace name 'BaseEventData' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3997,51): error CS0246: The type or namespace name 'SelectionState' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(964,33): error CS0115: 'TMP_InputField.OnEnable()': no suitable method found to override
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1026,33): error CS0115: 'TMP_InputField.OnDisable()': no suitable method found to override
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(1648,30): error CS0115: 'TMP_InputField.OnPointerDown(PointerEventData)': no suitable method found to override
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3753,30): error CS0115: 'TMP_InputField.OnSelect(BaseEventData)': no suitable method found to override
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3831,30): error CS0115: 'TMP_InputField.OnDeselect(BaseEventData)': no suitable method found to override
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(3997,33): error CS0115: 'TMP_InputField.DoStateTransition(SelectionState, bool)': no suitable method found to override
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(110,19): error CS0246: The type or namespace name 'Graphic' could not be found (are you missing a using directive or an assembly reference?)
[22:31:00] ▸ Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs(113,19): error CS0246: The type or namespace name 'Scrollbar' could not be found (are you missing a using directive or an assembly reference?)
[22:31:07] ▸ Aborting batchmode due to failure:
[22:31:07] ▸ executeMethod method I.L.Build.LBuild.BuildPlayerDefault threw exception.
[22:31:07] ▸ [ScriptCompilation] Recompiling all scripts because: Recompiling scripts for editor because player build failed.
[22:31:07] ▸ Error building Player because scripts had compiler errors
This is happening to us, in several unity versions, 2018.3 and now 2019.1 and it fails in the same way.
We also found an example of this happening in the Cloud Build in the forum Cloud Build errors with packages from Packages Manager
If anyone has any idea about how we can prevent this error it would be awesome.
I tried searching for custom build servers in the forum and this subforum seemed to have the most interesting ones, so I created the thread here, please tell me if there is somewhere more appropiate.
Thanks for any information.
Rubén