summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-02-25 12:22:58 +0000
committerGitHub <noreply@github.com>2018-02-25 12:22:58 +0000
commit0292e5a4585ece0719ce97a174f424fa68e3d4bc (patch)
tree380ab1f5c642c33e38c5ced0335933081f7aac8b /doc
parentb6ccd60dd04e49ef394d6c75be4543e75e155aca (diff)
parent8b304f77b7b8efd7a03d51e5b2533631dc646094 (diff)
downloadale-0292e5a4585ece0719ce97a174f424fa68e3d4bc.zip
Merge pull request #1371 from idbrii/fix-unity-example
Add Unity project path to Unity example in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-cs.txt1
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',
\]
<