Multiple cameras on StandardGame

Hi,

I want instance a camera per gameState but StandardGame dont let me set camera.

Is there a way to work with multiple cameras (not on the same time) using StandardGame?

I would suggest to look into CameraController and CameraPerspective. You can create multiple perspectives and cycle through them.

So, basically, you use just one real camera, and create as many perspectives as needed.