

(测试版)允许在合作模式中在第二显示器给另一个角色一个独立的视角。
命令说明: -- coopview fullscreen - 将第二个窗口切换到全屏模式。 - 可以在参数中指定目标显示器。 - 比如“coopview fullscreen 1”。 -- coopview windowed - 将第二个窗口切换到窗口模式。 - 可以在参数中指定窗口大小。 - 比如“coopview windowed 1920 1080”。
(Beta Ver.) Allow another character to have an independent view on the second display in coop mode.
Command Descriptions: -- coopview fullscreen - Switch the second window to fullscreen mode. - The target monitor can be specified in the parameters. - Like 'coopview fullscreen 1'.
-- coopview windowed - Switch the second window to windowed mode. - The window size can be specified in the parameters. - Like 'coopview windowed 1920 1080'.
ps: To meganut: Thank you for submitting the code. I initially thought it was a prank until I saw the windowing code you added. But changing the resolution at the beginning will bring it back as the game loads. So I updated the patch for the main window of any resolution. Additionally, it is not feasible to directly render the UI to the second display because a camera in Unity can only specify one display in one frame, and the other must use texture. Anyway thank you for your submission, which made me aware of some issues. If you have further suggestions, you can contact @kliorr on the MtG Discord server as it is not convenient here.
0.8.1:增加命令控制第二窗口目标显示器和窗口大小的功能。修复改变第二窗口大小造成的缩放问题。
0.8.0:增加第二窗口可以窗口化的功能。修复主窗口无法移动位置的问题。修复改分辨率后游戏画面区域外纹理滞留的问题。
0.7.4:修复对话框不显示的问题。修复结束时子弹银河不显示问题。修复角色走出视野的问题。
0.7.3:修复错误拉伸的问题。
0.7.2:优化性能,也许。
0.7.1:修复黑屏问题。
0.7.0:主窗口可以随意更改分辨率不会闪屏。
0.6.1:文档修改。
0.6.0:修复了画面缩放的问题。
0.5.0:测试版。
0.8.1: Added the function of command control for target monitor and window size of the second window. Fixed the scaling issue caused by changing the size of the second window.
0.8.0: Added the function of windowing the second window. Fixed the issue where the main window cannot be moved. Fixed the issue of texture retention outside the game screen area after changing the resolution.
0.7.4: Fixed the issue where the dialog box does not display. Fixed the issue of bullets Nebula not displaying at the end. Fixed the issue of characters stepping out of sight.
0.7.3: Fixed the issue of incorrect stretching.
0.7.2: Optimized performance, perhaps.
0.7.1: Fixed the black screen issue.
0.7.0: The resolution of the main window can be changed freely without flickering.
0.6.1: Doc changed.
0.6.0: Fixed the issue of screen scaling.
0.5.0: Beta ver.