Hm, now I have two errors. Sorry, I don't know what I'm doing...
https://ibb.co/ZS1Yk91
void Start ()
{
KickStarter.playerInput.InputGetButtonDownDelegate = CustomGetButtonDown;
}
private bool CustomGetButtonDown (string buttonName)
{
if …
Thank you for your quick response Chris.
Like this?
void Start (){ KickStarter.playerInput.InputGetButtonDownDelegate = CustomGetButtonDown;}private bool CustomGetButtonDown (string buttonName){ if (buttonName == "SkipSpeech") {…
Hey, I'm trying to do the same thing, skipping subtitles fast when the space button is held down. But I'm having some errors. I tried defining inputs and wrapping a try/catch. Can you help me? I'm a noob and artist (just to know). :smile:
I'm using…