Cradle icon indicating copy to clipboard operation
Cradle copied to clipboard

Play Twine stories in Unity.

Results 35 Cradle issues
Sort by recently updated
recently updated
newest added

The example in the project isn't being imported properly. When I install the package, it adds an example. Cradle is supposed to read the html file, but it doesn't work...

The sample code will throw errors if used. The class declaration is missing and without a reference to the Cradle namespace the decorations will throw errors.

A passage containing the following code (which contains a tab between ')' and '[' results in error "Story format transcoding failed at passage FirstPassage: 'if' must be followed by a...

When entering a passage after pausing story during exit of previous passage, history will not be up-to-date. ``` // In cue script [StoryCue("game settings", CueType.Exit)] IEnumerator GSettings_Exit() { if (_resolutionApply...

bug

Hai I refer to this: https://github.com/daterre/Cradle#runtime-macros I would like to have two Avatars changing direct speak during ONE passage. I thought I could work with Macros. So that i can...

When trying to import my twine story into Unity I get the following errors which I can't resolve. Please help, Thanks!

The latest Unity versions seem to have a different folder structure. I found a Mono bin folder under "MonoBleedingEdge/bin" and added that to the code, but I'm not 100% sure...

Hello, if I import a story into unity, I get this error: ``` > Story compilation error at passage '': An assembly `System.Drawing' with the same identity has already been...

Not sure if this counts as a valid issue since it's sort of a feature request. I have Unity on Linux and when I drag a Twine HTML file into...

enhancement
help wanted

I am very new at this. I have made a few basic twine story and even imported one to cradle (but it was very basic). But the story I tried...