File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
UniWinC/Assets/Kirurobo/UniWindowController Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ B. UnityPackage を利用する手順
4343## Unity プロジェクトでの利用
44441 . Runtime/Prefabs にある ` UniWindowController ` プレハブをシーンに追加
45452 . そこで配置された ` UniWindowController ` をインスペクターで確認
46- - Player Settings を適切に直す(緑のボタンでまとめて設定が変更されます)
47- - `IsTransparent` 等、設定をお好みに合わせる
46+ - Player Settings を適切に直す(緑のボタンでまとめて設定が変更されます)
47+ - ` IsTransparent ` 等、設定をお好みに合わせる
48483 . 左ドラッグでウィンドウ自体を動かしたい場合、 Runtime/Prefabs の ` DragMoveCanvas ` プレハブも追加
49+ - 動作には EventSystem が必要です。もしシーンに無ければ UI → Event System を追加してください。
49504 . PC / Mac スタンドアローンでビルドする
50515 . ビルドしたものを起動
5152
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ B. Using an UnityPackage
4545 - Fix the Player Settings appropriately (the green button will change all settings at once)
4646 - Adjust the settings such as ` IsTransparent ` to your liking
47473 . Add ` DragMoveCanvas ` prefab in the Runtime/Prefabs if you want to move the window by mouse dragging.
48+ - An EventSystem is required for this to work. If it is not present in your scene, add UI → Event System.
48494 . Build for PC / Mac standalone
49505 . Launch the build
5051
You can’t perform that action at this time.
0 commit comments