Closed bboudaoud-nv closed 1 year ago
I assume this PR is still in draft state just to be sure it's the type of solution to the problem that we really want. If so, I'll start looking at it.
Yeah, exactly. I don't think it will create any negative impacts but certainly worth deciding if this is the behavior we want.
After trial-level configuration the
playerCamera
was not initialized in FPSci when loading a completed experiment. This caused null pointer exceptions when runningoneFrame()
. This branch assigns theplayerCamera
and adds null checking to avoid these exceptions while still displaying theallSessionsCompleteFeedback
message.