ink icon indicating copy to clipboard operation
ink copied to clipboard

External functions Error Missing function binding for external

Open pixitales opened this issue 3 years ago • 1 comments

on ink file I wrote this on the very top: EXTERNAL PlaySound(name)

My fallback ===function PlaySound(name)=== ~ return

to call the function I wrote {PlaySound("SlipFall")}

and Unity gives me an error: ERROR: Missing function binding for external: 'PlaySound' , and no fallback ink function found. Im using Unity 2021 LTS. Anyone know how to fix?

pixitales avatar May 17 '22 01:05 pixitales

oh nvm i fixed it, i guess the timing was wrong in my c# script. Need to be bind right after the ink story is created

pixitales avatar May 17 '22 02:05 pixitales