1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ビルドしたUnityのゲームがウインドウモードで立ち上がらない問題

Posted at

ProjectSettingsをいじれ

 はいはい、Player -> Resolution and Presentation -> Fullscreen ModeをWindowedですね。と、思うじゃん?スクリーンショット 2019-11-10 12.00.08.png
 これフルスクリーンになっちゃいます:anger::anger::anger:

Screen.SetResolution(737, 415, false, 60);

 Start()にでもこんなコードを書けばウインドウモードにはなりますが、最初のスプラッシュスクリーンはどうにもならんです。
 あ、Unityは2019.2.0f1のPersonalです。

Game is runs in Fullscreen instead of Windowed mode when changing the build settings from Exclusive Fullscreen to Windowed mode
https://issuetracker.unity3d.com/issues/game-is-not-built-in-windowed-mode-when-changing-the-build-settings-from-exclusive-fullscreen

This is a long standing design issue in Unity. Fixing it is more of a feature request in scope, and as such it is on our feature backlog.

Unityの中の人も結構悩んでる様子。

なんかよく分からんけど動く

スクリーンショット 2019-11-10 12.07.11.png
 なんかよう分からんけど、Display Resolution DialogをDisabledからHidden By Defaultにしたらウインドウモードで立ち上がってくれました。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?