我打开了一个现有项目,该项目显示错误。 这是错误:
Assets/unity-ui-extensions/Scripts/Effects/RaycastMask.cs(34,47): error CS1070: The type `UnityEngine.ICanvasRaycastFilter' has been forwarded to an assembly that is not referenced. Enable the built in package 'UI' in the Package Manager window to fix this error.
但是我找不到任何“程序包管理器”窗口来修复此错误,并且我也不确定“程序包管理器”窗口中是否有内置程序包“ UI”。
如何解决此错误并编译项目?