- Home /
Question by
ThomasGaist · Dec 03, 2019 at 06:23 PM ·
c#visual studio
Missing assembly references
Hi everyone, After importing and then deleting files from another project into a current project I have 243 missing assembly references.
I've tried deleting and reinstalling VS. I've deleted the .bin files. I can't seem to find the solution. Any suggestions?
Thank you in advance
Comment
Try setting a higher .Net Framework version in Edit->Project Settings->Player->Api Compatibility Level. Usually, this happens when people try to use third party cs files that can't be compiled again an older version. For example, PowerUI doesn't compile under version 2.
Answer by ddulshan · Dec 03, 2019 at 08:23 PM
I cant give give you an accurate answer without more details but I think you deleted Assets that were used being used by Scripts or other gameobjects.
Your answer