Hello! This course has been amazing, I’m learning a lot so thank you! I was getting a weird behavior from the cinematics ‘Intro Sequence’ only when using the events and the control remover script , not sure if others were as well and I’m having a hard time debugging.
When that script is used, which stops the player movement and any actions while the timeline sequence plays, once the timeline cinematic finishes my player is moving weird when clicking the mouse to go to a spot, the player might go a different direction or return back to a spot after trying to move them. The raycast seems to not be working and the player does not move where I want.
This issue only occurs when having the control remover script turned on which is puzzling me because I used the exact same code as the lesson and updated the Cancel method in the Fighter class so I can’t figure out what the issue is. Seems something wrong when enabling controls back on, The player moves fine if I allow the controller to stay on during the cinematic clip but obviously that wouldn’t be wanted.
Any suggestions or thoughts would be awesome, let me know if I can explain better anything.
Thank you!
Dan