Apologies if this is an easy fix. Started up Unity today and getting 9 console error messages consistently.
Tried updating the Plastic/Collab package to the latest version of Version Control.
Tried deleting Version Control from Package Manager then reinstalling it.
Had everything working a few weeks ago after converting from Collab over to Plastic so not sure what changed to get these errors popping up now.
Error Messages:
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(26,42): error CS0246: The type or namespace name ‘WebViewEditorStaticWindow’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(28,27): error CS0246: The type or namespace name ‘WebView’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(14,23): error CS0246: The type or namespace name ‘WebView’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\Presenters\CollabHistoryPresenter.cs(21,9): error CS0246: The type or namespace name ‘BuildAccess’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(19,39): error CS0246: The type or namespace name ‘WebView’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(28,35): error CS0115: ‘CollabToolbarWindow.webView’: no suitable method found to override
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(109,30): error CS0115: ‘CollabToolbarWindow.OnEnable()’: no suitable method found to override
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(26,69): error CS0535: ‘CollabToolbarWindow’ does not implement interface member ‘IHasCustomMenu.AddItemsToMenu(GenericMenu)’
Library\PackageCache\com.unity.collab-proxy@1.14.13\Editor\Collaborate\Collab\CollabToolbarWindow.cs(12,9): error CS0246: The type or namespace name ‘WebView’ could not be found (are you missing a using directive or an assembly reference?)