Hello,
I made a script to be able to make a trace when I touch the screen so I can interact with the world. This is working fine but since I added a matinee at level start (to make a camera presentation of the environment) just when the camera animation ends the trace are not working anymore.
So during the flythrough of the camera I can display the informations of what I touch (I managed to display some geometry if I touch a certain object) but it's not working anymore when the camera sequence ends.
The Matinee script is really simple:
Player Spawned -> Matinee and I tried with the level loaded but the result is the same.
Every other input are still working so it's something with my code but since it's working if I don't launch a matinee I have no idea what might be wrong.
Any ideas?
I made a script to be able to make a trace when I touch the screen so I can interact with the world. This is working fine but since I added a matinee at level start (to make a camera presentation of the environment) just when the camera animation ends the trace are not working anymore.
So during the flythrough of the camera I can display the informations of what I touch (I managed to display some geometry if I touch a certain object) but it's not working anymore when the camera sequence ends.
The Matinee script is really simple:
Player Spawned -> Matinee and I tried with the level loaded but the result is the same.
Every other input are still working so it's something with my code but since it's working if I don't launch a matinee I have no idea what might be wrong.
Any ideas?
Comment