Skip to content

Instantly share code, notes, and snippets.

@timsgardner
Last active July 17, 2016 19:43
Show Gist options
  • Save timsgardner/2bded4b8a8fd3a58b9429229fe2f12a0 to your computer and use it in GitHub Desktop.
Save timsgardner/2bded4b8a8fd3a58b9429229fe2f12a0 to your computer and use it in GitHub Desktop.
arcadia installation

Open Unity. Make a new Unity project.

cd to that project's directory.

cd into Assets.

Exit Unity (not vitally necessary but a bit more stable).

git clone [email protected]:arcadia-unity/Arcadia.git

cd Arcadia

git fetch origin

git checkout develop

Reopen Unity.

(You may see an error).

Go to Edit > Project Settings > Player

This will open a new inspector in your Unity UI (with a tab labeled "Inspector").

Click the Other Settings submenu.

Under "Optimization" > API compatibility level, select .NET 2.0 rather than .NET 2.0 subset.

Select .NET 2.0

Look at the Unity console. You should see "Arcadia started!"

IF AND ONLY IF YOU SEE A BUFFER ERROR IN THE CONSOLE:

Quit Unity.

Arcadia/Source/arcadia/repl.clj

Go to line 171

Change the 5000's to 1000's; open Unity.

Repl from sublime

Install Sublime Text

Go to https://packagecontrol.io/installation#st2

Follow the instructions to install packagecontrol for your version of sublime

Restart Sublime

command-shift p + install package

install sublimerepl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment