Unity 2021.3.1 LTS Compile Errors
Hi I am getting the following compile errors in Unity 2021.3.1.
Assets\Shapes\Scripts\Editor\Utils\MenuItems.cs(136,23): error CS0103: The name 'PrefabStageUtility' does not exist in the current context
Assets\Shapes\Scripts\Editor\Utils\ShapesImportState.cs(128,48): error CS0619: 'ForwardRendererData' is obsolete: 'ForwardRendererData has been deprecated (UnityUpgradable) -> UniversalRendererData'
Assets\Shapes\Scripts\Editor\Utils\ShapesImportState.cs(132,9): error CS0619: 'ForwardRendererDataEditor' is obsolete: 'ForwardRendererDataEditor has been deprecated. Use UniversalRendererDataEditor instead (UnityUpgradable) -> UniversalRendererDataEditor'
Assets\Shapes\Scripts\Editor\Utils\ShapesImportState.cs(132,47): error CS0619: 'ForwardRendererDataEditor' is obsolete: 'ForwardRendererDataEditor has been deprecated. Use UniversalRendererDataEditor instead (UnityUpgradable) -> UniversalRendererDataEditor'