Mini 2D-games inside the level

How. Could you please point me into the right direction? I want to add a mini-game to my 3d game. I want it to be playable from a terminal within the level.

I suggest using a 3d widget with a collision sphere around it. the widget can be placed on a will in the hud, or what ever but then the shear allows the player access to the controls when within proximity of the widget. so from here you would need to find a way to build your 2d game within the widgets or at least get access to the game this way.

when using a widget I have been able to use a camera attached to another actor in a different level and give it commands, so maybe you can do something like this.

Hi, thanks for the reply! I am also currenly using a 3d widget for the terminal. Could you please tell how did you attached camera to an actor in a different level? It sounds amazing, but I have no idea how to do it