- Home /
error CS0006: Metadata file `/home/dom/Projects/TurnBased/Library/ScriptAssemblies' could not be found
Similar to this question, I am trying to get the dll location configured so my ale plugin can find correct DLL's to pick up symbols.
Currently I have the following configuration:
let g:ale_cs_mcsc_assemblies = [ \ expand('/home/dom/src/UnityInstalls/Unity-2019.4.0f1/Editor/Data/Managed/UnityEngine.dll'), \ expand('/home/dom/Projects/TurnBased/Library/ScriptAssemblies') ]
but this is giving error CS0006: Metadata file `/home/dom/Projects/TurnBased/Library/ScriptAssemblies' could not be found
Does anyone know the correct configuration here
Your answer
Follow this Question
Related Questions
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers
Exclude scripts from ios vs android builds? 1 Answer
"DllNotFoundException: htmlTexture" How to let Unity find the DLL? 0 Answers
How can we use httpwebrequest in editor 0 Answers
Unity3d CharSet.Ansi 0 Answers