You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I made a game with external functions referenced
But when I exported the web build, I got errors for function bindings missing
I found the "Ink fallbacks disabled" curious, and I looked in the source code for ink.js, and it was indeed disabled.
But this line implies the value should always be true. Why is this getting turned off on web build exports? I changed it in the source code from =!1 to =1 and my story fully works now in the web build.
So I made a game with external functions referenced
But when I exported the web build, I got errors for function bindings missing
I found the "Ink fallbacks disabled" curious, and I looked in the source code for ink.js, and it was indeed disabled.
But this line implies the value should always be true. Why is this getting turned off on web build exports? I changed it in the source code from =!1 to =1 and my story fully works now in the web build.
ink/inklecate/CommandLineTool.cs
Line 186 in 6a51219
The text was updated successfully, but these errors were encountered: