Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法,如何在 unity3d 游戏的全屏模式下显示 IME。现在我只有一种方法:在我的game.exe中添加“-popupwindow”参数,并将游戏分辨率设置为可能的本地桌面分辨率。欢迎任何其他想法,谢谢先进。
对于独立构建,您可以使用Screen.fullScreen = true。