2022.2.0a16 has compilation errors

While upgrading from 2022.2.0a13, the following compilation errors occur, requiring entering safe mode:

Library/PackageCache/com.unity.search.extensions@e2dd083158/Overlays/SearchView.cs(10,46): error CS0535: 'SearchView' does not implement interface member 'ISearchView.cursorIndex'
Unhandled Exception: Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: Can't assign requested address (ilpp:80) SocketException: Can't assign requested address", DebugException="System.Net.Http.HttpRequestException: Can't assign requested address (ilpp:80)

If I remove the search extensions package (1.0.1), these errors go away.

I tried to run my project (that works fine with 2022.2.0a13), and it crashed. Submitted a bug report and headed back to a13.

Also experiencing this, although it strangely only happens randomly when opening Unity project. Sometimes not there, sometimes requires SafeMode. Odd.

Same issue - non existent problems triggering safe mode.

I got same issue. 2022.2.0a17.
I think this issue caused by proxy.

When I use another network(mobile router) that has no proxy, I don’t get this issue.

Same issue here 2022.2.0b1
Removed Version Control in Package Manager in Safe Mode and it went away

1 Like

2022.2.0b14 same issue.

Removing version control package worked!

Hi, Search extensions has been updated and at : at Fix compilation for 2022.2 and 2023.1. The custom SearchView still do… · Unity-Technologies/com.unity.search.extensions@64e053b · GitHub it should compile correctly for 22.2 and 23.1.

Sorry for the late update, this project is managed by very few people (since it is a prototype) and one (me!) was on medical leave for quite a while.

1 Like

The connectivity issue when a web proxy is configured on the machine, is fixed in 2022.2.0b15. Can you try to update and see if it fixes your issue ?

I’m getting this in 2022.2.0f1 with a packages only project(of my own packages)