I added a camera follow script from the free tutorial project 2D platformer.
I basically just follows my “player” tagged object around.
I took out 2 lines which told it to limit how far it could move.

In the picture im attaching you can see that the box disappears visually and when I turn, part of the character is cut off visually.
Anyone ever seen anything like this before.
If I stop the script from running, the visuals run fine and everything is able to be seen.

As far as box is concerned.You should check if your script changes are changing the z index of camera / box .