D. A. Terre
D. A. Terre
Definitely could optimize the cue lists, without enumerators that generate garbage
Hi @michaelbianchini, sorry it took me so long to answer! Yes, totally doable. I don't really have the environment to test it at the moment thought - do you have...
Hi @michaelbianchini, looking at the code section containing your fix: ```c# // Get the location of the phantom exe string phantomExecutable = Application.platform == RuntimePlatform.OSXEditor ? "phantomjs" : Application.platform ==...
thanks @michaelbianchini, I'll try to get a Linux environment up and running to start testing this stuff!
Thanks for opening the issue. "Live" is a presentation feature so it won't be implemented directly in Cradle. It could however be added to TwineTextPlayer, which uses Cradle to emulate...
Hi, the current version of the Twine Text Player uses the default Unity UI which is very limited. I had to make a custom script to support inline links ([WrapLayoutGroup](https://github.com/daterre/Cradle/blob/36abd3a0aa53926747bd7a5388ba09ed99e1f35f/TwineTextPlayer/Core/WrapLayoutGroup.cs))...
A temporary, albeit quite ugly, workaround: ``` (link-replace: "First")[(link-replace: "Second")[(link-replace: "Third")[Last]]] ```
(reported on Twitter) Links are not evaluated inside macros: (either:[[Continue|Jubilee]],[[Continue|Missing Scout]])
I'm not sure why that didn't work - I'll have to check. But this should work: (link-goto: "Continue", (either: "Jubilee", "Missing Scout")) On Sun, Jul 2, 2017 at 7:33 AM...
Following work is underway: =========== added support for (untested): (str:) (reversed:) whitespace between macro and hook 2nd last, -2 index - behavior changed enchant multiple hooks (no code gen support...