Search Unity

Missing file causing argument exception

Discussion in 'Scripting' started by Kobaltic1, Mar 26, 2021.

  1. Kobaltic1

    Kobaltic1

    Joined:
    Jan 22, 2015
    Posts:
    183
    I am using Unity 2020.1.17f1. I am getting the following error


    The file isn't there. I deleted the folder ummorpg so the path isn't even there but still getting this error. Not sure how to fix it.
     
  2. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,909
    What does the full stack trace look like? Is this coming from one of your scripts?
     
  3. Madgvox

    Madgvox

    Joined:
    Apr 13, 2014
    Posts:
    1,317
    That error (taken out of context) doesn't have anything to do with whether a file is missing or not -- it's complaining that you're adding the same key to a dictionary twice. I would focus on why that might be happening first.