UnityUpgradeable

I’ve just imported unity asset swap tool from asset store but it generates error for which i won’t able to find the solution,
Assets\AssetStoreOriginals_SNAPS_Tools\AssetSwapTool\Scripts\Editor\SwapTool.cs(160,87): error CS0619: ‘SelectionMode.OnlyUserModifiable’ is obsolete: ‘‘OnlyUserModifiable’ is obsolete. Use ‘Editable’ instead. (UnityUpgradeable) → Editable’

What version of the editor are you trying to load these packs in?

The solution was in the comment only :slight_smile:

Still happening in Unity 2020.3.22 + Asset Swap Tool 1.0. Moving scripts into an “Editor” folder as one of the review comments suggest doesn’t do anything. The errors prevent me from using the tool to swap…