ink-unity-integration
ink-unity-integration copied to clipboard
Stub/fallback function for inkle `EXTERNAL` causes unity to fail compilation
Adding a fallback function to an external function as described in issue inkle/inky#357, causes the ink-unity plugin to fail the compilation with the following error message:
Ink Error: Function call target not found
Commenting the fallback resolves the issue but inky then remains blank.