Merge pull request #1371 from idbrii/fix-unity-example
Add Unity project path to Unity example in docs
This commit is contained in:
commit
0292e5a458
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
" Compile C# programs with the Unity engine DLL file on Mac.
|
||||||
let g:ale_cs_mcsc_assemblies = [
|
let g:ale_cs_mcsc_assemblies = [
|
||||||
\ '/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll',
|
\ '/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll',
|
||||||
|
\ 'path-to-unityproject/obj/Debug',
|
||||||
\]
|
\]
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue