Newbie here, worked in Unity for a while but still new to everything Playmaker does. So here's my problem.
I am using a simple FSM that first checks when Left Mouse button up is sent, then uses Mouse Pick to check if the user clicked an object and if it succeeds it continues the FSM and sets up more data.
The scene is set up like a quiz where you answer a question then go to the next question. In this case you are picking the correct image out of 2 images. The Mouse Pick and selection works fine until I get to the last question. I can click one of the images and it behaves as expected but after that, when I click the other image or the same one, the ActionHelpers.MousePick function fails to pick up on the fact that I'm clicking a valid object.
Is there some flag or something that can affect ActionHelpers.MousePick that users aren't normally informed of? I know about the Main Camera flag, and the objects I'm clicking aren't being changed once they are clicked on.
Any help, insight, or even educated guesses would be greatly appreciated.