Table of Contents

Field StoryManifestFileName

Namespace
GrindFest
Assembly
GrindFest.dll

Lists the story files a build shipped (.inkdata, one relative path per line). Written by StoryBuildPreprocessor next to those files and read back here, because StreamingAssets on WebGL/Android is a URL: it can be fetched but not enumerated. Both halves must agree on the name, which is why it lives here rather than being spelled out in each place.

public const string StoryManifestFileName = "story.manifest.txt"

Returns

string
Lists the story files a build shipped (.inkdata, one relative path per line). Written by StoryBuildPreprocessor next to those files and read back here, because StreamingAssets on WebGL/Android is a URL: it can be fetched but not enumerated. Both halves must agree on the name, which is why it lives here rather than being spelled out in each place.