diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-cs.txt b/doc/ale-cs.txt index 237e8484..3a02df65 100644 --- a/doc/ale-cs.txt +++ b/doc/ale-cs.txt @@ -94,6 +94,7 @@ g:ale_cs_mcsc_assemblies *g:ale_cs_mcsc_assemblies* " Compile C# programs with the Unity engine DLL file on Mac. let g:ale_cs_mcsc_assemblies = [ \ '/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll', + \ 'path-to-unityproject/obj/Debug', \] < |