Created a 3D URP project [Unity 2022.3.11f1], and while loading up the Unity editor, it made me open in safe mode. These 2 errors appeared in the console:
Full errors:
Library\PackageCache\[email protected]\Runtime\Lighting\ProbeVolume\ProbeReferenceVolume.cs(651,13): error CS0103: The name 'AdditionalGIBakeRequestsManager' does not exist in the current context
Library\PackageCache\[email protected]\Runtime\Lighting\ProbeVolume\ProbeReferenceVolume.cs(689,13): error CS0103: The name 'AdditionalGIBakeRequestsManager' does not exist in the current context
What can I do?
Tried asking Windows Copilot; it told me to reimport URP package.. that didn't seem to be possible, so I deleted and readded it. Didn't work (same errors, though they were gone while the package was gone for obvious reasons). Deleted project and recreated; same error.