After I updated studio and later on came back to work on scripting my UI, I noticed I got this error every time I play-tested the game. Now oddly I cannot move the players camera via scripting (like, setting the camera’s position), I had scripts already that changed the cameras position and they worked fine until I started getting that error… though it could be a coincidence. Then again the warning did say there could be “undefined behavior”. This happens in all places, not just one by the way!
I am getting this error message even though I do not have any style links in my game. Even when I look it up in explorer during run-time. Likely due to a library I am using for UI visuals but its weird because I still don’t see them in the explorer.
Does this by chance effect any camera code in your game(s)? I am trying to figure out if it’s a different issue I am facing. I checked my code over and over, and it had just been working before I updated studio.. unless I mistakenly changed something because coding cameras in other places seem okay..
EDIT: I found the cause of my camera issue, so never mind that…