This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/radiatoryang/merino
- Loading branch information
Showing
2 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
# merino | ||
Merino lets you write Yarn scripts inside the Unity Editor... (currently isn't ready at all / is totally broken and doesn't work) | ||
<img width=50% align=right src=https://raw.githubusercontent.com/radiatoryang/merino/master/merino_example.png> | ||
|
||
### roadmap | ||
Merino is a narrative design tool that lets you write Yarn scripts inside the Unity Editor, built on top of [Yarn Spinner](https://github.com/thesecretlab/YarnSpinner) and [Yarn](https://github.com/InfiniteAmmoInc/Yarn). | ||
|
||
version 0.1 | ||
- sidebar: list of nodes (click to select, rename, etc) | ||
- node edit window | ||
- can read/write to yarn.txt | ||
## download / install | ||
download and install from the [Releases page](https://github.com/radiatoryang/merino/releases); | ||
- "complete" .unitypackage includes Yarn Spinner | ||
- "minimal" .unitypackage is just Merino folder | ||
|
||
version 0.2 | ||
- preview from node | ||
## usage / help / how-to / documentation | ||
read the [wiki documentation](https://github.com/radiatoryang/merino/wiki) for info on writing with Yarn / troubleshooting and tech support | ||
|
||
version 0.3 | ||
- syntax highlighting: variables, comments, functions, shortcut choices | ||
### roadmap | ||
v0.4 | ||
- refactor code and cleanup | ||
- user preferences: let user customize syntax highlighting colors, fonts / font sizes | ||
|
||
version 0.4 | ||
- auto-complete | ||
- detect characters, functions, nodes, variables | ||
v0.5 | ||
- auto-complete typing | ||
- detect characters, functions, nodes, variables for auto-complete | ||
- inline syntax highlighting for variable names somehow | ||
|
||
version 0.5 | ||
v0.6 | ||
- node map visualization | ||
|
||
version 0.6 | ||
- generate nodes (prefix, count, one-way or not, connectivity chance, min / max exits, max dead ends) | ||
- untangle nodes | ||
v0.7 | ||
- node analysis (reachability, random traversal) | ||
- node generator (prefix, count, one-way or not, connectivity chance, min / max exits, max dead ends) | ||
- untangle nodes / node organizer | ||
|
||
### uses | ||
### uses other peoples code | ||
- Unity Editor Coroutines https://github.com/marijnz/unity-editor-coroutines | ||
- Yarn Spinner https://github.com/thesecretlab/YarnSpinner | ||
- Yarn https://github.com/InfiniteAmmoInc/Yarn | ||
|
||
### see also | ||
- Ropework, a visual novel template for Unity / Yarn Spinner https://github.com/radiatoryang/ropework | ||
|
||
### license? | ||
MIT |