Jobs Package conflicts with JsonUtility on Import?

So I’m trying to import the Jobs package from the package manager, then I’m met with these two errors. I use JsonUtility in my project, so I can’t just delete it. Does anyone else have this problem? How would I fix it?

Thanks so much!

First try a reimport all… might be a cached version.

Second, try removing your JSON package, see if it still finds the other one.

I just did a reimport all… and now every script on every gameObject in my scene is missing. Any ideas?

This comes up occasionally. Basically, I think the easiest solution is to delete the Newtonsoft DLL that you’ve manually brought into your project, and instead use the one in the Package Manager. People complain about this occasionally, but as long as you can use the package manager version, that’s a quick path forward.

Deinstall the Jobs package, reimport all again. Check also if there are release notes about JSON with Jobs… it can’t be those two are exclusive.

Also, definitely start using source control to back your project up… :slight_smile:

@dgoyette Hm, okay, I’ll try that and update this thread when I can! Thanks!

@Kurt-Dekker Gonna take a look now. I’ve been constantly backing up and reverting changes with Github Desktop, so thankfully no work was lost permanently!