So, I have a Computer scene in my main game scene. Within that Computer scene, there is a computer SCREEN scene. the screen scene need to process inputs, which display on the screen mesh in the computer scene, in the main game scene.
I'm having issues with _input(event : InputEvent) not being recognized in the screen scene. Any assistance?
