Open JohanHellgren opened 3 years ago
Can you share the ink file so I can reproduce this?
Sorry for the late reply. It does not appear to be project-specific, happens even if I just link one empty ink file to another in a new project.
I found this too: I was unable to include any ink file from any other because of compile errors where foo.ink could not be found, or else a knot name could not be found.
Unreal 4.26
Got the same issue.
I can provide an ink file but as said the problem occurs whenever you try to import a .ink file that contains INCLUDE whatever.ink in it.
I'm guessing that some compile of the .ink file happens when we import the file: Maybe a solution is to include the file handler described here? https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#using-the-compiler
I'd check myself but my C++ is not suuuper solid, and not sure where in the source of the plugin the import actions occur :D
Thanks for the plugin!
Hi all, just to let you know that I'm aware of this issue and plan to fix it, just impeded by life at the moment.
First off this plugin is amazing, really appreciate it David!
I'm trying to find a workaround for this issue, I think I'm close but could use some help. I believe the plugin is trying to compile and export the ink file as a Json, but it runs into errors. I can export to Json from Inky without errors, so if there was a way to give that exported Json file to the Unreal plugin then theoretically that would bypass the issue? I've been digging around the C++ files, but I don't know the language at all so this is really just a shot in the dark. If anyone's found a workaround for this issue I'd love to know, ty!
I'm doing something with a lot of dynamically triggered narrative events rather than one big story, so I figured that I could keep the structure clean by putting each event in its own included ink file. However, the plugin won't load these files properly: