Hello!
I am trying to set up a grid of cameras in my 2D game, and when the player leaves a camera and enters another one, it will switch to the camera we just entered.
I have tried OnBecameVisible() and OnBecameInvisible() but it seems that these functions can only detect ANY camera and not one specific camera, So there’s no real way of detecting what camera we just entered or left.
Thanks!