Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Releases: radiatoryang/ropework

Ropework v0.9.0... mostly done / ready for you to make games

21 Aug 04:57
Compare
Choose a tag to compare

changelog, v0.9 -- 21 August 2018

  • added <<Act>>, <<PlayAudio>>, <<StopAudio>>, <<Move>>, <<Shake>>, <<Fade>>
  • better clearer simple example scene, and included a blank template scene
  • updated for use with Unity 2018.2.x+, test build out to WebGL works
  • pretty much ready for people to use, or at least I'm not planning anymore big updates to this
  • READ THE DOCUMENTATION WIKI!!!

QUICK INSTALL (brand new project)

  1. install Unity 2018.2 or newer
  2. download Ropework_v0.9_project_template.zip, and unzip the project folder to your computer
  3. open the project folder in Unity, maybe check out /Assets/Ropework/examples/scenes/

PROPER INSTALL (import into existing project)

  1. install Unity, create project, import a YarnSpinner.unitypackage release
  2. in Unity, import Ropework_v0.9.unitypackage
  3. add RopeworkManager prefab to a scene, make sure you assign Yarn.txt dialogue scripts to the DialogueRunner too
  4. all sprites and sounds can go in /Assets/Resources/, make sure they're imported as sprites
  5. download the Yarn Editor and start writing! make sure you read the YarnSpinner documentation so you understand how it all fits together too

v0.1.0... very first release, very basic features

06 Aug 21:37
ae693aa
Compare
Choose a tag to compare
  1. install Unity, create project, import a YarnSpinner.unitypackage release
  2. import Ropework.unitypackage
  3. add RopeworkManager prefab to a scene, make sure you assign Yarn scripts to the DialogueRunner too
  4. all sprites and sounds go in /Assets/Resources/, make sure they're imported as sprites
  5. download the Yarn Editor and start writing! make sure you read the YarnSpinner documentation so you understand how it all fits together too