inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
570 stars 99 forks source link

Stub/fallback function for inkle `EXTERNAL` causes unity to fail compilation #163

Open GieziJo opened 2 years ago

GieziJo commented 2 years ago

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.