handzlikchris/FastScriptReload

Multiple precompiled assemblies with the same name System.Threading.Tasks.Extensions.dll

Mr-Ventures opened this issue · 1 comments

I just installed and now I get this error so I cannot play the game anymore.
Multiple precompiled assemblies with the same name System.Threading.Tasks.Extensions.dll
image
Unity 2020.3.42f1 personal

Unfortunately Unity doesn't have any great way of managing dll deps liek those.

You can change that lib to have some prefix like System.Threading.Tasks.Extensions-FSR.dll and adjust referecens.

I think the docs also suggest signing library? But I'm unsure how to go about that.