Search Unity

Bug "generated inconsistent result for asset" warning

Discussion in 'Editor & General Support' started by andyz, Mar 30, 2021.

  1. andyz

    andyz

    Joined:
    Jan 5, 2010
    Posts:
    2,269
    What is this warning and how to fix? 2020.3.0 LTS

    Code (CSharp):
    1. Importer(MonoImporter) generated inconsistent result for
    2. asset(guid:be8d835bbd9194c4686ca124ce0675ce) "....cs"
     
  2. triple_why

    triple_why

    Joined:
    Jun 9, 2018
    Posts:
    47
    Execute menu command Assets -> Reimport All.

    From release notes:
    "Unity version no longer written to serialized artifact files generated during asset importing. This was causing inconsistency import result across Unity versions. For existing projects, you must either do a "Reimport All" or delete the library folder for this fix to take effect."

    See also Issue Tracker page.