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

Bug A meta data file exists but its folder render-pipelines.universal/Custom can't be found

Discussion in '2021.1 Beta' started by florianhanke, Feb 11, 2021.

  1. florianhanke

    florianhanke

    Joined:
    Jun 8, 2018
    Posts:
    426
    Starting with 2021.1.b5, in b5 and b6 I get this warning every 3 seconds, and every time it opens a modal progress bar, fails, and then retries forever. Which makes the editor pretty much unusable.

    The warning existed before, but only was printed in the console once.

    Screenshot 2021-02-11 at 18.08.26.png

    Text reads: "A meta data file (.meta) exists but its folder 'Packages/com.unity.render-pipelines.universal/Custom' can't be found, and has been created. Empty directories cannot be stored in version control, so it's assumed that the meta data file is for an empty directory in version control. When moving or deleting folders outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it."

    {
    "dependencies": {
    "com.unity.2d.animation": "5.0.3",
    "com.unity.2d.pixel-perfect": "5.0.0-pre.2",
    "com.unity.2d.psdimporter": "4.0.2",
    "com.unity.2d.sprite": "1.0.0",
    "com.unity.2d.spriteshape": "5.1.0",
    "com.unity.2d.tilemap": "1.0.0",
    "com.unity.2d.tilemap.extras": "https://github.com/Unity-Technologies/2d-extras.git#master",
    "com.unity.cinemachine": "2.7.1",
    "com.unity.collab-proxy": "1.3.9",
    "com.unity.ide.rider": "3.0.4",
    "com.unity.inputsystem": "1.0.2",
    "com.unity.platforms": "0.10.0-preview.10",
    "com.unity.platforms.linux": "0.10.0-preview.10",
    "com.unity.platforms.macos": "0.10.0-preview.10",
    "com.unity.platforms.windows": "0.10.0-preview.10",
    "com.unity.postprocessing": "3.0.2",
    "com.unity.render-pipelines.universal": "11.0.0",
    "com.unity.test-framework": "1.1.22",
    "com.unity.textmeshpro": "3.0.3",
    "com.unity.timeline": "1.5.2",
    "com.unity.toolchain.macos-x86_64-linux-x86_64": "0.1.19-preview",
    "com.unity.ugui": "1.0.0",
    "com.unity.ui": "1.0.0-preview.14",
    "com.unity.visualeffectgraph": "11.0.0",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
    }
    }

    P.S: Reported as Case 1314080.
     
    Last edited: Feb 11, 2021
  2. florianhanke

    florianhanke

    Joined:
    Jun 8, 2018
    Posts:
    426
    Some additional info on this case:
    modal-issue1.gif

    Right after opening Unity, every three seconds forever, a Unity Package Manager "Resolving assets" pops up, together with the console entry.
     
  3. florianhanke

    florianhanke

    Joined:
    Jun 8, 2018
    Posts:
    426
    This is ongoing with 2021.1.0b10 (starting with b5), only that in b10, the console text is not emitted anymore:
    importing-assets.gif
    (repeats every 3 seconds – deleting the Library folder does not help)
     
  4. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Hi @florianhanke,

    I'm sorry to hear that you're still affected by this behaviour.

    I had a look at your report and can see that you're using the Input System package. There is a known issue related to the presence of this package that causes this behaviour:

    https://issuetracker.unity3d.com/product/unity/issues/guid/1315014/

    https://forum.unity.com/threads/input-system-in-2020-2-6f1.1064633/

    A fix is in the process of getting backported to the affected versions. In the meantime, a workaround is to go to Project Settings > Toolchain Management and disable Install toolchain package automatically.

    For future references, if your bug report was closed as fixed but you're still experiencing problems, you can re-open it by replying to the email chain for said bug report. The case will be be picked up again by QA if you do that. If the workaround above works for you, that won't be necessary in this case.
     
    florianhanke likes this.
  5. florianhanke

    florianhanke

    Joined:
    Jun 8, 2018
    Posts:
    426
    No worries and thanks so much for the help! :)
     
    LeonhardP likes this.