Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ export default defineConfig({
],
}),
],
redirects: {
'/setups/unity-6.0': '/setups/unity-6',
},
site: "https://learn.sysken.net",
image: {
remotePatterns: [{ protocol: "https" }, { protocol: "http" }],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drawio ディレクトリは不要です.

反映できなくてやり直しになったら怖いなと思って、念のためpngも残して

と description にありますが, イラレや Figma 等と同じように, drawio のプロジェクトから画像を取り出すことはできますので, その心配は無用かと思われます. また, drawio 移行前にコミットしておけば git で完璧に元に戻せるのでね.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[WANT]

make_account, singin, module あたりは drawio.png じゃなくて良さそうですね. _unity-6/images/signin.png. _unity-6/images/personal.drawio.png のように, ごちゃまぜにして OK です!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

全部drawioにしちゃった🥺

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Unity 6.0
slug: setups/unity-6.0
title: Unity 6
slug: setups/unity-6
---

import { Aside, Steps, Tabs, TabItem, LinkCard } from '@astrojs/starlight/components'
Expand All @@ -22,28 +22,28 @@ Unity勉強会にご興味をお持ちいただき、誠にありがとうござ
### UnityIDアカウントの作成とUnity Hubのダウンロード
[こちら]( https://unity.com/ja/download)のサイトを開いて、アカウントの作成をお願いします。

![](_unity-6.0/images/2026-03-07-13-16-20.png)
![](_unity-6/images/make_account.drawio.png)
<Aside type="tip">
この際、メールアドレスはパソコンから開きやすいものを選んでおくとスムーズに手続きを進めることができます。
</Aside>

![](_unity-6.0/images/2026-03-07-13-22-02.png)
この画面になったら「Accept」を押して次に進んでください。\
![](_unity-6/images/accept.drawio.png)
この画面になったらチェックを入れて「続行」を押して次に進んでください。\
これでUnityIDアカウントの作成は完了です。

![](_unity-6.0/images/2026-03-07-13-22-27.png)
この画面になったら真ん中の「Unityをダウンロードする」を押してダウンロードを開始してください。
![](_unity-6/images/download.drawio.png)
この画面になったら真ん中の「手動でダウンロード」を押してダウンロードを開始してください。

<SyscatComment type="SLEEPING">PC やネットワークの速度によっては時間を要するから、カフェラテでも飲んでゆっくり待ってね。</SyscatComment>


### Unity Hubの起動とサインイン
Unity Hubのダウンロード完了後、Unity Hubを起動し、「サインイン(Sign In)」からログインをしてください。

![](_unity-6.0/images/2026-03-07-13-22-41.png)
![](_unity-6/images/signin.drawio.png)
表示された案内に応じて登録したメールアドレスやパスワードを入力し、サインインしてください。

![](_unity-6.0/images/2026-03-07-13-22-58.png)
![](_unity-6/images/personal.drawio.png)

サインイン直後に表示される「personal license」ウィンドウでは
「Agree(同意する)」を選択してください。
Expand All @@ -57,18 +57,19 @@ Unity Hubのダウンロード完了後、Unity Hubを起動し、「サイン
そのため、開発環境である「Unityエディタ」をここでインストールしていきます。

<Aside type="caution" title="インストールするバージョンに注意">
本資料と同じ環境で進めるため、**Unity 6.0** を選択してインストールしてください。
教材と同じ環境で進めるため、「推奨」と表示されている Unity 6 系のバージョンを選択しましょう。\
[Unityで玉転がしゲーム作るコース](/textbook/game/unity/tutorial/) では Unity 6.0 を使っています。
</Aside>

![](_unity-6.0/images/2026-03-07-13-23-10.png)
![](_unity-6/images/install.drawio.png)

インストール画面が表示されていない場合は、左側のナビゲーションから「Installs(インストール)」を選択して確認してください。



### 開発者ツールとプラットフォームの選択

![](_unity-6.0/images/2026-03-07-13-23-24.png)
![](_unity-6/images/module.drawio.png)

「Install」を押すと、このような画面が表示されます。

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/textbook/game/unity/00--tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import V_play3 from "./_videos/play-3.avif";

皆さん、改めてこんにちは!
Unityの環境構築は無事に完了していますでしょうか?
もしまだ準備ができていないという方がいれば、[こちら](/setups/unity-6.0/)を参考に構築をお願いします。
もしまだ準備ができていないという方がいれば、[こちら](/setups/unity-6/)を参考に構築をお願いします。

<SyscatComment type="SPARKLES">
長時間のインストール、本当にお疲れ様でした!<br/>
Expand Down