Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import ink files that INCLUDE other files #40

Closed
kzuhn opened this issue Nov 7, 2023 · 1 comment
Closed

Unable to import ink files that INCLUDE other files #40

kzuhn opened this issue Nov 7, 2023 · 1 comment

Comments

@kzuhn
Copy link

kzuhn commented Nov 7, 2023

I'm trying to create a master ink file that includes my other files for the sake of making it possible to communicate between all of them (and to avoid having all text stored in one massive story file).

image

However, any time I try to import it into Unreal, it fails with the following message.
{"issues":["ERROR: 'TempInkFile.ink' line 1: Failed to load: 'Sheriff.ink'","ERROR: 'TempInkFile.ink' line 2: Failed to load: 'TestFile.ink'"]}:

My assumption so far is that it can't load the files because they aren't present in the temp folder where the compile is happening. Trying to place the files in the temp folder doesn't resolve it, since they just get deleted when the compile begins. Is there any way around this?

@TCR-Nick
Copy link
Member

This is now fixed.
The copy step has been removed and the files are compiled in situ, output is captured in scratch folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants