以下の内容はhttps://baba-s.hatenablog.com/entry/2022/02/02/090000より取得しました。


【Unity】Windows 向けにビルドした .exe のウィンドウのフレームをボーダーレスに変更できる機能「Kogane.ExeWindowFrameChanger」を GitHub で公開しました

リポジトリ

使用例

#if UNITY_EDITOR || UNITY_STANDALONE_WIN

using Kogane;
using UnityEngine;

public class Example : MonoBehaviour
{
    private void Update()
    {
        if ( Input.GetKeyDown( KeyCode.Z ) )
        {
            ExeWindowFrameChanger.ChangeToBorderless();
        }
        else if ( Input.GetKeyDown( KeyCode.X ) )
        {
            ExeWindowFrameChanger.ChangeToDefault();
        }
    }
}

#endif



以上の内容はhttps://baba-s.hatenablog.com/entry/2022/02/02/090000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14