This repository has been archived by the owner on Aug 15, 2020. It is now read-only.
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)
- install Unity 2018.2 or newer
- download
Ropework_v0.9_project_template.zip
, and unzip the project folder to your computer - open the project folder in Unity, maybe check out /Assets/Ropework/examples/scenes/
PROPER INSTALL (import into existing project)
- install Unity, create project, import a YarnSpinner.unitypackage release
- in Unity, import
Ropework_v0.9.unitypackage
- add RopeworkManager prefab to a scene, make sure you assign Yarn.txt dialogue scripts to the DialogueRunner too
- all sprites and sounds can go in /Assets/Resources/, make sure they're imported as sprites
- download the Yarn Editor and start writing! make sure you read the YarnSpinner documentation so you understand how it all fits together too