05-08-2021, 10:48 PM
FIX: I found a fix for this problem, and it is a weird one, so I am keeping this up in case someone else runs into this problem.
I had a camera that was active at scene start, and disabled in another scripts start method.
I noticed that when the camera was turned on, the problem was fixed for the entire time that build was up (If i changed scenes and came back, it was still fixed).
So, the fix was making it so the camera was turned off 1 frame after the scene started, instead of on Start.
Not sure why this error happens, and why it doesnt happen in editor.
I had a camera that was active at scene start, and disabled in another scripts start method.
I noticed that when the camera was turned on, the problem was fixed for the entire time that build was up (If i changed scenes and came back, it was still fixed).
So, the fix was making it so the camera was turned off 1 frame after the scene started, instead of on Start.
Not sure why this error happens, and why it doesnt happen in editor.