Search Unity

Unity library gets periodically corrupted in our build server

Discussion in 'Testing & Automation' started by rubeng, May 13, 2019.

  1. rubeng

    rubeng

    Joined:
    Apr 20, 2013
    Posts:
    60
    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.

    Code (csharp):
    1.  
    2. [22:30:51]-----Compiler Commandline Arguments:
    3.  
    4. [22:30:51] ▸ Filename: /Applications/Unity_2019.1.1f1/Unity.app/Contents/Tools/RoslynScripts/unity_csc.sh
    5.  
    6. [22:30:51] ▸ Arguments: /noconfig @Temp/UnityTempFile-9a90cb33b11e7471f8d9765f4a5d1797
    7.  
    8. [22:30:51] ▸ Responsefile: Temp/UnityTempFile-9a90cb33b11e7471f8d9765f4a5d1797 Contents:
    9.  
    10. [22:30:51]/target:library
    11.  
    12. [22:30:51]/nowarn:0169
    13.  
    14. [22:30:51]/out:"Temp/Unity.TextMeshPro.dll"
    15.  
    16. [22:30:51]/debug:portable
    17.  
    18. [22:30:51]/optimize+
    19.  
    20. [22:30:51]/nostdlib+
    21.  
    22. [22:30:51]/preferreduilang:en-US
    23.  
    24. [22:30:51]/langversion:latest
    25.  
    26. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.dll"
    27.  
    28. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AIModule.dll"
    29.  
    30. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ARModule.dll"
    31.  
    32. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AccessibilityModule.dll"
    33.  
    34. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AnimationModule.dll"
    35.  
    36. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AssetBundleModule.dll"
    37.  
    38. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.AudioModule.dll"
    39.  
    40. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ClothModule.dll"
    41.  
    42. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.CoreModule.dll"
    43.  
    44. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.CrashReportingModule.dll"
    45.  
    46. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.DirectorModule.dll"
    47.  
    48. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.FileSystemHttpModule.dll"
    49.  
    50. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.GameCenterModule.dll"
    51.  
    52. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.GridModule.dll"
    53.  
    54. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.HotReloadModule.dll"
    55.  
    56. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.IMGUIModule.dll"
    57.  
    58. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ImageConversionModule.dll"
    59.  
    60. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.InputModule.dll"
    61.  
    62. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.JSONSerializeModule.dll"
    63.  
    64. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.LocalizationModule.dll"
    65.  
    66. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ParticleSystemModule.dll"
    67.  
    68. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.PerformanceReportingModule.dll"
    69.  
    70. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.PhysicsModule.dll"
    71.  
    72. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.Physics2DModule.dll"
    73.  
    74. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ProfilerModule.dll"
    75.  
    76. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.ScreenCaptureModule.dll"
    77.  
    78. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SharedInternalsModule.dll"
    79.  
    80. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SpriteMaskModule.dll"
    81.  
    82. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SpriteShapeModule.dll"
    83.  
    84. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.StreamingModule.dll"
    85.  
    86. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.StyleSheetsModule.dll"
    87.  
    88. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.SubstanceModule.dll"
    89.  
    90. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TLSModule.dll"
    91.  
    92. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TerrainModule.dll"
    93.  
    94. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TerrainPhysicsModule.dll"
    95.  
    96. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TextCoreModule.dll"
    97.  
    98. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TextRenderingModule.dll"
    99.  
    100. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.TilemapModule.dll"
    101.  
    102. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UIModule.dll"
    103.  
    104. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UIElementsModule.dll"
    105.  
    106. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UNETModule.dll"
    107.  
    108. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UmbraModule.dll"
    109.  
    110. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityAnalyticsModule.dll"
    111.  
    112. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityConnectModule.dll"
    113.  
    114. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityTestProtocolModule.dll"
    115.  
    116. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestModule.dll"
    117.  
    118. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll"
    119.  
    120. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestAudioModule.dll"
    121.  
    122. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestTextureModule.dll"
    123.  
    124. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.UnityWebRequestWWWModule.dll"
    125.  
    126. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VFXModule.dll"
    127.  
    128. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VRModule.dll"
    129.  
    130. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VehiclesModule.dll"
    131.  
    132. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.VideoModule.dll"
    133.  
    134. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.WindModule.dll"
    135.  
    136. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/PlaybackEngines/AndroidPlayer/Variations/mono/Managed/UnityEngine.XRModule.dll"
    137.  
    138. [22:30:51]/reference:"Assets/Plugins/SmartFormat.dll"
    139.  
    140. [22:30:51]/reference:"Assets/Plugins/Antlr4.Runtime.dll"
    141.  
    142. [22:30:51]/reference:"Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes.dll"
    143.  
    144. [22:30:51]/reference:"Assets/Demigiant/DOTweenPro/DOTweenPro.dll"
    145.  
    146. [22:30:51]/reference:"Assets/Demigiant/DemiLib/Core/DemiLib.dll"
    147.  
    148. [22:30:51]/reference:"Assets/Demigiant/DOTween/DOTween.dll"
    149.  
    150. [22:30:51]/reference:"Assets/Demigiant/DOTween/DOTween43.dll"
    151.  
    152. [22:30:51]/reference:"Assets/Demigiant/DOTween/DOTween50.dll"
    153.  
    154. [22:30:51]/reference:"Assets/Demigiant/DOTween/DOTween46.dll"
    155.  
    156. [22:30:51]/reference:"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.purchasing@2.0.6/UnityEngine.Purchasing.dll"
    157.  
    158. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/ref/2.0.0/netstandard.dll"
    159.  
    160. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll"
    161.  
    162. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll"
    163.  
    164. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll"
    165.  
    166. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll"
    167.  
    168. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll"
    169.  
    170. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll"
    171.  
    172. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll"
    173.  
    174. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll"
    175.  
    176. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll"
    177.  
    178. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll"
    179.  
    180. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll"
    181.  
    182. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll"
    183.  
    184. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll"
    185.  
    186. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll"
    187.  
    188. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll"
    189.  
    190. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll"
    191.  
    192. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll"
    193.  
    194. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll"
    195.  
    196. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll"
    197.  
    198. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll"
    199.  
    200. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll"
    201.  
    202. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll"
    203.  
    204. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll"
    205.  
    206. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll"
    207.  
    208. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll"
    209.  
    210. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll"
    211.  
    212. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll"
    213.  
    214. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll"
    215.  
    216. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll"
    217.  
    218. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll"
    219.  
    220. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll"
    221.  
    222. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll"
    223.  
    224. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll"
    225.  
    226. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll"
    227.  
    228. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll"
    229.  
    230. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll"
    231.  
    232. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll"
    233.  
    234. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll"
    235.  
    236. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll"
    237.  
    238. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll"
    239.  
    240. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll"
    241.  
    242. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll"
    243.  
    244. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll"
    245.  
    246. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll"
    247.  
    248. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll"
    249.  
    250. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll"
    251.  
    252. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll"
    253.  
    254. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll"
    255.  
    256. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll"
    257.  
    258. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll"
    259.  
    260. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll"
    261.  
    262. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll"
    263.  
    264. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll"
    265.  
    266. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll"
    267.  
    268. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll"
    269.  
    270. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll"
    271.  
    272. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll"
    273.  
    274. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll"
    275.  
    276. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll"
    277.  
    278. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll"
    279.  
    280. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll"
    281.  
    282. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll"
    283.  
    284. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll"
    285.  
    286. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll"
    287.  
    288. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll"
    289.  
    290. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll"
    291.  
    292. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll"
    293.  
    294. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll"
    295.  
    296. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll"
    297.  
    298. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll"
    299.  
    300. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll"
    301.  
    302. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll"
    303.  
    304. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll"
    305.  
    306. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll"
    307.  
    308. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll"
    309.  
    310. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll"
    311.  
    312. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll"
    313.  
    314. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll"
    315.  
    316. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll"
    317.  
    318. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll"
    319.  
    320. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll"
    321.  
    322. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll"
    323.  
    324. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll"
    325.  
    326. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll"
    327.  
    328. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll"
    329.  
    330. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll"
    331.  
    332. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll"
    333.  
    334. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll"
    335.  
    336. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll"
    337.  
    338. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll"
    339.  
    340. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll"
    341.  
    342. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll"
    343.  
    344. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll"
    345.  
    346. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll"
    347.  
    348. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll"
    349.  
    350. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll"
    351.  
    352. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll"
    353.  
    354. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll"
    355.  
    356. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll"
    357.  
    358. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll"
    359.  
    360. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll"
    361.  
    362. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll"
    363.  
    364. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll"
    365.  
    366. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll"
    367.  
    368. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll"
    369.  
    370. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll"
    371.  
    372. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll"
    373.  
    374. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll"
    375.  
    376. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll"
    377.  
    378. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll"
    379.  
    380. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll"
    381.  
    382. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll"
    383.  
    384. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.dll"
    385.  
    386. [22:30:51]/reference:"/Applications/Unity_2019.1.1f1/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll""/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/AssemblyInfo.cs.cs"
    387.  
    388. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs"
    389.  
    390. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/MaterialReferenceManager.cs"
    391.  
    392. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextContainer.cs"
    393.  
    394. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshPro.cs"
    395.  
    396. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TextMeshProUGUI.cs"
    397.  
    398. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Asset.cs"
    399.  
    400. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Character.cs"
    401.  
    402. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_CharacterInfo.cs"
    403.  
    404. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ColorGradient.cs"
    405.  
    406. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_CoroutineTween.cs"
    407.  
    408. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_DefaultControls.cs"
    409.  
    410. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Dropdown.cs"
    411.  
    412. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAsset.cs"
    413.  
    414. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAssetCommon.cs"
    415.  
    416. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontAssetUtilities.cs"
    417.  
    418. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontFeaturesCommon.cs"
    419.  
    420. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_FontFeatureTable.cs"
    421.  
    422. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputField.cs"
    423.  
    424. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_InputValidator.cs"
    425.  
    426. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_LineInfo.cs"
    427.  
    428. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ListPool.cs"
    429.  
    430. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MaterialManager.cs"
    431.  
    432. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_MeshInfo.cs"
    433.  
    434. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ObjectPool.cs"
    435.  
    436. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_PackageResourceImporter.cs"
    437.  
    438. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_RichTextTagsCommon.cs"
    439.  
    440. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_RichTextTagStack.cs"
    441.  
    442. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ScrollbarEventHandler.cs"
    443.  
    444. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SelectionCaret.cs"
    445.  
    446. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Settings.cs"
    447.  
    448. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_ShaderUtilities.cs"
    449.  
    450. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Sprite.cs"
    451.  
    452. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAnimator.cs"
    453.  
    454. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAsset.cs"
    455.  
    456. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteAssetImportFormats.cs"
    457.  
    458. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteCharacter.cs"
    459.  
    460. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SpriteGlyph.cs"
    461.  
    462. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Style.cs"
    463.  
    464. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_StyleSheet.cs"
    465.  
    466. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMesh.cs"
    467.  
    468. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_SubMeshUI.cs"
    469.  
    470. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_Text.cs"
    471.  
    472. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextElement.cs"
    473.  
    474. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextElement_Legacy.cs"
    475.  
    476. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextInfo.cs"
    477.  
    478. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextParsingUtilities.cs"
    479.  
    480. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_TextUtilities.cs"
    481.  
    482. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateManager.cs"
    483.  
    484. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMP_UpdateRegistery.cs"
    485.  
    486. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_EventManager.cs"
    487.  
    488. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_ExtensionMethods.cs"
    489.  
    490. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_MeshUtilities.cs"
    491.  
    492. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs"
    493.  
    494. [22:30:51]"/private/tmp/pipelineworkspaces/projectbase/WSAndroid/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_UGUI_Private.cs"
    495.  
    496. [22:30:51]-----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Unity.TextMeshPro.dll
    497.  
    498. [22:30:51] ▸ Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e)
    499.  
    500. [22:30:51] ▸ Copyright (C) Microsoft Corporation. All rights reserved.
    501.  
    502. [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?)
    503.  
    504. [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?)
    505.  
    506. [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?)
    507.  
    508. [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?)
    509.  
    510. [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?)
    511.  
    512. [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?)
    513.  
    514. [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?)
    515.  
    516. [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?)
    517.  
    518. [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?)
    519.  
    520. [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?)
    521.  
    522. [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?)
    523.  
    524. [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?)
    525.  
    526. [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?)
    527.  
    528. [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?)
    529.  
    530. [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?)
    531.  
    532. [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?)
    533.  
    534. [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?)
    535.  
    536. [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?)
    537.  
    538. [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?)
    539.  
    540. [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?)
    541.  
    542. [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?)
    543.  
    544. [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?)
    545.  
    546. [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?)
    547.  
    548. [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?)
    549.  
    550. [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?)
    551.  
    552. [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?)
    553.  
    554. [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?)
    555.  
    556. [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?)
    557.  
    558. [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?)
    559.  
    560. [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?)
    561.  
    562. [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?)
    563.  
    564. [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?)
    565.  
    566. [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?)
    567.  
    568. [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
    569.  
    570. [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
    571.  
    572. [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
    573.  
    574. [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
    575.  
    576. [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?)
    577.  
    578. [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?)
    579.  
    580. [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?)
    581.  
    582. [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?)
    583.  
    584. [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?)
    585.  
    586. [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?)
    587.  
    588. [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?)
    589.  
    590. [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?)
    591.  
    592. [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?)
    593.  
    594. [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?)
    595.  
    596. [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
    597.  
    598. [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?)
    599.  
    600. [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?)
    601.  
    602. [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?)
    603.  
    604. [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?)
    605.  
    606. [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?)
    607.  
    608. [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?)
    609.  
    610. [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?)
    611.  
    612. [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?)
    613.  
    614. [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?)
    615.  
    616. [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?)
    617.  
    618. [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
    619.  
    620. [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
    621.  
    622. [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
    623.  
    624. [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?)
    625.  
    626. [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?)
    627.  
    628. [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?)
    629.  
    630. [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?)
    631.  
    632. [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?)
    633.  
    634. [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?)
    635.  
    636. [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?)
    637.  
    638. [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?)
    639.  
    640. [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?)
    641.  
    642. [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?)
    643.  
    644. [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?)
    645.  
    646. [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?)
    647.  
    648. [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?)
    649.  
    650. [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?)
    651.  
    652. [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?)
    653.  
    654. [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?)
    655.  
    656. [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?)
    657.  
    658. [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?)
    659.  
    660. [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?)
    661.  
    662. [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?)
    663.  
    664. [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
    665.  
    666. [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.
    667.  
    668. [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.
    669.  
    670. [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
    671.  
    672. [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
    673.  
    674. [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?)
    675.  
    676. [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?)
    677.  
    678. [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?)
    679.  
    680. [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?)
    681.  
    682. [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?)
    683.  
    684. [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
    685.  
    686. [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
    687.  
    688. [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
    689.  
    690. [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.
    691.  
    692. [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
    693.  
    694. [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
    695.  
    696. [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
    697.  
    698. [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
    699.  
    700. [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
    701.  
    702. [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
    703.  
    704. [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
    705.  
    706. [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
    707.  
    708. [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
    709.  
    710. [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
    711.  
    712. [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
    713.  
    714. [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
    715.  
    716. [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
    717.  
    718. [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
    719.  
    720. [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
    721.  
    722. [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?)
    723.  
    724. [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?)
    725.  
    726. [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?)
    727.  
    728. [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?)
    729.  
    730. [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?)
    731.  
    732. [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?)
    733.  
    734. [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?)
    735.  
    736. [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?)
    737.  
    738. [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?)
    739.  
    740. [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?)
    741.  
    742. [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
    743.  
    744. [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.
    745.  
    746. [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
    747.  
    748. [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
    749.  
    750. [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
    751.  
    752. [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
    753.  
    754. [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
    755.  
    756. [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
    757.  
    758. [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
    759.  
    760. [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
    761.  
    762. [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
    763.  
    764. [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
    765.  
    766. [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
    767.  
    768. [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
    769.  
    770. [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
    771.  
    772. [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
    773.  
    774. [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
    775.  
    776. [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
    777.  
    778. [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
    779.  
    780. [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
    781.  
    782. [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?)
    783.  
    784. [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?)
    785.  
    786. [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
    787.  
    788. [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
    789.  
    790. [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
    791.  
    792. [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
    793.  
    794. [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
    795.  
    796. [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
    797.  
    798. [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
    799.  
    800. [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
    801.  
    802. [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
    803.  
    804. [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
    805.  
    806. [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
    807.  
    808. [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
    809.  
    810. [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
    811.  
    812. [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?)
    813.  
    814. [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?)
    815.  
    816. [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?)
    817.  
    818. [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?)
    819.  
    820. [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?)
    821.  
    822. [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?)
    823.  
    824. [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?)
    825.  
    826. [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?)
    827.  
    828. [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?)
    829.  
    830. [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?)
    831.  
    832. [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?)
    833.  
    834. [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
    835.  
    836. [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
    837.  
    838. [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
    839.  
    840. [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
    841.  
    842. [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
    843.  
    844. [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
    845.  
    846. [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?)
    847.  
    848. [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?)
    849.  
    850. [22:30:51]-----CompilerOutput:-stderr----------
    851.  
    852. [22:30:51]-----EndCompilerOutput---------------
    853.  
    854. [22:30:51]- Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
    855.  
    856. [22:30:51]- Finished compile Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
    857.  
    858. [22:30:51]- Finished compile Library/ScriptAssemblies/Unity.Timeline.dll
    859.  
    860. [22:30:51]- Finished compile Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
    861.  
    862. [22:30:51]- Finished compile Library/ScriptAssemblies/Unity.MemoryProfiler.dll
    863.  
    864. [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?)
    865.  
    866. [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?)
    867.  
    868. [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?)
    869.  
    870. [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?)
    871.  
    872. [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?)
    873.  
    874. [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?)
    875.  
    876. [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?)
    877.  
    878. [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?)
    879.  
    880. [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?)
    881.  
    882. [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?)
    883.  
    884. [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?)
    885.  
    886. [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?)
    887.  
    888. [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?)
    889.  
    890. [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?)
    891.  
    892. [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?)
    893.  
    894. [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?)
    895.  
    896. [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?)
    897.  
    898. [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?)
    899.  
    900. [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?)
    901.  
    902. [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?)
    903.  
    904. [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?)
    905.  
    906. [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?)
    907.  
    908. [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?)
    909.  
    910. [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?)
    911.  
    912. [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?)
    913.  
    914. [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?)
    915.  
    916. [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?)
    917.  
    918. [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?)
    919.  
    920. [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?)
    921.  
    922. [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?)
    923.  
    924. [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?)
    925.  
    926. [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?)
    927.  
    928. [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?)
    929.  
    930. [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?)
    931.  
    932. [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?)
    933.  
    934. [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
    935.  
    936. [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
    937.  
    938. [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
    939.  
    940. [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
    941.  
    942. [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?)
    943.  
    944. [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?)
    945.  
    946. [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?)
    947.  
    948. [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?)
    949.  
    950. [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?)
    951.  
    952. [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?)
    953.  
    954. [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?)
    955.  
    956. [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?)
    957.  
    958. [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?)
    959.  
    960. [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?)
    961.  
    962. [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
    963.  
    964. [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?)
    965.  
    966. [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?)
    967.  
    968. [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?)
    969.  
    970. [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?)
    971.  
    972. [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?)
    973.  
    974. [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?)
    975.  
    976. [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?)
    977.  
    978. [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?)
    979.  
    980. [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?)
    981.  
    982. [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?)
    983.  
    984. [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
    985.  
    986. [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
    987.  
    988. [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
    989.  
    990. [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?)
    991.  
    992. [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?)
    993.  
    994. [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?)
    995.  
    996. [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?)
    997.  
    998. [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?)
    999.  
    1000. [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?)
    1001.  
    1002. [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?)
    1003.  
    1004. [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?)
    1005.  
    1006. [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?)
    1007.  
    1008. [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?)
    1009.  
    1010. [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?)
    1011.  
    1012. [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?)
    1013.  
    1014. [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?)
    1015.  
    1016. [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?)
    1017.  
    1018. [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?)
    1019.  
    1020. [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?)
    1021.  
    1022. [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?)
    1023.  
    1024. [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?)
    1025.  
    1026. [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?)
    1027.  
    1028. [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?)
    1029.  
    1030. [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
    1031.  
    1032. [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.
    1033.  
    1034. [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.
    1035.  
    1036. [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
    1037.  
    1038. [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
    1039.  
    1040. [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?)
    1041.  
    1042. [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?)
    1043.  
    1044. [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?)
    1045.  
    1046. [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?)
    1047.  
    1048. [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?)
    1049.  
    1050. [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
    1051.  
    1052. [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
    1053.  
    1054. [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
    1055.  
    1056. [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.
    1057.  
    1058. [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
    1059.  
    1060. [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
    1061.  
    1062. [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
    1063.  
    1064. [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
    1065.  
    1066. [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
    1067.  
    1068. [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
    1069.  
    1070. [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
    1071.  
    1072. [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
    1073.  
    1074. [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
    1075.  
    1076. [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
    1077.  
    1078. [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
    1079.  
    1080. [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
    1081.  
    1082. [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
    1083.  
    1084. [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
    1085.  
    1086. [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
    1087.  
    1088. [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?)
    1089.  
    1090. [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?)
    1091.  
    1092. [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?)
    1093.  
    1094. [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?)
    1095.  
    1096. [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?)
    1097.  
    1098. [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?)
    1099.  
    1100. [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?)
    1101.  
    1102. [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?)
    1103.  
    1104. [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?)
    1105.  
    1106. [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?)
    1107.  
    1108. [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
    1109.  
    1110. [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.
    1111.  
    1112. [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
    1113.  
    1114. [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
    1115.  
    1116. [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
    1117.  
    1118. [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
    1119.  
    1120. [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
    1121.  
    1122. [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
    1123.  
    1124. [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
    1125.  
    1126. [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
    1127.  
    1128. [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
    1129.  
    1130. [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
    1131.  
    1132. [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
    1133.  
    1134. [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
    1135.  
    1136. [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
    1137.  
    1138. [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
    1139.  
    1140. [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
    1141.  
    1142. [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
    1143.  
    1144. [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
    1145.  
    1146. [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
    1147.  
    1148. [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?)
    1149.  
    1150. [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?)
    1151.  
    1152. [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
    1153.  
    1154. [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
    1155.  
    1156. [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
    1157.  
    1158. [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
    1159.  
    1160. [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
    1161.  
    1162. [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
    1163.  
    1164. [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
    1165.  
    1166. [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
    1167.  
    1168. [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
    1169.  
    1170. [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
    1171.  
    1172. [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
    1173.  
    1174. [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
    1175.  
    1176. [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
    1177.  
    1178. [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?)
    1179.  
    1180. [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?)
    1181.  
    1182. [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?)
    1183.  
    1184. [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?)
    1185.  
    1186. [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?)
    1187.  
    1188. [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?)
    1189.  
    1190. [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?)
    1191.  
    1192. [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?)
    1193.  
    1194. [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?)
    1195.  
    1196. [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?)
    1197.  
    1198. [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?)
    1199.  
    1200. [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
    1201.  
    1202. [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
    1203.  
    1204. [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
    1205.  
    1206. [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
    1207.  
    1208. [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
    1209.  
    1210. [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
    1211.  
    1212. [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?)
    1213.  
    1214. [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?)
    1215.  
    1216. [22:31:07] ▸ Aborting batchmode due to failure:
    1217.  
    1218. [22:31:07] ▸ executeMethod method I.L.Build.LBuild.BuildPlayerDefault threw exception.
    1219.  
    1220. [22:31:07][ScriptCompilation] Recompiling all scripts because: Recompiling scripts for editor because player build failed.
    1221.  
    1222. [22:31:07] ▸ Error building Player because scripts had compiler errors
    1223.  

    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 https://forum.unity.com/threads/clo...es-from-packages-manager.645202/#post-4331155

    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
     
    arielsan likes this.
  2. seans_unity3d

    seans_unity3d

    Unity Technologies

    Joined:
    Feb 28, 2017
    Posts:
    9
    Have you tried deleting the Library folder with each build? It will probably increase the build time, but ensure a clean state for the build.
     
    aurelien-morel-ubiant likes this.
  3. rubeng

    rubeng

    Joined:
    Apr 20, 2013
    Posts:
    60
    That fixes it for a time (until it breaks again), and is not a bad idea for our nightly builds, but doing it for each build will make our build times way larger and impact on other projects build times as well due to executors being in use longer.

    This hasn't been a one off thing, every week at some point the build will break at least once, needing a manual clean.

    Finding a proper fix, or at least diagnosing why/when this is happening would be great

    Thanks for your help
     
  4. daniel-hagstrom

    daniel-hagstrom

    Joined:
    Apr 11, 2016
    Posts:
    7
    I would look into the Unity Cache Server as an enabler for constantly removing your Library but not exploding your build time. Every now and then I've had issues with the cache server, but incredibly rare compared to how often keeping a Library around corrupts the build. Removing your Library, or even your entire CI workspace often also ensures that a clean fully automated build still produces the results you want, which is also an important feature in a CI/CD pipeline.