Hi, I have a problem I would like to do the following:
I start my game and am loaded into a level and then a UI opens where you can press any key to open a new ui but the pressing does not work it does not recognise that I press a key.
This is when I load my level so that the UI opens without problems
Hey there @Partymann2000! Let’s check where the fault may be, I’m thinking it’s the function not firing at all there. Try putting a raw any key event in the UI’s event graph, set it to not consume input and have it print real quick. If it works, the function is failing, if it fails there’s something else at fault.