Search Unity

Question Can't open project unless I delete library folder

Discussion in 'Editor & General Support' started by Franco_Voisard, Oct 15, 2020.

  1. Franco_Voisard

    Franco_Voisard

    Joined:
    Apr 30, 2018
    Posts:
    20
    Hello devs, as I said in the title, I'm running out of time with this delivery and I can't figure how to deal with this bug/issue. It wastes a lot of my time because it's a medium project.

    I don't have a lot of info but this is the situation:

    Unity Info:
    • Unity Editor Version: 2019.3.6f1 (5c3fb0a11183)
    • Using HDRP 7.1.8.
    • This is the manifest of the packages, just in case it could help:
    Code (JavaScript):
    1. {
    2.   "dependencies": {
    3.     "ca.andydbc.unity-texture-packer": "https://github.com/andydbc/unity-texture-packer.git#0.1.0",
    4.     "com.unity.cinemachine": "2.6.0",
    5.     "com.unity.collab-proxy": "1.2.16",
    6.     "com.unity.ide.rider": "1.1.4",
    7.     "com.unity.ide.vscode": "1.1.4",
    8.     "com.unity.render-pipelines.high-definition": "7.1.8",
    9.     "com.unity.test-framework": "1.1.11",
    10.     "com.unity.textmeshpro": "2.0.1",
    11.     "com.unity.timeline": "1.2.16",
    12.     "com.unity.ugui": "1.0.0",
    13.     "com.unity.modules.ai": "1.0.0",
    14.     "com.unity.modules.androidjni": "1.0.0",
    15.     "com.unity.modules.animation": "1.0.0",
    16.     "com.unity.modules.assetbundle": "1.0.0",
    17.     "com.unity.modules.audio": "1.0.0",
    18.     "com.unity.modules.cloth": "1.0.0",
    19.     "com.unity.modules.director": "1.0.0",
    20.     "com.unity.modules.imageconversion": "1.0.0",
    21.     "com.unity.modules.imgui": "1.0.0",
    22.     "com.unity.modules.jsonserialize": "1.0.0",
    23.     "com.unity.modules.particlesystem": "1.0.0",
    24.     "com.unity.modules.physics": "1.0.0",
    25.     "com.unity.modules.physics2d": "1.0.0",
    26.     "com.unity.modules.screencapture": "1.0.0",
    27.     "com.unity.modules.terrain": "1.0.0",
    28.     "com.unity.modules.terrainphysics": "1.0.0",
    29.     "com.unity.modules.tilemap": "1.0.0",
    30.     "com.unity.modules.ui": "1.0.0",
    31.     "com.unity.modules.uielements": "1.0.0",
    32.     "com.unity.modules.umbra": "1.0.0",
    33.     "com.unity.modules.unityanalytics": "1.0.0",
    34.     "com.unity.modules.unitywebrequest": "1.0.0",
    35.     "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    36.     "com.unity.modules.unitywebrequestaudio": "1.0.0",
    37.     "com.unity.modules.unitywebrequesttexture": "1.0.0",
    38.     "com.unity.modules.unitywebrequestwww": "1.0.0",
    39.     "com.unity.modules.vehicles": "1.0.0",
    40.     "com.unity.modules.video": "1.0.0",
    41.     "com.unity.modules.vr": "1.0.0",
    42.     "com.unity.modules.wind": "1.0.0",
    43.     "com.unity.modules.xr": "1.0.0"
    44.   },
    45.   "lock": {
    46.     "ca.andydbc.unity-texture-packer": {
    47.       "revision": "0.1.0",
    48.       "hash": "61de17f4dbb51a46aec89bc22e33db7b11b52bbf"
    49.     }
    50.   }
    51. }
    52.  
    In short:
    1) I can't open this project unless I delete the library folder.
    2) This only happens with this project, I can open other projects without any problem.
    3) After resolving packages it hangs.
    4) I have to delete the library folder, then open unity, Unity has to rebuild the library folder, this process took between 1-2 hours.


    upload_2020-10-15_10-56-23.png
    upload_2020-10-15_10-56-23.png
    Once it finally opens throws the next error: upload_2020-10-15_11-44-25.png
    Please I need to solve this as soon as possible,
    Thank you all for reading this.
     
    Last edited: Oct 15, 2020