Search The Documentation:

  1. Home
  2. Docs
  3. Introduction to Artspark
  4. Installing Artspark
  5. Mac OSX 64bit

Mac OSX 64bit

Download Artspark for Mac OSX

Instructions:

Extract the ZIP file to reveal the application, it is ready to open by default

When copying levels from other devices, you will need to edit the level list in the StreamingAssets folder inside the app

 

Level content is loaded and saved from the StreamingAssets folder inside the app:

Contents\Resources\Data\StreamingAssets

 

You may need to open a terminal in the app folder and run the following command to open the app:

chmod 755 Artspark.app/Contents/MacOS/Artspark

and then

chmod +x Artspark.app/Contents/MacOS/Artspark

 

You may want to read the default controls page for Artspark

 

Then opening the app with arguments manually can be done from terminal as well eg:

do shell script “open -a /[path-to-the-program]/Artspark.app –args -editor”

 

Available launch arguments:

-backbutton
Disable the “back to editor” button from appearing

-editor
Disable going straight to the editor at startup

-forcelevel “name”
Go to the quoted level name (quotes not needed if no spaces) minus the extension (.txt)

-disableshortcut
Disable pressing Escape to go back to the editor at runtime

-manuallevels
Load the level list manually from _savedLevelFileNames.txt

Was this article helpful to you? Yes No

How can we help?