If i wanted to implement a option to skip the cutscene when its playing, say by pressing spacebar how would i go about implementing that?
im sure its something like putting an if statement in the cinematicontrolremover script, if(Input.GetKeyDown(KeyCode.Space) … but not sure where to put it
or would i go with a while statement in the trigger script
while (GetComponent().Play())