Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug 2022.2.0a16 has compilation errors

Discussion in '2022.2 Beta' started by Protagonist, Jun 9, 2022.

  1. Protagonist

    Protagonist

    Joined:
    Dec 22, 2010
    Posts:
    25
    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.IsPicker()'
    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.
     
    Last edited: Jun 9, 2022
  2. bnmguy

    bnmguy

    Joined:
    Oct 31, 2020
    Posts:
    137
    Also experiencing this, although it strangely only happens randomly when opening Unity project. Sometimes not there, sometimes requires SafeMode. Odd.
     
  3. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Same issue - non existent problems triggering safe mode.
     
  4. iriguchi

    iriguchi

    Joined:
    Feb 1, 2016
    Posts:
    46
    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.
     
  5. spakment

    spakment

    Joined:
    Dec 19, 2017
    Posts:
    96
    Same issue here 2022.2.0b1
    Removed Version Control in Package Manager in Safe Mode and it went away
     
    Unfug likes this.
  6. Unfug

    Unfug

    Joined:
    Jan 30, 2020
    Posts:
    2
    2022.2.0b14 same issue.

    Removing version control package worked!
     
  7. sebastienp_unity

    sebastienp_unity

    Unity Technologies

    Joined:
    Feb 16, 2018
    Posts:
    201
    Baste likes this.
  8. simon-ferquel-unity

    simon-ferquel-unity

    Unity Technologies

    Joined:
    Apr 1, 2021
    Posts:
    67
    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 ?
     
  9. thelebaron

    thelebaron

    Joined:
    Jun 2, 2013
    Posts:
    851
    I'm getting this in 2022.2.0f1 with a packages only project(of my own packages)