Search Unity

I love error messages with "this should never happen"

Discussion in 'Prefabs' started by liortal, Nov 23, 2018.

  1. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    I was playing around with latest beta and got this:
    upload_2018-11-23_21-21-7.png

    Will try to find the repro scenario, unless you are familiar with this issue already.

    BTW i just love those errors in code where it says "this will never happen!" :)
     
    Antypodish and Lurking-Ninja like this.
  2. SteenLund

    SteenLund

    Unity Technologies

    Joined:
    Jan 20, 2011
    Posts:
    639
    “this should never happen” in this case means it is not allowed to happen and is an internal developer mistake. Usually these are caught during development sometimes they slip through due to lack of test coverage in some areas.

    This should be fixed in the next beta