Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question Unity Error Occurred While Resolving Packages - Help!

Discussion in 'Editor & General Support' started by itsjoopark, Jan 10, 2023.

  1. itsjoopark

    itsjoopark

    Joined:
    May 16, 2022
    Posts:
    2
    Hi, I never ran into this problem before and have built past unity projects alright.

    However, yesterday, I decided to update my unity hub to newer version, and now all of a sudden,
    I keep getting this error and my packages are not loading into the editor workspace.

    Additionally, anytime I try and enter into game mode unity will suddenly stop and bounce me back to editor mode. I am very lost why this is happening, and even my past projects that worked fine seem to be affected as well.

    All help is greatly appreciated!
     

    Attached Files:

    tsapper likes this.
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    36,077
    I would fix that project path first. You have what looks like a space after the "XR" and before the next delimiter.

    Generally try to avoid ANYTHING except A-Z and 0-9 in paths / filenames. You technically CAN use it but then you are completely beholden to 100% of every program behaving correctly, and this is often not true.
     
  3. itsjoopark

    itsjoopark

    Joined:
    May 16, 2022
    Posts:
    2
    Hi Kurt, Thanks so much, will try that.

    Could you also give an example of good vs. bad unity file names? Sorry I am learning by myself.
     
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    36,077
    Before you go shredding and changing too much stuff, do a SMALL experiment to find out if it's the actual problem first. It might not be. It's just the first thing that looks funny, having a SPACE at the end of a directory name.

    Here: