diff --git a/en/includes/docs-changes-previous.md b/en/includes/docs-changes-previous.md new file mode 100644 index 000000000..0dd7ec06b --- /dev/null +++ b/en/includes/docs-changes-previous.md @@ -0,0 +1,10 @@ +* Manual + * Rewritten [Get Started](../manual/get-started/index.md) - Section rewritten + * New [Install and update](../manual/install-and-update/index.md) - New install and update section + * New [Stride for Godot developers](../manual/stride-for-godot-developers/index.md) - New guide for people coming from Godot + * New [Project](../manual/files-and-folders/index.md) - New project section + * Updated [Scripts — Types of script](../manual/scripts/types-of-script/index.md) - Updated types of script and created sub-pages for each script type +* Contributing + * Updated [Contribute to the engine — Bug bounties](../contributors/engine/bug-bounties.md) - Clarified a couple of points +* Community resources + * Updated [Games and demos](../community-resources/games-and-demos.md) - Improved the list of released games diff --git a/en/includes/docs-changes-recent.md b/en/includes/docs-changes-recent.md new file mode 100644 index 000000000..c155c0999 --- /dev/null +++ b/en/includes/docs-changes-recent.md @@ -0,0 +1,11 @@ +* Manual + * Rewritten [Platforms](../manual/platforms/index.md) - Overhauled the platforms section + * Rewritten [Graphics — Graphics API](../manual/graphics/graphics-api.md) - Updated page and added new information for Stride 4.4 + * New [Get Started — Stride CLI](../manual/install-and-update/index.md) - New page for the Stride CLI tool + * New [Project — Native AOT](../manual/files-and-folders/building-the-game/native-aot.md) - New page for building games with Native AOT + * Updated [Install and update - Update Stride](../manual/install-and-update/update-stride.md) - Updated instructions and added a guide for reverting updates + * Updated [Install and update - Manage Versions](../manual/install-and-update/manage-versions.md) - Added information for Stride CLI + * Updated [Get Started — Create a project](../manual/get-started/create-a-project.md) - Added information on how to create a project without Game Studio + * Updated [Get Started — Stride Extension](../manual/get-started/visual-studio-extension.md) - Updated description and added information about differences between VS and VSCode extensions +* Community resources + * Updated [Embedded Stride](../community-resources/embedded-stride.md) - New project example for embedding in WPF diff --git a/en/manual/index.md b/en/manual/index.md index 2a337963d..8ecb435fa 100644 --- a/en/manual/index.md +++ b/en/manual/index.md @@ -20,27 +20,8 @@ For a full list of changes, read the [Github release notes](https://github.com/s **Recent updates** -- Manual - - Rewritten [Platforms](platforms/index.md) - Overhauled the platforms section - - Rewritten [Graphics — Graphics API](graphics/graphics-api.md) - Updated page and added new information for Stride 4.4 - - New [Get Started — Stride CLI](install-and-update/index.md) - New page for the Stride CLI tool - - New [Project — Native AOT](files-and-folders/building-the-game/native-aot.md) - New page for building games with Native AOT - - Updated [Install and update - Update Stride](install-and-update/update-stride.md) - Updated instructions and added a guide for reverting updates. - - Updated [Install and update - Manage Versions](install-and-update/manage-versions.md) - Added information for Stride CLI - - Updated [Get Started — Create a project](get-started/create-a-project.md) - Added information on how to create a project without Game Studio - - Updated [Get Started — Stride Extension](get-started/visual-studio-extension.md) - Updated description and added information about differences between VS and VSCode extensions -- Community resources - - Updated [Embedded Stride](../community-resources/embedded-stride.md) - New project example for embedding in WPF +[!INCLUDE [docs-changes-recent](../includes/docs-changes-recent.md)] **Previous updates** -- Manual - - Rewritten [Get Started](get-started/index.md) - Section rewritten - - New [Install and update](install-and-update/index.md) - New install and update section - - New [Stride for Godot developers](stride-for-godot-developers/index.md) - New guide for people coming from Godot - - New [Project](files-and-folders/index.md) - New project section - - Updated [Scripts — Types of script](scripts/types-of-script/index.md) - Updated types of script and created sub-pages for each script type -- Contributing - - Updated [Contribute to the engine — Bug bounties](../contributors/engine/bug-bounties.md) - Clarified a couple of points -- Community resources - - Updated [Games and demos](../community-resources/games-and-demos.md) - Improved the list of released games +[!INCLUDE [docs-changes-recent](../includes/docs-changes-previous.md)] diff --git a/jp/manual/files-and-folders/cached-files.md b/jp/manual/files-and-folders/cached-files.md deleted file mode 100644 index 0f3c3be62..000000000 --- a/jp/manual/files-and-folders/cached-files.md +++ /dev/null @@ -1,176 +0,0 @@ -# キャッシュされたファイル - - -プロジェクトをビルドすると、Stride はプロジェクト内のいくつかのフォルダにアセットとコードをキャッシュします。 - - -次のような場合は、キャッシュを削除した方がいいかもしれません。 - -* キャッシュがディスクの容量を使いすぎている。 - -* アセットを編集または削除してもゲーム内でアセットが更新されない。 - - - -## Visual Studio でキャッシュを削除する - - -1. コードキャッシュを削除するには、[**ビルド**] > [**ソリューションのクリーン**] を選択します。 - - ![Clean solution](media/clean-solution.png) - -2. [Stride の Visual Studio 拡張機能](../get-started/visual-studio-extension.md)がインストールしてあれば、アセットキャッシュも削除することができます。[**拡張機能**] > [**Stride**] > [**Clean intermediate assets for Solution**] を選択します。 - - ![Clean solution](media/clean-assets.png) - -3. キャッシュをゼロから再構築するには、プロジェクトをリビルドします。 - - - -## 手動でキャッシュを削除する - - -Visual Studio でのキャッシュの削除がうまくいかない場合は、手動でファイルを削除してみてください。 - - -1. 以下のフォルダを削除します。 - - * バイナリキャッシュ: *~/MyGame/MyGame/Bin* - - * アセットキャッシュ: *~/MyGame/MyGame/Cache* - - * ゲームのプラットフォームフォルダーの中にある **obj** フォルダー(例:*~/MyGame.iOS/obj*) - -2. Mac を使って iOS 向けに開発している場合は、*~/Library/Caches/Xamarin/mtbs/builds/MyGame* も削除してください。 - -3. キャッシュをゼロから再構築するには、プロジェクトをリビルドします。 - - - -## Game Studio のキャッシュを削除する - - -Stride は、プロジェクト用のキャッシュの他に、Game Studio のエディター用のキャッシュも保持しています。 - - -### アセットキャッシュ - - -エディターでのアセットの読み込みを高速化するために、Game Studio はアセット参照のキャッシュを保持します。このキャッシュには、すべてのプロジェクトで読み込まれたすべてのアセットに関するデータが含まれます。これはすなわち、時間の経過とともに非常に大きくなる可能性があることを意味しています。 - - -既定では、そのフォルダーは *%temp%/Stride* の中にあります。 - - ->[!Tip] ->Game Studio のキャッシュの保存先を確認または変更するには、[**Edit**] > [**Settings**] > [**Environment**] > [**Build cache directory**] を参照してください。 -> ->![Settings](media/settings-window.png) - - - -キャッシュを削除するには、このフォルダーを削除して Game Studio を再起動してください。 - - -### セッティングキャッシュ - - -Game Studio は、エディターの情報(ウィンドウの位置や最近開いたプロジェクトなど)を、*%AppData%/Stride* の中に保存します。 - - -また、Game Studio は、開いているタブやエディターのカメラ位置の情報を、プロジェクトフォルダ内の `.sdpkg.user` ファイルに保存します(例:*~/MyGame/MyGame/MyGame.sdpkg.user*)。 - - -これらのファイルは小さいですが、Game Studio の状態が悪くなったら削除した方がいいかもしれません。これらのファイルを削除しても、プロジェクトには何の影響もありません。 - - -キャッシュファイルを削除した後に Game Studio を起動すると、既定の設定で新しいキャッシュが作成されます。 - - ->[!Tip] ->[**Edit**] > [**Settings**] > [**Interface**] > [**Reset Game Studio layout**] で、キャッシュをクリアせずに Game Studio のレイアウトをリセットすることもできます。 -> ->![Reset Game Studio layout](media/game-studio-layout-reset-button.png) - - - -## 関連項目 - - -* [プロジェクトの構造](project-structure.md) -* [バージョン管理](version-control.md) - - diff --git a/jp/manual/files-and-folders/distribute-a-game.md b/jp/manual/files-and-folders/distribute-a-game.md deleted file mode 100644 index 5a55dae4a..000000000 --- a/jp/manual/files-and-folders/distribute-a-game.md +++ /dev/null @@ -1,70 +0,0 @@ -# ゲームの配布 - -ゲームを公開する準備ができたら、Visual Studio でリリース ビルドを作成して、それを配布します。 - -## 1. リリース ビルドを作成する - -1. 以前にリリース モードでゲームをビルドしてある場合は、プロジェクト フォルダー (例:*MyGame/Bin/MyPlatform/Release/*) で、*Data* フォルダーを削除します。このフォルダーには、古いバージョンのアセットなど、必要のないファイルが含まれていることがあるので、最初から再度ビルドするのが最も簡単な方法です。 - -2. Game Studio でプロジェクトを開きます。 - -3. ツール バーのドロップダウン メニューをクリックして、[Visual Studio]を選択します。 - - ![Open in VS](media/open-in-visual-studio.png) - - プロジェクトが Visual Studio で開きます。 - -4. Visual Studio で、[ソリューション構成]ドロップダウン メニューから[リリース]を選択します。 - - ![Select release](media/select-release.png) - -5. [ソリューション プラットフォーム]ドロップダウン メニューから、ビルドを作成する対象のプラットフォームを選択します。 - - ![Select platform](media/select-platform.png) - - >[!NOTE] - > - >Stride プロジェクトに追加したプラットフォームに対してのみ、ビルドを作成できます。これを行う方法については、「[プラットフォームを追加または削除する](../platforms/add-or-remove-a-platform.md)」を参照してください。 - > - >Android または iOS 用にビルドするには、Xamarin が必要です。Xamarin は Visual Studio のライセンスに含まれます。Visual Studio 2017 で Xamarin をインストールする方法については、[この MSDN ページ](https://docs.microsoft.com/ja-jp/visualstudio/cross-platform/setup-and-install)を参照してください。 - -6. [ビルド]で[ソリューションのビルド]を選択します。 - - ![Build solution](media/build-solution.png) - - プロジェクトのバイナリ フォルダー (例:*MyGame/Bin/MyPlatform/Release*) に、リリース ビルドが作成されます。 - -> [!TIP] ->[リリース]フォルダーをさらにわかりやすい名前 (ゲームのタイトルなど) に変更してもかまいません。 - -## 2. 不要なファイルを削除する - -プロジェクトの bin フォルダーのリリース フォルダー (*MyGame/Bin/MyPlatform/Release* など) では、以下の不要なファイルを削除できます。 - -* `.pdb` ファイル (デバッグ情報) - -* `.xml` ファイル (API ドキュメント) - -* ファイル名に `vshost` が含まれるファイル (例: `MyGame.vshost.exe`、`MyGame5.vshost.exe.manifest`) - -* `x64`、`x86`、`data` 以外のフォルダー - -* カスタム構成ファイル (つまり、Stride で作成されないファイル) など、他の必要のないファイル - -## 3. ゲームを配布する - -リリース ビルドを作成した後は、目的に最も適した方法で配布します。 - -Stride で作成されたゲームを Windows で実行するには、次のものが必要です。 - -* .NET 8 SDK - -* DirectX11 (Windows 10 以降に含まれます)、OpenGL、または Vulkan - -* Visual C++ 2015 ランタイム (Visual Studio でのプロジェクトのプロパティの設定に応じて、x86 および x64 のどちらか一方または両方) - -## 関連項目 - -* [プラットフォームを追加または削除する](../platforms/add-or-remove-a-platform.md) -* [バージョン管理](version-control.md) -* [プロジェクトの構造](project-structure.md) diff --git a/jp/manual/files-and-folders/index.md b/jp/manual/files-and-folders/index.md deleted file mode 100644 index bd214d6ea..000000000 --- a/jp/manual/files-and-folders/index.md +++ /dev/null @@ -1,9 +0,0 @@ -# ファイルとフォルダー - -このセクションでは、Stride のファイルとフォルダーの概要、および開発環境でそれらを編成する最善の方法について説明します。 - -## このセクションの内容 - -* [プロジェクトの構造](project-structure.md) -* [バージョン管理](version-control.md) -* [ゲームを配布する](distribute-a-game.md) diff --git a/jp/manual/files-and-folders/media/build-solution.png b/jp/manual/files-and-folders/media/build-solution.png deleted file mode 100644 index 90909f89f..000000000 --- a/jp/manual/files-and-folders/media/build-solution.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b7e0ca31853073873f88913c85d996a773ee6fa582c91d06b0df1a62bd9c87f -size 9841 diff --git a/jp/manual/files-and-folders/media/clean-assets.png b/jp/manual/files-and-folders/media/clean-assets.png deleted file mode 100644 index 8d78c2651..000000000 --- a/jp/manual/files-and-folders/media/clean-assets.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67fc554e6a9a1e83573b60a268f1efa1ff5328ab5cce995a1b319eea036c3745 -size 38214 diff --git a/jp/manual/files-and-folders/media/clean-solution.png b/jp/manual/files-and-folders/media/clean-solution.png deleted file mode 100644 index 030969a4a..000000000 --- a/jp/manual/files-and-folders/media/clean-solution.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:236cc4d683d01ea6eee599e9877139766e820967096a6e8122cdc07a3998077b -size 16370 diff --git a/jp/manual/files-and-folders/media/compress-folder.png b/jp/manual/files-and-folders/media/compress-folder.png deleted file mode 100644 index a8c4e02bc..000000000 --- a/jp/manual/files-and-folders/media/compress-folder.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb82c5268d5efc1a6d438c5d5569d5e57253a5f71198befe986e2ca25bf1252f -size 42141 diff --git a/jp/manual/files-and-folders/media/game-studio-layout-reset-button.png b/jp/manual/files-and-folders/media/game-studio-layout-reset-button.png deleted file mode 100644 index 54b9d3e61..000000000 --- a/jp/manual/files-and-folders/media/game-studio-layout-reset-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90895f0e77c517f9b9f1540690ca320305db8c7ba1da82a28520c575db6738bc -size 22270 diff --git a/jp/manual/files-and-folders/media/open-in-visual-studio.png b/jp/manual/files-and-folders/media/open-in-visual-studio.png deleted file mode 100644 index 78714e490..000000000 --- a/jp/manual/files-and-folders/media/open-in-visual-studio.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed14833a2d03e258ccdfefde198de807a28351ae099cec504eb52e9201c5b12f -size 9560 diff --git a/jp/manual/files-and-folders/media/select-platform.png b/jp/manual/files-and-folders/media/select-platform.png deleted file mode 100644 index 605b2dbce..000000000 --- a/jp/manual/files-and-folders/media/select-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d38f52fa4447a660034f2223ad749f803bb0cdb46c76d86a98248ca42d10d7c -size 8853 diff --git a/jp/manual/files-and-folders/media/select-release.png b/jp/manual/files-and-folders/media/select-release.png deleted file mode 100644 index ef65deaa9..000000000 --- a/jp/manual/files-and-folders/media/select-release.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd5321f66ac065a100c998c4dd71e62a20b718bac3e3da1cceeb3f85c5086dee -size 11224 diff --git a/jp/manual/files-and-folders/media/settings-window.png b/jp/manual/files-and-folders/media/settings-window.png deleted file mode 100644 index 3a65602ef..000000000 --- a/jp/manual/files-and-folders/media/settings-window.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:446599e85c1ea2a2a5b76281cd12599e75ea000335dac9833ea0c59e79819e5c -size 14680 diff --git a/jp/manual/files-and-folders/media/zip-file.png b/jp/manual/files-and-folders/media/zip-file.png deleted file mode 100644 index 593a988d4..000000000 --- a/jp/manual/files-and-folders/media/zip-file.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cf9a7cb05bd7a453cb20c58cc13b9963c5c210002cac26aa566ebdaf443c034 -size 2420 diff --git a/jp/manual/files-and-folders/project-structure.md b/jp/manual/files-and-folders/project-structure.md deleted file mode 100644 index 44a816f91..000000000 --- a/jp/manual/files-and-folders/project-structure.md +++ /dev/null @@ -1,32 +0,0 @@ -# プロジェクトの構造 - -Stride では、プロジェクトは [Visual Studio ソリューション ファイル](https://msdn.microsoft.com/ja-jp/library/bb165951.aspx?f=255&MSPPError=-2147217396)として保存されます。Stride Game Studio や、Visual Studio などの任意の IDE で、プロジェクトを開くことができます。 - -Stride では、プロジェクト ファイルは**パッケージ**にまとめられます。各パッケージは、複数のフォルダーと、パッケージについて記述されている *.sdpkg ファイルで構成されます。 - -プロジェクトは、1 つまたは複数のパッケージを含むことができます。パッケージはプロジェクト間で共有できます。 - -## パッケージのフォルダー構造 - -![Folder structure](media/folder-structure.png) - -*[Assets]には、ゲーム内の要素を表す[アセット](../game-studio/assets.md)ファイルが含まれます。 - -*[Bin]には、コンパイル済みのバイナリとデータが含まれます。プロジェクトをビルドすると、プラットフォームごとのサブディレクトリ含むフォルダーが作成されます。 - -*[MyGame.Game]には、クロスプラットフォームの Visual Studio プロジェクト (.csproj) として、ゲームのソース コードが含まれます。同じゲームに複数のプロジェクトを追加できます。 - -* [MyGame.Platform]には、プロジェクトがサポートするプラットフォーム用の追加コードが含まれます。プラットフォームごとにフォルダーが作成されます (*MyPackage.Windows*、*MyPackage.Linux* など)。通常、これらのフォルダーは小さく、プログラムのエントリ ポイントだけが含まれます。 - -*[obj]には、キャッシュされたファイルが含まれます。このフォルダーは、プロジェクトをビルドすると作成されます。 - -*[Resources]は、アセットによって使用される画像ファイルやオーディオ ファイルなどのファイルに推奨される場所です。 - -## 推奨されるプロジェクトの構造 - -プロジェクトの最善の編成方法については、「[バージョン管理](version-control.md)」ページを参照してください。 - -## 関連項目 - -* [バージョン管理](version-control.md) -* [ゲームを配布する](distribute-a-game.md) diff --git a/jp/manual/files-and-folders/version-control.md b/jp/manual/files-and-folders/version-control.md deleted file mode 100644 index 78237a49e..000000000 --- a/jp/manual/files-and-folders/version-control.md +++ /dev/null @@ -1,80 +0,0 @@ -# バージョン管理でファイルを編成する - -Git、SVN、Perforce Helix などのバージョン管理システムを使用して、プロジェクトの変更履歴を保存することをお勧めします。 - -ファイルの編成方法と共有方法は開発者が決められますが、注意すべきことがいくつかあります。 - -## バージョン管理に追加してはならないファイル - -###[Bin]フォルダーと[obj]フォルダー - -[Bin]フォルダーまたは[obj]フォルダーはバージョン管理に追加しないことをお勧めします。Game Studio はゲームを実行するたびにこれらのフォルダーを作成するので、これらの履歴を残しておく必要はありません。これらのフォルダーは、場所を取り、バージョン管理の同期を遅くし、特定のコミットで生成元のソース ファイルと一致するかどうかは確認できません。 - -同様に、Visual Studio は各コード フォルダー内に追加の[.obj]フォルダーを作成します。同じ理由から、これらをバージョン管理に追加することもお勧めしません。 - -### リソース ファイル - -リソース ファイルは、Game Studio にインポートされてアセットによって使用されるファイルです。画像ファイル (.png、.jpg など)、オーディオ ファイル (.mp3、.wav など)、モデル (.fbx など) といったものがこれに当たります。これらのファイルは、プロジェクト フォルダーの[Resources]フォルダーに保存することをお勧めします。 - -リソース ファイルを[Asset]フォルダーに保存することはお勧めしません。Unity® ではリソース ファイルとアセット ファイルを同じフォルダーに置く必要があるので、Unity® を使用している場合はこのような方法でファイルを整理するのに慣れているかもしれません。Stride ではその必要はなく、これを行うことにはむしろデメリットがいくつかあります。 - -たとえば、アーティストが 10 GB のテクスチャを編集して、ソース管理にコミットするものとします。同時に、デザイナーはアセットを急いで編集する必要があります。そのために、デザイナーは最新バージョンのアセットをソース管理から取得します。しかし、アセットとリソース ファイルが同じフォルダーにあるため、デザイナーは 10 GB のファイルを一緒に取得しなければならず、時間がかかります。一方、ファイルが異なるフォルダーに格納されていれば、デザイナーは必要なフォルダーだけを取得できます。さらに、アセット ファイルはリソース ファイルよりはるかに小さいので、専用のアセット フォルダーにあればアセットの履歴をすばやく移動することができます。 - -### コンテンツ作成ファイル - -コンテンツ作成ファイルとは、.psd ファイル (Photoshop) や .max ファイル (3D Studio Max) など、外部のコンテンツ作成ツールで作成されるファイルです。 - -コンテンツ作成ファイルをプロジェクト フォルダーに保存することはお勧めしません。これらのファイルは大きいことが多く、プロジェクトで直接使用されることはないためです。代わりに、異なるバージョン管理リポジトリにファイルを保存するか、または、お使いのバージョン管理システムが部分チェックアウトをサポートしている場合は (SVN や Perforce など)、異なるルート フォルダーにファイルを保存することをお勧めします。そうすれば、チーム メンバーは必要なファイルだけを取得できます。 - -## 推奨されるディレクトリ構造 - -以上の推奨事項に従った場合のフォルダー構造の例は、次のようになります。 - -```cs -- MyGame - - Assets - - texture.sdtex - - Bin - - MyGame.Game - - MyGame.Platform - - obj - - Resources - - texture.png -- ContentCreationFiles - - texture.psd - ``` - -コンテンツ作成ファイルの種類ごとに異なるフォルダーを作成することもできます。 - - ```cs -- MyGame - - Assets - - texture.sdtex - - model.sdtex - - Bin - - MyGame.Game - - MyGame.Platform - - obj - - Resources - - texture.png - - model.fbx -- PhotoshopProjects - - texture.psd -- MayaProjects - - model.mb - ``` - -## 例 - -2 人のプログラマー、2 人の 2D アーティスト、2 人の 3D アーティストからなるチームについて考えます。 - -* プログラマーは、コード、アセット、リソースが格納されている[MyGame]プロジェクト フォルダーをチェックアウトします。 -* 2D アーティストは、ゲーム プロジェクトと、.psd ファイルが格納されている[PhotoshopProjects]フォルダーをチェックアウトします。 -* 3D アーティストは、ゲーム プロジェクトと、.mb (Maya プロジェクト) ファイルが格納されている[MayaProjects]フォルダーをチェックアウトします。 - -2D アーティストの 1 人が複数の .psd ファイルを変更し、2 GB の変更をバージョン管理にコミットする場合を想像してください。2D アーティストのみが[PhotoshopProjects]フォルダーをチェックアウトしているので、他の 2D アーティストだけがこの変更を取得します。他のチームメンバーは必要ありません。これはプロジェクト間でファイルを共有する非常に効率的な方法です。 - -## 関連項目 - -* [プロジェクトの構造](project-structure.md) -* [ゲームを配布する](distribute-a-game.md) diff --git a/jp/manual/get-started/create-a-project.md b/jp/manual/get-started/create-a-project.md deleted file mode 100644 index 7b2e70802..000000000 --- a/jp/manual/get-started/create-a-project.md +++ /dev/null @@ -1,90 +0,0 @@ -# プロジェクトの作成 - -初級 - -このページでは、次の方法について説明します。 - -* 新しい空のプロジェクトを作成する -* テンプレートまたはサンプルを基にしてプロジェクトを作成する - -**テンプレート**とは、ゲームについての作業を始めるために必要な要素だけを含むプロジェクトです。 - -**サンプル**とは完成したゲームであり、それから学習したり、新しいゲームの基礎にすることができます。 - -## 空のプロジェクトを作成する - -**空のプロジェクト**とは、ゲームを作成するために必要な最低限のものだけを含むプロジェクトです。最低限のものとは、ライト、カメラ、およびカメラを移動するためのスクリプトを含むシンプルなシーンと、あらかじめ構成されているレンダリング パイプラインです。これは、必要のない要素を含まないゲームを最初から作成するときに便利です。 - -空のプロジェクトを作成するには: - -1. **Stride Launcher** で[Start]をクリックして Game Studio を開始します。 - - [New/open project]ダイアログが開きます。 - - ![New Project dialog](media/create-project-new-open-project-window.png) - - Game Studio で[File]>[New]から新しいプロジェクトを開くこともできます。 - -2. [New game]を選択します。 - -3. [Name]および[Location]フィールドで、プロジェクトの名前と保存するフォルダーを指定します。 - -4. [Select]をクリックします。 - -[Create a new game]ダイアログが開きます。 - -![Create a new game dialog](media/create-project-create-new-game.png) - -5. [Namespace]フィールドで、使用する名前空間を指定します。使用する名前空間がわからない場合は、既定のままにします。 - -6. [Platforms]で、ゲームがサポートするプラットフォームを選択します。 - - > [!NOTE] -    > iOS および Android をサポートするには、Xamarin をインストールする必要があります (Visual Studio がある場合は無料です)。 - - 選択したいずれかのプラットフォームの前提条件の中に開発システムに存在しないものがある場合は、警告が表示されます。 - -7. [Asset Packs]では、プロジェクトに含める追加アセットを選択できます。たとえば、アニメーションやマテリアルなどのアセットです。アセット パックは、Stride の使い方を学習するときには役に立ちますが、必須のものではありません。 - -8. [Rendering]で、必要なオプションを選択します。 - - [Graphics API]: プロジェクトで使用できるグラフィックス機能は、選択する API によって異なります。高度なグラフィックス機能を使用する場合は、最新バージョンのグラフィックス API を選択してください。 - - >[!WARNING] - >グラフィックス カードによっては、最新の API がサポートされていない場合があります。一部のモバイル デバイスでは、DirectX 9.3/OpenGL ES 2.0 および DirectX 10.0/OpenGL ES 3.0 だけを使用できます。 - - [High or Low dynamic range (HDR/LDR)]: これは、プロジェクトでの色の計算方法を定義します。LDR モードでは、色の範囲は 0 ~ 1 になります。HDR モードでは、任意の浮動小数点値を色に使用できます。HDR はより高度で現実に近いレンダリングを提供しますが、より高い処理能力と、DirectX 10.0/OpenGL ES 3.0 以降のプロファイルが必要になります。 - -9. [Orientation]で、プロジェクトの向きを選択します。PC ゲームの場合は、横方向を使用します。縦方向は通常、モバイル ゲームに対してのみ使用する必要があります。 - -10. [OK]をクリックします。 - -プロジェクトが作成されて、Game Studio で開かれます。詳細については、「[Game Studio](../game-studio/index.md)」を参照してください。 - -## サンプルまたはテンプレートからプロジェクトを作成する - -Stride には、エンジンの各部分 (2D、3D、スプライト、フォント、UI、オーディオ、入力など) をデモンストレーションする複数のサンプル プロジェクトが含まれます。また、テンプレート ゲームも含まれており、独自のゲームの作成に利用できます。 - -サンプルまたはテンプレートからプロジェクトを作成するには: - - 1. [New Project]ダイアログを開きます。 - - 2. 左側で、[New project]>[Samples]に移動します。 - - 2. **プロジェクト作成の基にするサンプルを選択**します。 - - ![New Project window - samples](media/create-project-new-open-project-samples.png) - - 3. [Select]をクリックします。 - - [Select Platforms]ウィンドウが開きます。 - - ![Select Platforms window](media/create-project-select-platform.png) - - 4. ゲームでサポートするプラットフォームを選択し、[OK]をクリックします。 - -プロジェクトが作成されて、Game Studio で開かれます。 - -## 次に学習すること - -* [Game Studio の概要](../game-studio/index.md) diff --git a/jp/manual/get-started/index.md b/jp/manual/get-started/index.md deleted file mode 100644 index 0a382c4f7..000000000 --- a/jp/manual/get-started/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -uid: ../toc.md ---- -# Stride の概要 - -初級 - -この章では、Stride を初めて使用するときに必要なすべてのことについて説明します。 - -![Game Studio](media/get-started.jpg) - -## このセクションの内容 - -* [Stride をインストールする](install-stride.md) - Stride をインストールする方法について説明します -* [Stride を起動する](launch-Stride.md) - 初めて Stride を起動する方法について説明します -* [Visual Studio 拡張機能](visual-studio-extension.md) - Stride Visual Studio 拡張機能をインストールまたは再インストールする方法について説明します -* [プロジェクトを作成する](create-a-project.md) - Game Studio で初めてプロジェクトを作成します -* [Game Studio](../game-studio/index.md) - Game Studio を使用する方法について説明します -* [アセット](../game-studio/assets.md) - アセットの概要について説明します -* [シーンの概要](../game-studio/scenes.md) - シーンの概要について説明します -* [ゲームを起動する](launch-a-game.md) - さまざまなプラットフォームでゲームを起動する方法について説明します diff --git a/jp/manual/get-started/install-stride.md b/jp/manual/get-started/install-stride.md deleted file mode 100644 index 592741b9f..000000000 --- a/jp/manual/get-started/install-stride.md +++ /dev/null @@ -1,99 +0,0 @@ -# Stride のインストール - -初級 - -1. Stride インストーラー (**StrideSetup.exe**) を [Stride の Web サイト](http://stride3d.net/download/)からダウンロードします。 - -2. **StrideSetup.exe** ファイルをダブルクリックします。 - - **Stride セットアップ ウィザード**が開きます。 - -3. Stride には .NET Framework 4.7.2 が必要です。ない場合は、インストールを求めるメッセージが表示されます。 - - ![Prerequisites installer](media/prerequisites-installer.png) - - [Next]をクリックしてプロンプトに従います。 - - > [!NOTE] - > または、[.NET Framework を Microsoft ダウンロード センターからダウンロード](https://www.microsoft.com/ja-jp/download/details.aspx?id=53345)して、Stride インストーラーを再実行してもかまいません。 - -4. **Stride セットアップ ウィザード**が開きます。 - - ![Stride Setup Wizard](media/install-stride-setup-wizard.png) - - [Next]をクリックします。 - - [Stride License Agreement]ウィンドウが開きます。 - - ![Stride license agreement window](media/install-stride-license-agreement.png) - - [Accept]をクリックします。 - -5. [Stride installation type]ウィンドウが開きます。 - - ![Stride installation type window](media/install-stride-installation-type.png) - - インストールの種類を選択し、[Next]をクリックします。 - -6. [Select installation folder]ウィンドウが開きます。 - - ![Select installation folder window](media/install-stride-select-installation-folder.png) - - Stride をインストールするフォルダーを選択し、[Next]をクリックします。 - -7. [Create application shortcuts]ウィンドウが開きます。 - - ![Create application shortcuts window](media/install-stride-create-application-shortcuts.png) - - 作成するショートカットを選択し、[Next]をクリックします。 - -8. [Ready to Install]ウィンドウが開きます。 - - ![Ready to install window](media/install-stride-ready-to-install.png) - - [Install]をクリックします。 - -9. インストールが開始します。 - - ![Installation status](media/install-stride-installation-status.png) - - インストーラーが閉じた後、選択した場所にショートカットが作成されて、**Stride Launcher** が開きます。 - - ![Stride Launcher](media/stride-launcher.png) - - 最新バージョンの Stride のインストールを求めるメッセージが表示されます。 - - ![No version installed](media/stride-launcher-install-last-version.png) - - [Yes]をクリックします。 - -10. Visual Studio 統合をインストールするかどうかの確認を求めるメッセージが表示されます。Visual Studio 統合機能を使用すると、Visual Studio から直接シェーダーを編集でき、構文の強調表示、検証でのライブ コード分析、エラー チェック、ナビゲーションなどが提供されます。統合機能のインストールは必須ではありませんが、インストールすることをお勧めします。 - - ![Install Visual Studio integration](media/install-VS-plug-in-prompt.png) - -11. Stride によるコンピューターの変更の許可を求めるメッセージが表示されます。 - - ![Prerequisites installer](media/prerequsites-installer2.png) - - [Yes]をクリックします。 - -12. 前提条件である **Visual C++ 再頒布可能パッケージ**がインストールされているかどうかがチェックされます。インストールされていない場合は、メッセージに従ってインストールします。 - -13. 前提条件である **Visual Studio Build Tools** がインストールされているかどうかがチェックされます。Visual Studio がある場合は、既にインストールされています。インストールされていない場合は、メッセージに従ってインストールします。 - - ![Installing VS build tools](media/installing-vs-build-tools.png) - - >[!NOTE] - > Windows は Visual Studio インストーラーを使用して **Visual Studio Build Tools** をインストールしますが、Visual Studio はインストールしません。 - -Stride がインストールされて使用できる状態になります。 - ->[!NOTE] - -> 前提条件をインストールしないと、Stride は動きません。その場合は、前提条件を個別にダウンロードしてインストールできます。方法については、「[トラブルシューティング — Stride が実行しない](../troubleshooting/stride-doesnt-run.md)」を参照してください。 - -> または、Stride をアンインストールし、Stride インストーラーを再実行して、メッセージが表示されたら前提条件をインストールします。 - -## 次に学習すること - -* [Stride を起動する](launch-stride.md) diff --git a/jp/manual/get-started/launch-a-game.md b/jp/manual/get-started/launch-a-game.md deleted file mode 100644 index b23cac1cb..000000000 --- a/jp/manual/get-started/launch-a-game.md +++ /dev/null @@ -1,80 +0,0 @@ -# ゲームの起動 - -初級 - -このページでは、Game Studio または Visual Studio を使用してゲームを起動する方法を説明します。 - -## Game Studio からゲームを起動する - -> [!NOTE] -> Game Studio では、Windows ストア プラットフォーム用または UWP (ユニバーサル Windows プラットフォーム) プラットフォーム用のゲームは起動できません。これらのプラットフォーム用のゲームを起動するには、Visual Studio を使用します (後述)。 - - 1. **ツールバー**で、対象のプラットフォームを選択します。 - - ![Platform selection](media/launch-your-game-game-studio-profiles.png) - - > [!NOTE] - > プロジェクトを作成するときに[Create a new game]ダイアログで選択したプラットフォームだけを選択できます。プロジェクトに新しいプラットフォームを追加する方法については、「[プラットフォームを追加または削除する](../platforms/add-or-remove-a-platform.md)」を参照してください。 - - 2. ゲームを実行するには、ツールバーの ![Play icon](media/launch-your-game-play-icon.png) をクリックするか、または **F5** キーを押します。 - - ![Game Studio play button](media/game-studio-toolbar-build-button.png) - - [Output]ウィンドウに、ビルドの進行状況が表示されます。 - - ![Output window](media/output-window.png) - - ビルドが完了すると、選択したプラットフォームでゲームが開始します。 - -## Visual Studio からゲームを起動する - -1. Game Studio のツールバーで ![Open in IDE](media/launch-your-game-ide-icon.png) ([Open in IDE]) をクリックして、Visual Studio を起動します。 - -2. Visual Studio のツールバーで、スタートアップ プロジェクトとして適切なプロジェクトを設定します。 - - ![Select build profile in Visual Studio](media/launch-your-game-visual-studio-profiles.png) - - スタートアップ プロジェクトの構成が自動的に更新されます。 - - > [!TIP] - > 右側の[ソリューション エクスプローラー]で、プロジェクトを確認できます。プロジェクトのファイル名の拡張子が、プラットフォームを示します (例:*.Android*、*.iOS* など)。 - -3. 構成とプラットフォームが適切に対応していることを確認します。 - -4. * デバッグなしでゲームを開始するには、**Ctrl + F5** キーを押します。 - - * デバッグありでゲームを開始するには、[スタート]をクリックするか、**F5** キーを押します。 - - ![Visual Studio Start button](media/visual-studio-start-button.png) - -## 境界を削除する - -既定では、ゲームを実行するとウィンドウの境界が表示されます。 - -| 境界がある場合 | 境界がない場合 -|---------------------------|----------------- -| ![With borders](media/with-borders.jpg) | ![Without borders](media/without-borders.jpg) - -境界なしでゲームを実行するには、次のコマンドを使用します。 - -```cs -Game.Window.IsBorderLess = true; -``` - -次に例を示します。 - -```cs -using Stride.Engine; - -namespace MyGame -{ - public class MyScript : StartupScript - { - public override void Start() - { - base.Start(); - Game.Window.IsBorderLess = true; - } - } -} -``` diff --git a/jp/manual/get-started/launch-stride.md b/jp/manual/get-started/launch-stride.md deleted file mode 100644 index fa3150728..000000000 --- a/jp/manual/get-started/launch-stride.md +++ /dev/null @@ -1,57 +0,0 @@ -# Stride の起動 - -初級 - -**Stride Launcher** を使用すると、異なるバージョンの Stride をインストール、管理、実行できます。 - -![Stride launcher](media/stride-launcher-interface.png) - -## 最新バージョンの Stride をインストールする - -Stride がまだインストールされていない場合は、Stride Launcher で最新バージョンのインストールを促されます。 - -![No version installed](media/stride-launcher-install-last-version.png) - -最新バージョンのインストールを選択すると、Stride Visual Studio 拡張機能をインストールするかどうかの確認を求められます。 - -![Install Visual Studio integration](media/install-VS-plug-in-prompt.png) - -Stride Visual Studio 拡張機能では、構文の強調表示、ライブ コード検証、エラー チェック、およびナビゲーションが追加されます。また、[Visual Studio から直接シェーダーを編集する](../graphics/effects-and-shaders/custom-shaders.md)こともできます。拡張機能をインストールしなくても Stride を使用できますが、プログラマーの場合は特に、インストールすることをお勧めします。 - -## さまざまなバージョンの Stride を管理する - -複数のバージョンの Stride をインストールし、Stride Launcher からそれらを起動することができます。 - -![Manage versions of Stride](media/stride-launcher-various-versions.png) - -古いプロジェクトの作業には、古いバージョンの Stride の使用が必要になる場合があります。新しいバージョンの Stride には、古いプロジェクトをアップグレードする必要がある変更が含まれる可能性があります。 - -マイナー バージョンでは、バージョン番号の最後の数字だけが変化します (1.9.0、1.9.1、1.9.2 など)。マイナー バージョンには互換性がなくなるような変更は含まれないので、インストールして既存のプロジェクトで使用しても安全です。 - ->[!NOTE] ->前のマイナー バージョンに戻すことはできません。たとえば、Stride 1.9 と 1.8 の両方を同じ環境にインストールすることはできますが、Stride 1.9.2 を Stride 1.9.1 に戻すことはできません。 - -* 特定のバージョンのリリース ノートを見るには、バージョン名の隣にある[Note]アイコンをクリックします。 - -* 特定のバージョンをインストールするには、バージョン名の隣の[Download and install]アイコンを -クリックします。 - -## Game Studio を開始する - -Stride のインストールが済んだら、Game Studio を開始してプロジェクトをビルドします。 - -1. [Switch/update version]で、使用する Stride のバージョンを選択します。 - - [Start]ボタンでバージョン番号が更新されます。 - - ![Start button](media/stride-launcher-start-button.png) - -2. [Start]をクリックして Game Studio を起動します。 - -## 次に学習すること - -* [Game Studio で初めてのプロジェクトを作成する](create-a-project.md) - -## 関連項目 - -Stride Launcher の詳細については、「[Stride Launcher](../stride-launcher/index.md)」のページを参照してください。 diff --git a/jp/manual/get-started/media/Camera position.psd b/jp/manual/get-started/media/Camera position.psd deleted file mode 100644 index 15b9c955f..000000000 --- a/jp/manual/get-started/media/Camera position.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfaa7f154e797937bd9c317b71288b0256e5af2e4bd6f5ffd5cd67453a9e4eab -size 395767 diff --git a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component-added.png b/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component-added.png deleted file mode 100644 index cdb84e6ef..000000000 --- a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component-added.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:097716c8995b8a8a1f22baaa698f6f8fa8342364e3fd809e9c42b83b47d2161e -size 16933 diff --git a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component-added.psd b/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component-added.psd deleted file mode 100644 index 91c7bb220..000000000 --- a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component-added.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf7841f67c2e1e849dd20bc7136226715a84b7efe582ca3fe324a19cb986c22 -size 167593 diff --git a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component.png b/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component.png deleted file mode 100644 index c1e955c6b..000000000 --- a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cd78ad87da233608abb9aea1ac991a683eb2519eba3154f22ca747d4d05caa1 -size 8693 diff --git a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component.psd b/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component.psd deleted file mode 100644 index ce8eae880..000000000 --- a/jp/manual/get-started/media/add-entities-to-a-scene-add-model-component.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:630d1f80201c1120d6d3b8746f8bbfb70ad45babebf0d93ffd2befc0319cbe87 -size 148206 diff --git a/jp/manual/get-started/media/add-filter.png b/jp/manual/get-started/media/add-filter.png deleted file mode 100644 index 8c8c3c447..000000000 --- a/jp/manual/get-started/media/add-filter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc1a817e3c179c4155ac0d39babdebdf6b7ef2f45637c2988aedbca17b9db323 -size 7302 diff --git a/jp/manual/get-started/media/asset-creation-import-asset-view-tab.png b/jp/manual/get-started/media/asset-creation-import-asset-view-tab.png deleted file mode 100644 index b18628186..000000000 --- a/jp/manual/get-started/media/asset-creation-import-asset-view-tab.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37996d9410a47bc34c19e358962ff69bd70174c9a50e48273a0188e9a217f2cd -size 53089 diff --git a/jp/manual/get-started/media/create-a-basic-scene-executed-scene.png b/jp/manual/get-started/media/create-a-basic-scene-executed-scene.png deleted file mode 100644 index bfc2fcf7a..000000000 --- a/jp/manual/get-started/media/create-a-basic-scene-executed-scene.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cfa30768189bb95e11e051e60328582b4ce33644058ff5002481477a7fc27e8 -size 172818 diff --git a/jp/manual/get-started/media/create-a-basic-scene-play-button.png b/jp/manual/get-started/media/create-a-basic-scene-play-button.png deleted file mode 100644 index 23fe5b838..000000000 --- a/jp/manual/get-started/media/create-a-basic-scene-play-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f5d5a665123538cbc43e35fad757f0d5e50ec33d01492a1ad3e5450a4e57db5 -size 3093 diff --git a/jp/manual/get-started/media/create-a-basic-scene-sample-scene.png b/jp/manual/get-started/media/create-a-basic-scene-sample-scene.png deleted file mode 100644 index 9d8e12630..000000000 --- a/jp/manual/get-started/media/create-a-basic-scene-sample-scene.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:279a7b402a04af84ed3bcd29e4cad10e02d28dd675d0615590471d3fbe58151f -size 188341 diff --git a/jp/manual/get-started/media/create-a-scene-default-scene-editor.png b/jp/manual/get-started/media/create-a-scene-default-scene-editor.png deleted file mode 100644 index 8ca8ab20e..000000000 --- a/jp/manual/get-started/media/create-a-scene-default-scene-editor.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:843bbd75a931cb3a71e17d154a49a5c9bc55235b0848ca27f367d56a1aa20d6e -size 361081 diff --git a/jp/manual/get-started/media/create-a-scene-default-scene-editor.psd b/jp/manual/get-started/media/create-a-scene-default-scene-editor.psd deleted file mode 100644 index 25c77ffd8..000000000 --- a/jp/manual/get-started/media/create-a-scene-default-scene-editor.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64f5933e48b2691376e40a4015cce499dcc6a60407895754f0d04b9a09cf2774 -size 1334560 diff --git a/jp/manual/get-started/media/create-a-scene-default-scene.png b/jp/manual/get-started/media/create-a-scene-default-scene.png deleted file mode 100644 index cbbb33193..000000000 --- a/jp/manual/get-started/media/create-a-scene-default-scene.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9f71102880a0f0f3da06394caa4e0fcfcaed4f383374a2e9679dc5e452fe143 -size 324637 diff --git a/jp/manual/get-started/media/create-a-script-add-component.png b/jp/manual/get-started/media/create-a-script-add-component.png deleted file mode 100644 index 059d430af..000000000 --- a/jp/manual/get-started/media/create-a-script-add-component.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee28cd2a89fbb015b39b672a4a845d7d1e0de6973ec7a4ff367a21b876153af4 -size 8486 diff --git a/jp/manual/get-started/media/create-a-script-add-component.psd b/jp/manual/get-started/media/create-a-script-add-component.psd deleted file mode 100644 index 84c2f2a1e..000000000 --- a/jp/manual/get-started/media/create-a-script-add-component.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ccf2ce83a03430e9b6b8999bb164e637e374cf2fd3f40dbcf8cf76640d0d250 -size 98644 diff --git a/jp/manual/get-started/media/create-a-script-add-new-item-window.png b/jp/manual/get-started/media/create-a-script-add-new-item-window.png deleted file mode 100644 index 769f036c6..000000000 --- a/jp/manual/get-started/media/create-a-script-add-new-item-window.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:213614806cb05127798fe50525552313678a02e76bf165a4ee9dca200848b9be -size 56392 diff --git a/jp/manual/get-started/media/create-a-script-add-new-item-window.psd b/jp/manual/get-started/media/create-a-script-add-new-item-window.psd deleted file mode 100644 index 3766cba76..000000000 --- a/jp/manual/get-started/media/create-a-script-add-new-item-window.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69add16b291f7bf47d0f9d2ff9642339de5e991a2b3ab7b6a5dded5f69673ac6 -size 759441 diff --git a/jp/manual/get-started/media/create-a-script-confirmation-message.png b/jp/manual/get-started/media/create-a-script-confirmation-message.png deleted file mode 100644 index ffcdb025a..000000000 --- a/jp/manual/get-started/media/create-a-script-confirmation-message.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:090f70fa06a615f6b9eaa55d4328696ac1fa46f9a77e96f6d8460d144f802a4d -size 6116 diff --git a/jp/manual/get-started/media/create-a-script-create-new-class.png b/jp/manual/get-started/media/create-a-script-create-new-class.png deleted file mode 100644 index efd1b7560..000000000 --- a/jp/manual/get-started/media/create-a-script-create-new-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef4f436f70b3b8c4d7d761cac222379d360a7c9d69ead426ddd946cba50f6917 -size 38133 diff --git a/jp/manual/get-started/media/create-a-script-create-new-class.psd b/jp/manual/get-started/media/create-a-script-create-new-class.psd deleted file mode 100644 index 80cef36a9..000000000 --- a/jp/manual/get-started/media/create-a-script-create-new-class.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec6148e9b8ae2a0d12810bae9a56ab874b855c52676a12c6a4ff0b71a2b561b9 -size 300557 diff --git a/jp/manual/get-started/media/create-a-script-game-extensions.png b/jp/manual/get-started/media/create-a-script-game-extensions.png deleted file mode 100644 index 893b4c4e1..000000000 --- a/jp/manual/get-started/media/create-a-script-game-extensions.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bd1253b77c3afc2ee6d90c028c627f7225c28c93dcebbaa514618a0dc6da429 -size 13013 diff --git a/jp/manual/get-started/media/create-a-script-ide-icon.png b/jp/manual/get-started/media/create-a-script-ide-icon.png deleted file mode 100644 index e75f4cecb..000000000 --- a/jp/manual/get-started/media/create-a-script-ide-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d6f6c8094c2d8e0d014d4d4beb75d0cebc06cdaa92cc86753bfe3d39a33999c -size 645 diff --git a/jp/manual/get-started/media/create-a-script-new-asset.png b/jp/manual/get-started/media/create-a-script-new-asset.png deleted file mode 100644 index 6474d0945..000000000 --- a/jp/manual/get-started/media/create-a-script-new-asset.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7369a7c31da40cb49bed7e104bebc6303a2a37a8575a8a78baf4daa99e357ec -size 64450 diff --git a/jp/manual/get-started/media/create-a-script-new-asset.psd b/jp/manual/get-started/media/create-a-script-new-asset.psd deleted file mode 100644 index be09698c2..000000000 --- a/jp/manual/get-started/media/create-a-script-new-asset.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eefc34390b2033d4f81e9dedec1fa98c1421209a24c0d60aed883bb9b68775e -size 349071 diff --git a/jp/manual/get-started/media/create-a-script-new-script-asset-view.png b/jp/manual/get-started/media/create-a-script-new-script-asset-view.png deleted file mode 100644 index adbb9546f..000000000 --- a/jp/manual/get-started/media/create-a-script-new-script-asset-view.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1605e9f939c58d103762e5832f2fb1ddc6cd3bdfd2221ea826dbe17be4aab941 -size 22524 diff --git a/jp/manual/get-started/media/create-a-script-open-project.png b/jp/manual/get-started/media/create-a-script-open-project.png deleted file mode 100644 index 67367c076..000000000 --- a/jp/manual/get-started/media/create-a-script-open-project.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d1858449dce2f8d0b067cc270c5a82b24a81c6128de16268f168b3357030bb -size 34328 diff --git a/jp/manual/get-started/media/create-a-script-script-asset-selection.png b/jp/manual/get-started/media/create-a-script-script-asset-selection.png deleted file mode 100644 index 5c9d67e84..000000000 --- a/jp/manual/get-started/media/create-a-script-script-asset-selection.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46f0a41a4acf1aacb1d4f0acc7ecf87e573373ab6347bd7de53d84f1e41e3e2f -size 63698 diff --git a/jp/manual/get-started/media/create-a-script-script-asset-selection.psd b/jp/manual/get-started/media/create-a-script-script-asset-selection.psd deleted file mode 100644 index 808ff48e7..000000000 --- a/jp/manual/get-started/media/create-a-script-script-asset-selection.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e698e3106ae4bb82240c88be4e6de069ac9e06f9ce9c24e0df75bdf734cb0eed -size 87459 diff --git a/jp/manual/get-started/media/create-a-script-visual-studio-application.png b/jp/manual/get-started/media/create-a-script-visual-studio-application.png deleted file mode 100644 index da549c677..000000000 --- a/jp/manual/get-started/media/create-a-script-visual-studio-application.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8651ef97e40bbf7d06447a3f304f5f3bab4371e45b88e50ac70365398f17bb5 -size 58984 diff --git a/jp/manual/get-started/media/create-and-add-assets-add-asset-solution-explorer.png b/jp/manual/get-started/media/create-and-add-assets-add-asset-solution-explorer.png deleted file mode 100644 index 9e3849c30..000000000 --- a/jp/manual/get-started/media/create-and-add-assets-add-asset-solution-explorer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b33aa8ba4c101bf97e03e010dbdab2fd68fe14e2c9ebe6dafb101c906ac4e15 -size 18505 diff --git a/jp/manual/get-started/media/create-and-add-assets-add-new-asset-button.png b/jp/manual/get-started/media/create-and-add-assets-add-new-asset-button.png deleted file mode 100644 index 3998f69c0..000000000 --- a/jp/manual/get-started/media/create-and-add-assets-add-new-asset-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9753c8cd0c8a0e2ce8fcd8632b69d4660c4fb22b38ac980744cb38b46e04073e -size 3727 diff --git a/jp/manual/get-started/media/create-assets-drag-drop-select-asset-template.png b/jp/manual/get-started/media/create-assets-drag-drop-select-asset-template.png deleted file mode 100644 index c05aef1e5..000000000 --- a/jp/manual/get-started/media/create-assets-drag-drop-select-asset-template.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9cd85d755f75d3de9dacc63e3226bcd4b2862a69f194fca8dc1ddc2491c3639 -size 43440 diff --git a/jp/manual/get-started/media/create-project-create-new-game.png b/jp/manual/get-started/media/create-project-create-new-game.png deleted file mode 100644 index fb48f5af3..000000000 --- a/jp/manual/get-started/media/create-project-create-new-game.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d0bbd811b669bd773b749db585e4ca777c98ce4bae090621b6f5a358cbd204 -size 26185 diff --git a/jp/manual/get-started/media/create-project-new-open-project-samples.png b/jp/manual/get-started/media/create-project-new-open-project-samples.png deleted file mode 100644 index a130ff430..000000000 --- a/jp/manual/get-started/media/create-project-new-open-project-samples.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98a15fee0741ae88cc2abd4aba20689e1fa1fc6e6cd437c3ed5fb3b789118b73 -size 97915 diff --git a/jp/manual/get-started/media/create-project-new-open-project-window.png b/jp/manual/get-started/media/create-project-new-open-project-window.png deleted file mode 100644 index 6163a1a0e..000000000 --- a/jp/manual/get-started/media/create-project-new-open-project-window.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73226d16f2b5b68ca2438f1e15e601030dd6cef0ddf4ef8822d615a0d5299215 -size 106168 diff --git a/jp/manual/get-started/media/create-project-new-open-project-window.psd b/jp/manual/get-started/media/create-project-new-open-project-window.psd deleted file mode 100644 index a63810c85..000000000 --- a/jp/manual/get-started/media/create-project-new-open-project-window.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66a795b8be62fb4e7099d956dad3417a845d27ef8cc0378008b09722db5877fe -size 780958 diff --git a/jp/manual/get-started/media/create-project-new_open-project samples.psd b/jp/manual/get-started/media/create-project-new_open-project samples.psd deleted file mode 100644 index 6a128cab9..000000000 --- a/jp/manual/get-started/media/create-project-new_open-project samples.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c797dc2d0161ec428e58b66d8617162dec9daea5bc47937c29078862d07deab -size 556198 diff --git a/jp/manual/get-started/media/create-project-select-platform.png b/jp/manual/get-started/media/create-project-select-platform.png deleted file mode 100644 index 53cb1700a..000000000 --- a/jp/manual/get-started/media/create-project-select-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b79b532fb6f6dde274cd33a4ceb28c03c6a228e2b969437198b42b244a25d0 -size 11455 diff --git a/jp/manual/get-started/media/create-project-start.png b/jp/manual/get-started/media/create-project-start.png deleted file mode 100644 index 08c28229d..000000000 --- a/jp/manual/get-started/media/create-project-start.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2af1bafe8691f8c79514fc4aac63980359c2c125c8678145eb513467d03243f7 -size 3447 diff --git a/jp/manual/get-started/media/create-script-add-new-item-window.psd b/jp/manual/get-started/media/create-script-add-new-item-window.psd deleted file mode 100644 index b2bc38317..000000000 --- a/jp/manual/get-started/media/create-script-add-new-item-window.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c45977594b196f8d91e8910b4f17b3db0dc13a0a5241f404c18723b06f37ac5 -size 1930154 diff --git a/jp/manual/get-started/media/create-script-add-new-item.psd b/jp/manual/get-started/media/create-script-add-new-item.psd deleted file mode 100644 index b2bc38317..000000000 --- a/jp/manual/get-started/media/create-script-add-new-item.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c45977594b196f8d91e8910b4f17b3db0dc13a0a5241f404c18723b06f37ac5 -size 1930154 diff --git a/jp/manual/get-started/media/desktop.ini b/jp/manual/get-started/media/desktop.ini deleted file mode 100644 index fc545cae8..000000000 --- a/jp/manual/get-started/media/desktop.ini +++ /dev/null @@ -1,9 +0,0 @@ -[LocalizedFileNames] -filters.png=@filters.png,0 -filter-tags.png=@filter-tags.png,0 -disabled-filter-tags.png=@disabled-filter-tags.png,0 -add-filter.png=@add-filter.png,0 -<<<<<<< HEAD -asset-creation-asset-view-tab-knight.png=@asset-creation-asset-view-tab-knight.png,0 -======= ->>>>>>> hrtf diff --git a/jp/manual/get-started/media/download-stride-promt.png b/jp/manual/get-started/media/download-stride-promt.png deleted file mode 100644 index fc4f30655..000000000 --- a/jp/manual/get-started/media/download-stride-promt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76211bbc3d4617d38911ee4be47c8cd28d85967d174e2495c560a52c102ce65f -size 323842 diff --git a/jp/manual/get-started/media/file-type-workflow.png b/jp/manual/get-started/media/file-type-workflow.png deleted file mode 100644 index d0c72f136..000000000 --- a/jp/manual/get-started/media/file-type-workflow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ab16de0a7f143d421c42d40c337e739b094200aff6658861858cf1f0cefac3 -size 86375 diff --git a/jp/manual/get-started/media/filter-tags.png b/jp/manual/get-started/media/filter-tags.png deleted file mode 100644 index 084ef2be6..000000000 --- a/jp/manual/get-started/media/filter-tags.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8527d35bda68e6da15e0e6f433b4a49e903e634328b572716179b3a80f0f0e0e -size 4524 diff --git a/jp/manual/get-started/media/filters.png b/jp/manual/get-started/media/filters.png deleted file mode 100644 index 357b50a8a..000000000 --- a/jp/manual/get-started/media/filters.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8d32b2f3b78ab1bc320bcba08c88ca251fec33b901585c8e2e7d9bda700702 -size 13804 diff --git a/jp/manual/get-started/media/game-studio-installation.png b/jp/manual/get-started/media/game-studio-installation.png deleted file mode 100644 index 4a7c8c1ec..000000000 --- a/jp/manual/get-started/media/game-studio-installation.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53c1485afbf5ae8de78fdb72ad9274476d32074a42ea1af4d75bdaa11674113d -size 484332 diff --git a/jp/manual/get-started/media/game-studio-toolbar-build-button.png b/jp/manual/get-started/media/game-studio-toolbar-build-button.png deleted file mode 100644 index 3652a2910..000000000 --- a/jp/manual/get-started/media/game-studio-toolbar-build-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b01a658c2e91224c194fc2bd4aa56686594008d36cc629471e4d376168bb5f2a -size 3788 diff --git a/jp/manual/get-started/media/game-studio-view-menu.png b/jp/manual/get-started/media/game-studio-view-menu.png deleted file mode 100644 index 448cb83b3..000000000 --- a/jp/manual/get-started/media/game-studio-view-menu.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647ba5b5059a093bd0e397b6b8f5424afa92ed0d100fc792c73da9f10ba32a55 -size 8664 diff --git a/jp/manual/get-started/media/get-started.jpg b/jp/manual/get-started/media/get-started.jpg deleted file mode 100644 index cc7ee184f..000000000 --- a/jp/manual/get-started/media/get-started.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3806b52f5799a27a3df57b8da9bbea84f02b18cde7f6a2a9180d1c683c00742 -size 497988 diff --git a/jp/manual/get-started/media/get-started.png b/jp/manual/get-started/media/get-started.png deleted file mode 100644 index 708e38860..000000000 --- a/jp/manual/get-started/media/get-started.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad44960d690cbf83b8f1c1bc5b2ec7e683ee9607fc1966ea2787c6043247db8a -size 483451 diff --git a/jp/manual/get-started/media/install-stride-browse.png b/jp/manual/get-started/media/install-stride-browse.png deleted file mode 100644 index 3959afbb8..000000000 --- a/jp/manual/get-started/media/install-stride-browse.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:817692fd57d36ee01f943841c1bba024db3d6dd4504bad11137811cc8828193d -size 449 diff --git a/jp/manual/get-started/media/install-stride-create-application-shortcuts.png b/jp/manual/get-started/media/install-stride-create-application-shortcuts.png deleted file mode 100644 index c83cdbabb..000000000 --- a/jp/manual/get-started/media/install-stride-create-application-shortcuts.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:282a5ce265b5d0a9ce2079fe840464466b6c05b4ae817dc5ff55f252cc58def2 -size 18461 diff --git a/jp/manual/get-started/media/install-stride-installation-status.png b/jp/manual/get-started/media/install-stride-installation-status.png deleted file mode 100644 index 1ac5334d3..000000000 --- a/jp/manual/get-started/media/install-stride-installation-status.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2560ff8150b4bbbbee2f6cc0025c16ad32a1edd4f24cc7a404e90855ce6ac7 -size 10284 diff --git a/jp/manual/get-started/media/install-stride-installation-type.png b/jp/manual/get-started/media/install-stride-installation-type.png deleted file mode 100644 index d9f744192..000000000 --- a/jp/manual/get-started/media/install-stride-installation-type.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b89e4dd94eaa9ce4b66eaf07cc0ba2039bc35c7db8456c21c20f564766f3dbd3 -size 17783 diff --git a/jp/manual/get-started/media/install-stride-license-agreement.png b/jp/manual/get-started/media/install-stride-license-agreement.png deleted file mode 100644 index f30ec7836..000000000 --- a/jp/manual/get-started/media/install-stride-license-agreement.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfb402b8dfcfcaa2266015180bc44851a7cf0b3bafa3df93f1f14d84bbbc5013 -size 30151 diff --git a/jp/manual/get-started/media/install-stride-ready-to-install.png b/jp/manual/get-started/media/install-stride-ready-to-install.png deleted file mode 100644 index 2a9d8cc2a..000000000 --- a/jp/manual/get-started/media/install-stride-ready-to-install.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0db374aaf1440913fe8f2d4c023d027a1e05f046c696e96c5c114a8110ed9ae -size 14884 diff --git a/jp/manual/get-started/media/install-stride-select-installation-folder.png b/jp/manual/get-started/media/install-stride-select-installation-folder.png deleted file mode 100644 index 32c591b99..000000000 --- a/jp/manual/get-started/media/install-stride-select-installation-folder.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93979bc23e3e4906c71040302dc7cbba98366280d8eef95ba0f316c0a008c5d6 -size 19150 diff --git a/jp/manual/get-started/media/install-stride-setup-wizard.png b/jp/manual/get-started/media/install-stride-setup-wizard.png deleted file mode 100644 index 1a2303d01..000000000 --- a/jp/manual/get-started/media/install-stride-setup-wizard.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92ca38670bd0061bc8b0f77f42016874cecc0a625a830a713965daa06fd3caf7 -size 12926 diff --git a/jp/manual/get-started/media/install-xenko-create-application-shortcuts.psd b/jp/manual/get-started/media/install-xenko-create-application-shortcuts.psd deleted file mode 100644 index f1912fced..000000000 --- a/jp/manual/get-started/media/install-xenko-create-application-shortcuts.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a7baba487f752fb48c6efefd17f78c189bb219754a78c6e2d5649b5b09584d6 -size 314198 diff --git a/jp/manual/get-started/media/install-xenko-installation-type.psd b/jp/manual/get-started/media/install-xenko-installation-type.psd deleted file mode 100644 index 16d800915..000000000 --- a/jp/manual/get-started/media/install-xenko-installation-type.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:165f07e64918ebb0a72dc5b9706a80859711b6cfd0bd6e295ce5b3f798b65416 -size 254636 diff --git a/jp/manual/get-started/media/install-xenko-license-agreement.psd b/jp/manual/get-started/media/install-xenko-license-agreement.psd deleted file mode 100644 index 7f6b13f67..000000000 --- a/jp/manual/get-started/media/install-xenko-license-agreement.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c8549fc2e0e8855660fc3e18ce74b68057327cf8e874c817e8de3ca5b0e79fc -size 641511 diff --git a/jp/manual/get-started/media/install-xenko-ready-to-install.psd b/jp/manual/get-started/media/install-xenko-ready-to-install.psd deleted file mode 100644 index 7fe230f7e..000000000 --- a/jp/manual/get-started/media/install-xenko-ready-to-install.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee5253a60470cb552f9c42b05f7348ca8606d0c67b53ee5f6fd9640eed135f6 -size 148691 diff --git a/jp/manual/get-started/media/install-xenko-select-installation-folder.psd b/jp/manual/get-started/media/install-xenko-select-installation-folder.psd deleted file mode 100644 index 7b9080578..000000000 --- a/jp/manual/get-started/media/install-xenko-select-installation-folder.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2469de9b0ca38ae3108335208b1f24602c4cb54b4d738a880573581668aa8e14 -size 251090 diff --git a/jp/manual/get-started/media/install-xenko-setup-wizard.psd b/jp/manual/get-started/media/install-xenko-setup-wizard.psd deleted file mode 100644 index 8b9a6fb0f..000000000 --- a/jp/manual/get-started/media/install-xenko-setup-wizard.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2576867571e5456840daba5655d78386a7e33814237205dc9f4f5b64ed4d30a -size 177074 diff --git a/jp/manual/get-started/media/interact-with-community.png b/jp/manual/get-started/media/interact-with-community.png deleted file mode 100644 index d21bc43d5..000000000 --- a/jp/manual/get-started/media/interact-with-community.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a836a7642ef7ea7b5d3f2739e9f368108415a966f46052a0593fa44be809f7a2 -size 22465 diff --git a/jp/manual/get-started/media/launch-your-game-IDE-icon.png b/jp/manual/get-started/media/launch-your-game-IDE-icon.png deleted file mode 100644 index 048b121be..000000000 --- a/jp/manual/get-started/media/launch-your-game-IDE-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39460ab32e9a9f33d4c15cfe950abde8268783e321fdc1f123bf545af073ca54 -size 311 diff --git a/jp/manual/get-started/media/launch-your-game-build-icon.png b/jp/manual/get-started/media/launch-your-game-build-icon.png deleted file mode 100644 index 65d4dea5d..000000000 --- a/jp/manual/get-started/media/launch-your-game-build-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:450f1cac12069299068e538a92b89d93962a87e17ac5a16ae797f9503eaf24b1 -size 635 diff --git a/jp/manual/get-started/media/launch-your-game-game-studio-profiles.png b/jp/manual/get-started/media/launch-your-game-game-studio-profiles.png deleted file mode 100644 index 03364c459..000000000 --- a/jp/manual/get-started/media/launch-your-game-game-studio-profiles.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdb1c838ce91cbd3ccdc06462ce8ccf441dc8f9fbb36db226e1e43713ac9bfc3 -size 5694 diff --git a/jp/manual/get-started/media/launch-your-game-live-scripting-icon.png b/jp/manual/get-started/media/launch-your-game-live-scripting-icon.png deleted file mode 100644 index a9287623c..000000000 --- a/jp/manual/get-started/media/launch-your-game-live-scripting-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f18fe3babb8de88fb99d85336f154dc1a9520883fea85bca4a93143874594718 -size 741 diff --git a/jp/manual/get-started/media/launch-your-game-mygame-running.png b/jp/manual/get-started/media/launch-your-game-mygame-running.png deleted file mode 100644 index 2a43d37e7..000000000 --- a/jp/manual/get-started/media/launch-your-game-mygame-running.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5afd3a5237d98ff5922f614191e9720791ad23ab15d025c933b4bd884cf5092 -size 133682 diff --git a/jp/manual/get-started/media/launch-your-game-platform-list.png b/jp/manual/get-started/media/launch-your-game-platform-list.png deleted file mode 100644 index cef68f7fa..000000000 --- a/jp/manual/get-started/media/launch-your-game-platform-list.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc92e5b5b1876822aec80614690a16340732a1546251debb878231de172f01c4 -size 4563 diff --git a/jp/manual/get-started/media/launch-your-game-play-icon.png b/jp/manual/get-started/media/launch-your-game-play-icon.png deleted file mode 100644 index 0096afa48..000000000 --- a/jp/manual/get-started/media/launch-your-game-play-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c054ef1bad97a4c77b9808cc9b6ef30add4fd026adc093131fa930886e0c02e -size 403 diff --git a/jp/manual/get-started/media/launch-your-game-select-platform.png b/jp/manual/get-started/media/launch-your-game-select-platform.png deleted file mode 100644 index 04e7d2ff8..000000000 --- a/jp/manual/get-started/media/launch-your-game-select-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f16018a1309b10238eedd3e657ddb2e504e0c6fc53cb390874a8c497b2379936 -size 217187 diff --git a/jp/manual/get-started/media/launch-your-game-start-button.png b/jp/manual/get-started/media/launch-your-game-start-button.png deleted file mode 100644 index d5be6618e..000000000 --- a/jp/manual/get-started/media/launch-your-game-start-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edf8e70d4578bbbbaab4bd3291cdad6487615b783d44f3db4d6dd6aff66d3dad -size 3314 diff --git a/jp/manual/get-started/media/launch-your-game-visual-studio-profiles.png b/jp/manual/get-started/media/launch-your-game-visual-studio-profiles.png deleted file mode 100644 index 62b8f7783..000000000 --- a/jp/manual/get-started/media/launch-your-game-visual-studio-profiles.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:527110cea0c30003bde020ead2ed3371de7d8eec72f471b4b77985d4b6979659 -size 1269 diff --git a/jp/manual/get-started/media/launch-your-game-windows-icon.png b/jp/manual/get-started/media/launch-your-game-windows-icon.png deleted file mode 100644 index 8d86610ed..000000000 --- a/jp/manual/get-started/media/launch-your-game-windows-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a59c8b0b6815843eca5edb23cc6aad15bc8c5a87c4bccaa854a84ab5b9b05d77 -size 3989 diff --git a/jp/manual/get-started/media/manage-assets-exclude-asset.png b/jp/manual/get-started/media/manage-assets-exclude-asset.png deleted file mode 100644 index 810d3589c..000000000 --- a/jp/manual/get-started/media/manage-assets-exclude-asset.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a8d9d5e87a57f3956f837fc49a59020a164305ebfef997751fce42b53211288 -size 5215 diff --git a/jp/manual/get-started/media/manage-assets-include-asset.png b/jp/manual/get-started/media/manage-assets-include-asset.png deleted file mode 100644 index 9cff8fefd..000000000 --- a/jp/manual/get-started/media/manage-assets-include-asset.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae085eb0462be8c6bc287fd6d09d1123143b38e88c33b1c6dd379505c0c8d8f5 -size 5299 diff --git a/jp/manual/get-started/media/manage-assets-organized-project.png b/jp/manual/get-started/media/manage-assets-organized-project.png deleted file mode 100644 index 8127cf0c2..000000000 --- a/jp/manual/get-started/media/manage-assets-organized-project.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86b529b30d1582b8d09552eca332e7b0db48d10e98fa2142e794c551df66b51 -size 21045 diff --git a/jp/manual/get-started/media/manage-assets-reference-asset.png b/jp/manual/get-started/media/manage-assets-reference-asset.png deleted file mode 100644 index 234fbc510..000000000 --- a/jp/manual/get-started/media/manage-assets-reference-asset.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e22da7c6e2febffa3a94bd652581999a36223247b1c72058e9f29e26aef66da0 -size 5272 diff --git a/jp/manual/get-started/media/manage-assets-scene-editor.png b/jp/manual/get-started/media/manage-assets-scene-editor.png deleted file mode 100644 index 4d475dc27..000000000 --- a/jp/manual/get-started/media/manage-assets-scene-editor.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12bd1ba39cd3f4dd9c063e66a910f5edc9e46eb12559aa60999206893172a3e1 -size 520193 diff --git a/jp/manual/get-started/media/navigate-in-scene-focus-on-entity-using-f-key.mp4 b/jp/manual/get-started/media/navigate-in-scene-focus-on-entity-using-f-key.mp4 deleted file mode 100644 index 913b1134a..000000000 --- a/jp/manual/get-started/media/navigate-in-scene-focus-on-entity-using-f-key.mp4 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b4f22f8f7b0dda7653512245663058055aca43022775fd0d29fc035089d3411 -size 203184 diff --git a/jp/manual/get-started/media/navigate-in-scene-focus-on-entity-using-f-key.psd b/jp/manual/get-started/media/navigate-in-scene-focus-on-entity-using-f-key.psd deleted file mode 100644 index a394380d0..000000000 --- a/jp/manual/get-started/media/navigate-in-scene-focus-on-entity-using-f-key.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc24382b01ea93783edd0cba8d71b026e8f5874a9c284dd66a3a0d2a63eb85bd -size 3327945 diff --git a/jp/manual/get-started/media/navigate-in-scene-switch-projection-mode.mp4 b/jp/manual/get-started/media/navigate-in-scene-switch-projection-mode.mp4 deleted file mode 100644 index 1e91f0e84..000000000 --- a/jp/manual/get-started/media/navigate-in-scene-switch-projection-mode.mp4 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dfa18a08413283acef9e3b3606ed3eeb02c9dc919376d1e5d8d2098e2e91b09 -size 90772 diff --git a/jp/manual/get-started/media/navigate-in-scene-switch-projection-mode.psd b/jp/manual/get-started/media/navigate-in-scene-switch-projection-mode.psd deleted file mode 100644 index b25a24be8..000000000 --- a/jp/manual/get-started/media/navigate-in-scene-switch-projection-mode.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65dff3940eb4c5e3d764acb1f9d924944d2f4a5f1527ebd09eccafbfca346a81 -size 2338239 diff --git a/jp/manual/get-started/media/output-window.png b/jp/manual/get-started/media/output-window.png deleted file mode 100644 index b1851b674..000000000 --- a/jp/manual/get-started/media/output-window.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a5237c77c76115403b916576129f177f560136ab4af24624c476b57d35434fc -size 24029 diff --git a/jp/manual/get-started/media/perspective-orthographic-diagram.png b/jp/manual/get-started/media/perspective-orthographic-diagram.png deleted file mode 100644 index 6ffd7d99d..000000000 --- a/jp/manual/get-started/media/perspective-orthographic-diagram.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc2056dd92da954ffc10101d7e524752825997f2cca8b8fbce03c21d754fa45c -size 58833 diff --git a/jp/manual/get-started/media/perspective-orthographic-diagram.psd b/jp/manual/get-started/media/perspective-orthographic-diagram.psd deleted file mode 100644 index df4b021cc..000000000 --- a/jp/manual/get-started/media/perspective-orthographic-diagram.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca4f350400b3f558a3ad745c6c97ce07a50bbc0920e6efa0f4cc89ffbf45a4e -size 534346 diff --git a/jp/manual/get-started/media/prerequisites-installer.png b/jp/manual/get-started/media/prerequisites-installer.png deleted file mode 100644 index a2f6f8b0d..000000000 --- a/jp/manual/get-started/media/prerequisites-installer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24896f3ec0330ce10f5cb0cac6c9d7ce54379fc5e6944165a950663d561ea806 -size 14086 diff --git a/jp/manual/get-started/media/prerequsites-installer2.png b/jp/manual/get-started/media/prerequsites-installer2.png deleted file mode 100644 index 9ba1ca5d7..000000000 --- a/jp/manual/get-started/media/prerequsites-installer2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fc7132ffe2094e79dc4a2f20eaedef841140889c1f642320e8e47ffac1967c3 -size 20986 diff --git a/jp/manual/get-started/media/reinstall-extension.png b/jp/manual/get-started/media/reinstall-extension.png deleted file mode 100644 index 451947aa7..000000000 --- a/jp/manual/get-started/media/reinstall-extension.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b534af131e746815e09e8a6530247b3b58b6c34e10f1af3879535b3a6a8c498 -size 311601 diff --git a/jp/manual/get-started/media/sample-project-directory-structure.png b/jp/manual/get-started/media/sample-project-directory-structure.png deleted file mode 100644 index 7c41f59a1..000000000 --- a/jp/manual/get-started/media/sample-project-directory-structure.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0226c2d22b0471678862a702d4cd4d08c7864bb5a957d223e553423ce13231b -size 5687 diff --git a/jp/manual/get-started/media/script-wizard.png b/jp/manual/get-started/media/script-wizard.png deleted file mode 100644 index 999f0558e..000000000 --- a/jp/manual/get-started/media/script-wizard.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6bd7e9c9744c78a33aad2ec7357589334df3c6a2cfff65209af30f5e5d525b6 -size 5678 diff --git a/jp/manual/get-started/media/scripting-in-xenko-change-value-public-field.psd b/jp/manual/get-started/media/scripting-in-xenko-change-value-public-field.psd deleted file mode 100644 index 0b5d80fb5..000000000 --- a/jp/manual/get-started/media/scripting-in-xenko-change-value-public-field.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07bb326eaea95a11495a4e4e0534b500dcf0c1a811c85698ebed8402cb14eaf7 -size 136090 diff --git a/jp/manual/get-started/media/scripting-in-xenko-select-public-field.psd b/jp/manual/get-started/media/scripting-in-xenko-select-public-field.psd deleted file mode 100644 index 6061268ff..000000000 --- a/jp/manual/get-started/media/scripting-in-xenko-select-public-field.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf8b6af9bf93cc02ebfa2eebfa478ea1e47eaf4cbf67e7a0fca65845a51e924 -size 105334 diff --git a/jp/manual/get-started/media/scripting-select-public-field.psd b/jp/manual/get-started/media/scripting-select-public-field.psd deleted file mode 100644 index 84c2f2a1e..000000000 --- a/jp/manual/get-started/media/scripting-select-public-field.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ccf2ce83a03430e9b6b8999bb164e637e374cf2fd3f40dbcf8cf76640d0d250 -size 98644 diff --git a/jp/manual/get-started/media/scripting_intro.png b/jp/manual/get-started/media/scripting_intro.png deleted file mode 100644 index c9ae7cc6f..000000000 --- a/jp/manual/get-started/media/scripting_intro.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d554a0618f01050bac475be99ab9fa1f538c34c2e9f16125f161c378a292f06 -size 187582 diff --git a/jp/manual/get-started/media/scripting_intro.psd b/jp/manual/get-started/media/scripting_intro.psd deleted file mode 100644 index fe083f9b3..000000000 --- a/jp/manual/get-started/media/scripting_intro.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab8c0ef9ef9a42389602c3a0c21ce53734f194fc54f70244144f114f92abf7a8 -size 1384470 diff --git a/jp/manual/get-started/media/scripts-in-stride-change-value-public-property.png b/jp/manual/get-started/media/scripts-in-stride-change-value-public-property.png deleted file mode 100644 index 51a625ea7..000000000 --- a/jp/manual/get-started/media/scripts-in-stride-change-value-public-property.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:794eb6be0ede7792fe8b32f8990d2ea1e6f04453958e5cca9ae22cd1027ed57d -size 5172 diff --git a/jp/manual/get-started/media/scripts-in-stride-public-property-with-datamemberignore.png b/jp/manual/get-started/media/scripts-in-stride-public-property-with-datamemberignore.png deleted file mode 100644 index d40051b4f..000000000 --- a/jp/manual/get-started/media/scripts-in-stride-public-property-with-datamemberignore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a68c41b643ed4602536949ca5683357b6aaf147247287aa9b8cc7a0428e6b73 -size 3805 diff --git a/jp/manual/get-started/media/scripts-in-stride-select-public-property.png b/jp/manual/get-started/media/scripts-in-stride-select-public-property.png deleted file mode 100644 index 7a496f2e2..000000000 --- a/jp/manual/get-started/media/scripts-in-stride-select-public-property.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46964605df3c7db0c944b50e4cca672a31e3bb32a445384b66e1055a226c1850 -size 12402 diff --git a/jp/manual/get-started/media/stride-launcher-getting-started-news.png b/jp/manual/get-started/media/stride-launcher-getting-started-news.png deleted file mode 100644 index fcd7ece08..000000000 --- a/jp/manual/get-started/media/stride-launcher-getting-started-news.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24516572b6605cea62c2645c85c3d2faf56c05c91e1216c70ec3e5658135cf3 -size 50967 diff --git a/jp/manual/get-started/media/stride-launcher-interacting-options.png b/jp/manual/get-started/media/stride-launcher-interacting-options.png deleted file mode 100644 index debb3dcc0..000000000 --- a/jp/manual/get-started/media/stride-launcher-interacting-options.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f8ec55c930b4bab65cce3b18330e9119107c872552d28eeeb644f0ffe5ee424 -size 18505 diff --git a/jp/manual/get-started/media/stride-launcher-interface.png b/jp/manual/get-started/media/stride-launcher-interface.png deleted file mode 100644 index 81ec744d5..000000000 --- a/jp/manual/get-started/media/stride-launcher-interface.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:010d17eca8bc6f5fa2be0dd4d16da23410eb5b34be2ef58a4d8de97f17ba41d7 -size 314298 diff --git a/jp/manual/get-started/media/stride-launcher-projects-section.png b/jp/manual/get-started/media/stride-launcher-projects-section.png deleted file mode 100644 index 6530a6604..000000000 --- a/jp/manual/get-started/media/stride-launcher-projects-section.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c83b76c66f41c9dc8c0233642145f771c07c8080e8d61d985ac2cc9ce088d504 -size 95209 diff --git a/jp/manual/get-started/media/stride-launcher-start-button.png b/jp/manual/get-started/media/stride-launcher-start-button.png deleted file mode 100644 index 4fb6089f7..000000000 --- a/jp/manual/get-started/media/stride-launcher-start-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cd0aa820400f4cba98ba5051a0e06ab97c323c33168e3eb533f6686e64046d4 -size 10025 diff --git a/jp/manual/get-started/media/stride-launcher-visual-studio-plugin.png b/jp/manual/get-started/media/stride-launcher-visual-studio-plugin.png deleted file mode 100644 index 6b97894e7..000000000 --- a/jp/manual/get-started/media/stride-launcher-visual-studio-plugin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfb7e25d4af750ccc1326fe1da2097428a639e0dfafb1a859951152ce4b81cd2 -size 17713 diff --git a/jp/manual/get-started/media/stride-poster-image-640by480.png b/jp/manual/get-started/media/stride-poster-image-640by480.png deleted file mode 100644 index 7be4b6e4c..000000000 --- a/jp/manual/get-started/media/stride-poster-image-640by480.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a4bb5c2e4abf4b7483c2a9ba8d18ffe819b0370bdcb59bf48d0ea605a465a9b -size 152434 diff --git a/jp/manual/get-started/media/use-a-script-attach-script-in-property-grid-section.png b/jp/manual/get-started/media/use-a-script-attach-script-in-property-grid-section.png deleted file mode 100644 index 4a98dbc82..000000000 --- a/jp/manual/get-started/media/use-a-script-attach-script-in-property-grid-section.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c29b954b1c6cfc063cf24c0b1eedb8a7c3b503801c8841a7f31b5978165be544 -size 17538 diff --git a/jp/manual/get-started/media/use-a-script-play-icon.png b/jp/manual/get-started/media/use-a-script-play-icon.png deleted file mode 100644 index 231208888..000000000 --- a/jp/manual/get-started/media/use-a-script-play-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e1933338dda6d4b6dee971ca6c3ecf23f8f861f4eb45ef5888b2d16e5b20b3 -size 489 diff --git a/jp/manual/get-started/media/use-assets-asset-picker-dock.png b/jp/manual/get-started/media/use-assets-asset-picker-dock.png deleted file mode 100644 index 041e13a1f..000000000 --- a/jp/manual/get-started/media/use-assets-asset-picker-dock.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c01a08b6a4b1068882c0172f6d285ec56612ba59b02c578279c3518bba6914b6 -size 2523 diff --git a/jp/manual/get-started/media/use-assets-asset-picker.png b/jp/manual/get-started/media/use-assets-asset-picker.png deleted file mode 100644 index c124ab30c..000000000 --- a/jp/manual/get-started/media/use-assets-asset-picker.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fbfe0cdcc24bd07951bc6908b208fb1cbf2983553a304523f630bfe1fe4beca -size 103373 diff --git a/jp/manual/get-started/media/use-assets-drag-and-drop.png b/jp/manual/get-started/media/use-assets-drag-and-drop.png deleted file mode 100644 index a5c129c01..000000000 --- a/jp/manual/get-started/media/use-assets-drag-and-drop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abd198f924e54e2897c00899a7ffecf611c2205e5278b5c250be53259e57c73b -size 133275 diff --git a/jp/manual/get-started/media/use-assets-eraser.png b/jp/manual/get-started/media/use-assets-eraser.png deleted file mode 100644 index 21eda22af..000000000 --- a/jp/manual/get-started/media/use-assets-eraser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dde3247f75f9bbaf1f57d84a7ca93f29265bc6319d3489cd23accbc429574fd -size 702 diff --git a/jp/manual/get-started/media/use-assets-hand-icon.png b/jp/manual/get-started/media/use-assets-hand-icon.png deleted file mode 100644 index 3a253646d..000000000 --- a/jp/manual/get-started/media/use-assets-hand-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86347b7ce9cbaae04e3c64c33ac15df70c46a62f951459b876f2856c1378e32e -size 665 diff --git a/jp/manual/get-started/media/use-assets-reference-added.png b/jp/manual/get-started/media/use-assets-reference-added.png deleted file mode 100644 index f33728862..000000000 --- a/jp/manual/get-started/media/use-assets-reference-added.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6cfee92c9845c602c3223c95981790005f667cc3f920f1c7bece1dfefe2b388 -size 7793 diff --git a/jp/manual/get-started/media/use-assets-references-tab.png b/jp/manual/get-started/media/use-assets-references-tab.png deleted file mode 100644 index 188ba7c02..000000000 --- a/jp/manual/get-started/media/use-assets-references-tab.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab5a398d8ef579bb00294e17e1bd9fb4ca1b30bd0ebc8a0a1630b353d5cc7b3f -size 21424 diff --git a/jp/manual/get-started/media/visual-studio-start-button.png b/jp/manual/get-started/media/visual-studio-start-button.png deleted file mode 100644 index 11a92094b..000000000 --- a/jp/manual/get-started/media/visual-studio-start-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:601c5011d3c7157e189d159a02437b531571d543f2e8de258b53b58a9e74d3b5 -size 6467 diff --git a/jp/manual/get-started/media/with-borders.jpg b/jp/manual/get-started/media/with-borders.jpg deleted file mode 100644 index 2b660b4b5..000000000 --- a/jp/manual/get-started/media/with-borders.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c741fdc2095af560f9a85d1168840fb1882aa85dc1e328cd7ad8967510c0848 -size 66874 diff --git a/jp/manual/get-started/media/with-borders.png b/jp/manual/get-started/media/with-borders.png deleted file mode 100644 index 281a971f2..000000000 --- a/jp/manual/get-started/media/with-borders.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f6952cc227238127370175850ae64abde3c6e15c5e3826f915789a7484d5ad3 -size 231011 diff --git a/jp/manual/get-started/media/without-borders.jpg b/jp/manual/get-started/media/without-borders.jpg deleted file mode 100644 index 3a2d26e26..000000000 --- a/jp/manual/get-started/media/without-borders.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a10e2d2c89565b8b5edb7d343c95f009e8ae9aa4b7c815b68ed26fd8f215958 -size 47143 diff --git a/jp/manual/get-started/media/xenko-launcher-getting-started-news.psd b/jp/manual/get-started/media/xenko-launcher-getting-started-news.psd deleted file mode 100644 index dedc0114d..000000000 --- a/jp/manual/get-started/media/xenko-launcher-getting-started-news.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:665985c706005a60e131370e98acd1b579d9700ca17d84aeb741cf56d57b29d3 -size 373614 diff --git a/jp/manual/get-started/media/xenko-launcher-interface.psd b/jp/manual/get-started/media/xenko-launcher-interface.psd deleted file mode 100644 index b4b0bedde..000000000 --- a/jp/manual/get-started/media/xenko-launcher-interface.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe9b512c71efa1282031074cd4c8c8f94a98167a045b2e1096cc31002fb2d15 -size 7503265 diff --git a/jp/manual/get-started/media/xenko-launcher-projects-section.psd b/jp/manual/get-started/media/xenko-launcher-projects-section.psd deleted file mode 100644 index 6f2a6ac54..000000000 --- a/jp/manual/get-started/media/xenko-launcher-projects-section.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0606c83c8c4afc5998b6af6b942f64d748ddba358d84e2c24833a94c4b0a1487 -size 966403 diff --git a/jp/manual/get-started/media/xenko-launcher-various versions .psd b/jp/manual/get-started/media/xenko-launcher-various versions .psd deleted file mode 100644 index 839c2cfb8..000000000 --- a/jp/manual/get-started/media/xenko-launcher-various versions .psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e54a93f249e89761997c524ba3e015dd075cf313c83b77e84b464abf9a9b561e -size 555967 diff --git a/jp/manual/get-started/media/xenko-launcher-visual-studio-plugin.psd b/jp/manual/get-started/media/xenko-launcher-visual-studio-plugin.psd deleted file mode 100644 index 86b0c8f2d..000000000 --- a/jp/manual/get-started/media/xenko-launcher-visual-studio-plugin.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e4c0dfbe9f08db6d51c9deb9c521cbe4e593e8a90598a08b176e1bb29a721a -size 489322 diff --git a/jp/manual/get-started/media/xenko-poster-image-640by480.psd b/jp/manual/get-started/media/xenko-poster-image-640by480.psd deleted file mode 100644 index dddd54b80..000000000 --- a/jp/manual/get-started/media/xenko-poster-image-640by480.psd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9483f75a2814f164fe58f38de56c881776d9d878b20c015d5c8c4bcd71f25565 -size 4760852 diff --git a/jp/manual/get-started/visual-studio-extension.md b/jp/manual/get-started/visual-studio-extension.md deleted file mode 100644 index 7dff2a308..000000000 --- a/jp/manual/get-started/visual-studio-extension.md +++ /dev/null @@ -1,21 +0,0 @@ -# Visual Studio 拡張機能 - -初級 - -**Stride Visual Studio 拡張機能**では、構文の強調表示、ライブ コード検証、エラー チェック、およびナビゲーションが追加されます。また、[Visual Studio から直接シェーダーを編集する](../graphics/effects-and-shaders/custom-shaders.md)こともできます。 - -拡張機能をインストールしなくても Stride を使用できますが、プログラマーの場合は特に、インストールすることをお勧めします。 - -## Stride Visual Studio 拡張機能をインストールする - -[Stride をインストールする](install-stride.md)とき、Visual Studio 拡張機能をインストールするかどうかを尋ねられます。 - -![Install extension](media/install-VS-plug-in-prompt.png) - -または、Stride Launcher の[Plug-in]で、いつでも拡張機能をインストールまたは再インストールできます。 - -![Reinstall extension](media/reinstall-extension.png) - -## 関連項目 - -* [カスタム シェーダー](../graphics/effects-and-shaders/custom-shaders.md) diff --git a/jp/manual/index.md b/jp/manual/index.md index d9c78e28c..a4eb91cb4 100644 --- a/jp/manual/index.md +++ b/jp/manual/index.md @@ -6,9 +6,9 @@ _navRel: ../toc.html _tocTitle: 'Manual' --- -# Stride 4.0 マニュアル +# Stride マニュアル ![マニュアル](get-started/media/game-editor-scene.jpg) @@ -18,51 +18,12 @@ _tocTitle: 'Manual' These pages contain information about how to use Stride, an open-source C# game engine. --> ->[!Note] ->Stride のマニュアルは現在作成中であり、定期的に新しい内容に更新されています。ドキュメントの更新については、[Twitter の Stride アカウント](https://twitter.com/stridedotnet)をフォローしてください。 - - ## 最新のドキュメント -* New [パッケージング(NuGet)](nuget/index.md) - -* New [ビデオ](video/index.md) - -* New [キャッシュされたファイル](files-and-folders/cached-files.md) - -* New [iOS](platforms/ios.md) - -* New [シェーダーのコンパイル](graphics/effects-and-shaders/compile-shaders.md) - -* Updated [スカイボックスと背景](graphics/textures/skyboxes-and-backgrounds.md) - -* Updated [モデルファイルを使ったカメラのアニメーション](graphics/cameras/animate-a-camera-with-a-model-file.md) - -* Updated [マテリアル スロット](graphics/materials/material-slots.md) - - +[!INCLUDE [docs-changes-recent](../includes/docs-changes-recent.md)] ## ドキュメントの改善について - -1. PC と Mac に Xamarin がインストールされていることを確認します。Xamarin のインストールとセットアップの手順については、Xamarin のドキュメントを参照してください。 - - * [Visual Studio 2019 での Xamarin のインストール](https://docs.microsoft.com/ja-jp/xamarin/get-started/installation/windows) - - * [Xamarin.iOS 開発のために Mac とペアリングする](https://docs.microsoft.com/ja-jp/xamarin/ios/get-started/installation/windows/connecting-to-mac/) - -2. iOS がプロビジョニングされていることを確認します。手順については、Xamarin ドキュメントの [Xamarin.iOS のデバイス プロビジョニング](https://docs.microsoft.com/ja-jp/xamarin/ios/get-started/installation/device-provisioning/) を参照してください。 - -3. iOS プラットフォームが自身の Stride プロジェクトに追加されていることを確認します。追加するには、Game Studio でソリューションを右クリックし、[**Update package**] > [**Update platforms**] を選択して **iOS** をオンにします。 - - ![Add iOS](media/add-ios-platform.png) - - Game Studio でプラットフォームを追加する手順の詳細については、[プラットフォームの追加と削除](add-or-remove-a-platform.md) を参照してください。 - -4. Visual Studio で、自身のソリューションを開きます。 - - >[!Tip] - > Game Studio から Visual Studio でプロジェクトを開くには、Game Studio のツールバーにある ![Open in IDE](../scripts/media/launch-your-game-ide-icon.png) (**Open in IDE**) をクリックします。 - -5. Visual Studio のツールバーにある ![Xamarin button](media/xamarin-button.png) をクリックします。 - - ![Connect to Xamarin](media/xamarin-button-in-toolbar.png) - - すると、**Xamarin Agent** が開きます。 - - ![Xamarin agent](media/xamarin-agent.png) - -6. Xamarin 経由で Mac に接続します。手順については、Xamarin ドキュメントの [Xamarin.iOS for Visual Studio の概要](https://docs.microsoft.com/ja-jp/xamarin/ios/get-started/installation/windows/introduction-to-xamarin-ios-for-visual-studio) を参照してください。 - -7. **ソリューションエクスプローラー** で、プロジェクトを右クリックし、[**スタートアップ プロジェクトに設定**] を選択します。 - - ![Set as startup](media/set-ios-as-startup-project.png) - -8. **ソリューションエクスプローラー** のメニューから [**iPhone**] を選択して、物理 iOS デバイス(iPad を含む)でビルドするか、あるいは [**iPhoneSimulator**] を選択してシミュレーター用にビルドします。シミュレーターはあなたのマシン上で iOS デバイスをエミュレートしますが、難点がいくつかあります(後述)。 - - ![Solution platform](media/solution-platform.png) - -9. Visual Studio のツールバーから、ビルドしたい iOS デバイスを選択します。 - - ![Select device](media/select-ios-device-dropdown.png) - -10. **ソリューションエクスプローラー** から、`info.plist` を開きます。 - - ![Select info file](media/info-plist.png) - -11. リリースビルドを作成したい場合には、[**bundle identifier**] を設定します。これは、あなたのアプリケーション用の一意な ID です。 - - ![Select bundle ID](media/bundle-identifier.png) - -12. iPad にもデプロイしたい場合には、[**Targeted device family**] の下の ![Add device icon](media/add-device-icon.png) をクリックします。 - - ![Added iPad](media/ipad-device-added.png) - - - -## iOS デバイスでのビルドの高速化 - - -iOS デバイスでのビルドには時間がかかります。以下がその理由です。 - - -* Mac では、さまざまなデバイスに対応したコードを事前に作成する必要があります(AOT)。 - -* Apple のサンドボックスシステムでは、パッケージを段階的に更新することができないため、Mac では変更のたびにアプリケーションをデバイスにまるごとデプロイし直す必要があります。 - - - -より高速にコードをコンパイルするには、ソリューションエクスプローラーで iOS プロジェクトを右クリックし、[**プロパティ**] を選択します。 - - -![Project properties](media/ios-project-properties.png) - -* [**Linker Behavior**] > [**Don't link**] を選択します。 -* [**Supported Architectures**] から、デバッグデバイスのアーキテクチャーだけを選択します。 -* [**Strip native debugging symbols**] を無効にします。 -* [**incremental builds**] を有効にします(ある実行から別の実行へと変化できるコードは、AOT だけです)。 - - - -詳細については、Xamarin ドキュメントの [iOS ビルドのしくみ](https://docs.microsoft.com/ja-jp/xamarin/ios/deploy-test/ios-build-mechanics?tabs=windows) を参照してください。プロファイリングについては、Xamarinドキュメントの [Instruments を使用した Xamarin.iOS アプリケーションのプロファイリング]( -https://docs.microsoft.com/ja-jp/xamarin/ios/deploy-test/using-instruments-to-detect-native-leaks-using-markheap) を参照してください。 - - -毎回の再デプロイを高速化するために、デバッグパッケージをできるだけ小さくします。 - - -* Game Studio で、プロジェクトに含まれる [テクスチャー](../graphics/textures/index.md)の**サイズ** を削減します。 - -* 不要なアセットバンドルを削除します。 - -* シーンを同時にロードするのではなく、1 つずつテストします。 - -* 実デバイスの代わりに、**iPhoneシミュレーター**でアプリケーションをデバッグすることができます。ただし、シミュレーター上では実行速度が遅く、また、レンダリング時にいくつかのアーティファクトが発生するため、リアルタイムグラフィックスのデバッグに使用することはお勧めできません。 - - - -## iOS でシェーダーをコンパイルする - - -iPhone デバイスで Stride シェーダーを OpenGL シェーダーに変換するのには時間がかかるので、リモートで(つまり Game Studio で)変換することをお勧めします。 - - -おすすめのワークフローは次の通りです。 - - -1. Windows でアプリを実行します。シェーダーのパーミュテーション(不要な機能を生成しないようにしたバージョン)が作成されます。 - - ![New effects](../graphics/effects-and-shaders/media/new-effects-to-import.png) - -2. Game Studio で新しいシェーダーをインポートします。これにより、エフェクトログが生成されます。 - - ![Effect log](../graphics/effects-and-shaders/media/effect-log.png) - -3. iOS 上で、ゲームを保存し、実行します。 - - - -理想的には、すべてのシェーダーのパーミュテーションをリモートで作成するので、デバイス上で変換する必要はありません。しかし、サポートされている画面解像度などの違いにより、新しいパーミュテーションが発生する可能性があります。iOS でシェーダーをリモートでコンパイルする方法などの詳細は、[シェーダーのコンパイル](../graphics/effects-and-shaders/compile-shaders.md)を参照してください。 - - -## 関連項目 - - -* [Xamarin.iOS(Xamarin ドキュメント)](https://docs.microsoft.com/ja-jp/xamarin/ios/) -* [シェーダーのコンパイル](../graphics/effects-and-shaders/compile-shaders.md) - - diff --git a/jp/manual/platforms/linux/create-a-linux-game.md b/jp/manual/platforms/linux/create-a-linux-game.md deleted file mode 100644 index 342ce0362..000000000 --- a/jp/manual/platforms/linux/create-a-linux-game.md +++ /dev/null @@ -1,93 +0,0 @@ -# Linux 用ゲームの作成 - ->[!NOTE] ->以下の説明を読む前に、「[Linux - セットアップと要件](setup-and-requirements.md)」の説明に従ってください。 - -1. Stride Launcher で、新しいゲームを作成し、ターゲット プラットフォームとして Linux を選択します。 - - ![New Game](media/platform_choice.png) - -2. Game Studio のプラットフォーム メニューで[Linux]を選択します。 - - ![Platform Selector](media/platform_selector.png) - -3. **F5** キーを押し、プロジェクトをビルドして実行します。 - -4. プロジェクトを初めて実行するときは、Linux ホストに関する情報を入力します。 - - ![Credential Dialog](media/default_credential_dialog.png) - - 次のように情報を入力します。 - - ![Filled Credential Dialog](media/filled_credential_dialog.png) - -5. [Test settings]をクリックして資格情報をテストします。 - - エラーが発生した場合は、次のように表示されます。 - - ![Invalid Settings](media/unreachable_host.png) - - 資格情報が正しい場合は、次のように表示されます。 - - ![Success](media/successful_login.png) - - [OK]ボタンをクリックして続行します。 - - Linux ホストの指定した場所のサブディレクトリに、ファイルがコピーされます。サブディレクトリの名前は、ゲームの名前です。 - - 問題がある場合は、[Output]ペインで詳細を確認します。 - -## 設定 - -資格情報は[Settings]ダイアログで保存されます。 - -![Settings Dialog](media/remote_settings.png) - -パスワードは、現在のユーザーに対して Microsoft *System.Security.Cryptograph.ProtectedData.Protect* メソッドを使用して暗号化され、[Settings]には Base64 で保存されたものが表示されます。[Settings]ダイアログでパスワードを変更することはできません。 - -ゲームの実行を制御する 2 つの追加設定があります。 - -* [Use CoreCLR]: .NET Core を使用して強制的に実行します。 - -* [X Display]: Linux ホストの特定の X ディスプレイで強制的に実行します。 - -## Game Studio の外でコンパイルする - -他の Stride プロジェクトと同様に、Visual Studio またはコマンド ラインから直接プロジェクトをコンパイルすることもできます。どちらの場合も、有効な構成を選択する必要があります。 - -* Debug -* Release -* CoreCLR_Debug -* CoreCLR_Release - -Debug と Release のターゲットは Mono です。他のターゲットは .NET Core です。 - -### Visual Studio - -プロジェクトを Visual Studio にロードした後、Linux プロジェクトを選択します。[Solution Configurations]ドロップダウン メニューで、有効な Linux の構成を選択します。 - -![Configuration selection](media/vs_configuration_selection.png) - -### MSBuild - -Linux 用にコンパイルするには、コマンド ラインから次のコマンドを使用します。 - -``` -msbuild /p:Platform=Linux /p:Configuration=CONFIG YourGame.sln -``` - -**CONFIG** は有効な Linux の構成です。 - -## 制限事項 - -* ファシリティのデバッグはまだできません - -* レンダリング グラフィックス プラットフォームを切り替えると、ゲームが起動時にハングする可能性があります。これを回避するには、Linux ホストのゲームが展開されているディレクトリで、次のディレクトリを削除します。 - - * `cache` - * `local` - * `roaming` - -## 関連項目 - -* [Linux - セットアップと要件](setup-and-requirements.md) diff --git a/jp/manual/platforms/linux/index.md b/jp/manual/platforms/linux/index.md deleted file mode 100644 index b9474e312..000000000 --- a/jp/manual/platforms/linux/index.md +++ /dev/null @@ -1,4 +0,0 @@ -# Linux - -* [セットアップと要件](setup-and-requirements.md) -* [Linux 用ゲームを作成する](create-a-linux-game.md) diff --git a/jp/manual/platforms/linux/media/default_credential_dialog.png b/jp/manual/platforms/linux/media/default_credential_dialog.png deleted file mode 100644 index 5a3bed621..000000000 --- a/jp/manual/platforms/linux/media/default_credential_dialog.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:469612010a9a37bc09e2a7f6f223d0262b8a2fab813de2b98d15458745e37c3a -size 10789 diff --git a/jp/manual/platforms/linux/media/filled_credential_dialog.png b/jp/manual/platforms/linux/media/filled_credential_dialog.png deleted file mode 100644 index 2a04ea697..000000000 --- a/jp/manual/platforms/linux/media/filled_credential_dialog.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d718163a5a75550ae1a9df29871edff295594569db936bb29833ae5e660c21d3 -size 14924 diff --git a/jp/manual/platforms/linux/media/platform_choice.png b/jp/manual/platforms/linux/media/platform_choice.png deleted file mode 100644 index f02e885af..000000000 --- a/jp/manual/platforms/linux/media/platform_choice.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7515128acfc59568f44d4e17ab92d72f00aba67ed3e37485b06e46a6b8bd1c5f -size 9705 diff --git a/jp/manual/platforms/linux/media/platform_selector.png b/jp/manual/platforms/linux/media/platform_selector.png deleted file mode 100644 index cc2154329..000000000 --- a/jp/manual/platforms/linux/media/platform_selector.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:133f530454231a64b45a8d1910b3bc5e2edd20a09c122bc2d9921ba6acc89c93 -size 41986 diff --git a/jp/manual/platforms/linux/media/remote_settings.png b/jp/manual/platforms/linux/media/remote_settings.png deleted file mode 100644 index 305612526..000000000 --- a/jp/manual/platforms/linux/media/remote_settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2e87fe1eb75d78043df93137324af7a84dfa50e0c6faad1eda4a01dedd5e7c -size 13171 diff --git a/jp/manual/platforms/linux/media/successful_login.png b/jp/manual/platforms/linux/media/successful_login.png deleted file mode 100644 index 128792b7b..000000000 --- a/jp/manual/platforms/linux/media/successful_login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3608cf647bf99a70b5c36254bc73b73f98d037b2ae61c698eaa6068301840db9 -size 3889 diff --git a/jp/manual/platforms/linux/media/unreachable_host.png b/jp/manual/platforms/linux/media/unreachable_host.png deleted file mode 100644 index d7a4cd5b7..000000000 --- a/jp/manual/platforms/linux/media/unreachable_host.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e10107d8373c97cbb507d9c868d241cce6a90bba35ce54d4828b1ab5fcb4671c -size 3400 diff --git a/jp/manual/platforms/linux/media/vs_configuration_selection.png b/jp/manual/platforms/linux/media/vs_configuration_selection.png deleted file mode 100644 index 9f8df209a..000000000 --- a/jp/manual/platforms/linux/media/vs_configuration_selection.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8226bbbb818c29c7bde9b78477843416b22d7ea32cbf6ee2e6c035e36351202 -size 5255 diff --git a/jp/manual/platforms/linux/setup-and-requirements.md b/jp/manual/platforms/linux/setup-and-requirements.md deleted file mode 100644 index ca64a5f7b..000000000 --- a/jp/manual/platforms/linux/setup-and-requirements.md +++ /dev/null @@ -1,67 +0,0 @@ -# セットアップと要件 - -Stride を使用して Linux 用の開発を行うには、少なくとも OpenGL 4.2 または Vulkan 1.0 をサポートするグラフィックス カードを備えた Linux PC が必要です。Stride の推奨される Linux ディストリビューションは、Ubuntu 16.04 以降です。Linux バージョンの Stride の開発には、このセットアップが使用されました。 - -以下の説明では、Ubuntu 16.04 がインストールされているものとします。Linux のディストリビューションに従って調節することが必要な場合があります。 - -また、Game Studio を使用して Linux 用のプロジェクトをビルドするには、Windows PC も必要です。 - -## セットアップ - -以下のパッケージが必要です。 - -* [FreeType](#freetype) - -* [OpenAL](#openal) - -* [SDL2](#sdl2) - -* Mono または .NET Core (両方インストールしてもかまいません) - -## FreeType - -フォントのレンダリングには、[FreeType](https://www.freetype.org/) ライブラリを使用します。バージョン 2.6 以降が必要であり、次のコマンドでインストールできます。 - -``` -sudo apt-get install libfreetype6-dev -``` - -## OpenAL - -サウンドと音楽の再生には、[OpenAL](https://www.openal.org/) ライブラリを使用します。次のコマンドでインストールできます。 - -``` -sudo apt-get install libopenal-dev -``` - -## SDL2 - -Linux でゲームを実行するには、[SDL2](https://www.libsdl.org/) ライブラリを使用します。このライブラリを使用すると、ウィンドウを作成し、マウス、キーボード、ジョイスティックのイベントを処理できます。バージョン 2.0.4 以降が必要であり、次のコマンドでインストールできます。 - -``` -sudo apt-get install libsdl2-dev -``` - -## Mono - -Mono のインストールについては、Debian/Ubuntu 向けの [Mono Project](http://www.mono-project.com/docs/getting-started/install/linux/) のインストールの説明を参照してください。 - -バージョン 4.4 がインストールされていることを確認します。インストールされているバージョンを確認するには、次のように入力します。 - -``` -mono --version -``` - -### .NET Core - -.NET Core のインストール方法については、[Debian/Ubuntu についての .NET Core の説明](https://www.microsoft.com/net/core#ubuntu)を参照してください。 - -バージョン 1.0 がインストールされていることを確認します。インストールされているバージョンを確認するには、次のように入力します。 - -``` -dotnet --version -``` - -## 関連項目 - -* [Linux 用ゲームを作成する](create-a-linux-game.md) diff --git a/jp/manual/platforms/media/add-device-icon.png b/jp/manual/platforms/media/add-device-icon.png deleted file mode 100644 index 24c455b19..000000000 --- a/jp/manual/platforms/media/add-device-icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebcaff6b24ae4f489a4bee8b399be0f986a04c7bebe826a9eec97c16e2b60545 -size 217 diff --git a/jp/manual/platforms/media/add-ios-platform.png b/jp/manual/platforms/media/add-ios-platform.png deleted file mode 100644 index dc3bf8901..000000000 --- a/jp/manual/platforms/media/add-ios-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51c001d31eb0d83566d9fc813547d6aa732babf826ac5fd1bed27e264ed369df -size 13872 diff --git a/jp/manual/platforms/media/add-override.png b/jp/manual/platforms/media/add-override.png deleted file mode 100644 index 994d69727..000000000 --- a/jp/manual/platforms/media/add-override.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b951d164b865e860757db587476ff93bacf99f96394035870348ada7eeef1d -size 21809 diff --git a/jp/manual/platforms/media/bundle-identifier.png b/jp/manual/platforms/media/bundle-identifier.png deleted file mode 100644 index 016e28adc..000000000 --- a/jp/manual/platforms/media/bundle-identifier.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d14be12aaf5bbc018c102a97724ee34ee4a0fcdcb4565a4a5b78396f4b94f5d3 -size 16015 diff --git a/jp/manual/platforms/media/change-device.png b/jp/manual/platforms/media/change-device.png deleted file mode 100644 index 88628efe9..000000000 --- a/jp/manual/platforms/media/change-device.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca97de0321cfa216e654a10fcee2f186a3320bc8aca3b5cb6808902dc10a2215 -size 90133 diff --git a/jp/manual/platforms/media/change-graphics-platform.png b/jp/manual/platforms/media/change-graphics-platform.png deleted file mode 100644 index ca338fe8b..000000000 --- a/jp/manual/platforms/media/change-graphics-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e600fb77701c536184029c01b734dbe9d9bf0a4a4dfa1c826e55df4c59edf62 -size 17826 diff --git a/jp/manual/platforms/media/check-platform-at-runtime.png b/jp/manual/platforms/media/check-platform-at-runtime.png deleted file mode 100644 index a9df2343f..000000000 --- a/jp/manual/platforms/media/check-platform-at-runtime.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb118921a1fdda4738085d1556ec9439e6182cca1cc30defc6053eb7bc96cf12 -size 27001 diff --git a/jp/manual/platforms/media/connect-to-xamarin.png b/jp/manual/platforms/media/connect-to-xamarin.png deleted file mode 100644 index b0ae02656..000000000 --- a/jp/manual/platforms/media/connect-to-xamarin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc99f4027e16c0bd57f51f7803181fd793a36d640e48b3e9ac50a9744c768876 -size 16203 diff --git a/jp/manual/platforms/media/game-engine-system-requirements-intro-pic.png b/jp/manual/platforms/media/game-engine-system-requirements-intro-pic.png deleted file mode 100644 index dff1b78ae..000000000 --- a/jp/manual/platforms/media/game-engine-system-requirements-intro-pic.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4eb7feb781eaf96360ca0ece656649c212f3890f6ea83ffe0f57d375549bbfc -size 36378 diff --git a/jp/manual/platforms/media/games-settings-asset.png b/jp/manual/platforms/media/games-settings-asset.png deleted file mode 100644 index 380b83c83..000000000 --- a/jp/manual/platforms/media/games-settings-asset.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b89bfec5f32b2a453c7e2d80e21bfaa674a7a271d3dca8234e0ff738d305a6a -size 94123 diff --git a/jp/manual/platforms/media/info-plist.png b/jp/manual/platforms/media/info-plist.png deleted file mode 100644 index 9e0f19305..000000000 --- a/jp/manual/platforms/media/info-plist.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afeab4c986904b8f55e569aa376482007b1eacf4fb4e71b0b87e7b59c2a549b8 -size 20229 diff --git a/jp/manual/platforms/media/ios-project-properties.png b/jp/manual/platforms/media/ios-project-properties.png deleted file mode 100644 index 1b3bf0a7e..000000000 --- a/jp/manual/platforms/media/ios-project-properties.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:243660474fe697698bdcc92ca885868d1615e7899fba254da2c95a35eba85958 -size 26313 diff --git a/jp/manual/platforms/media/ipad-device-added.png b/jp/manual/platforms/media/ipad-device-added.png deleted file mode 100644 index 1e5be635a..000000000 --- a/jp/manual/platforms/media/ipad-device-added.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f054c66da4e1076f4c982bcf61b97061d343df35d4b8e1eac3706ca6be72f5d -size 21147 diff --git a/jp/manual/platforms/media/select-bundle-id.png b/jp/manual/platforms/media/select-bundle-id.png deleted file mode 100644 index f8a389937..000000000 --- a/jp/manual/platforms/media/select-bundle-id.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23da73574b05cfa3d1eeee0361395fa8859b22482d59581617e25dc02b59a078 -size 83646 diff --git a/jp/manual/platforms/media/select-ios-device-dropdown.png b/jp/manual/platforms/media/select-ios-device-dropdown.png deleted file mode 100644 index 9c118a2de..000000000 --- a/jp/manual/platforms/media/select-ios-device-dropdown.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69a57ab57a965d5ee63cecfb9d80dddec0614ee8e6b08f6caa8bf39efcb72c99 -size 12965 diff --git a/jp/manual/platforms/media/select-ios-device.png b/jp/manual/platforms/media/select-ios-device.png deleted file mode 100644 index 1d02b0258..000000000 --- a/jp/manual/platforms/media/select-ios-device.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78cb2a133f0000df116211737d09c461a0094e7ca03e0b1334f62519e1825907 -size 32612 diff --git a/jp/manual/platforms/media/select-override-graphics-platform.png b/jp/manual/platforms/media/select-override-graphics-platform.png deleted file mode 100644 index f9f576ce1..000000000 --- a/jp/manual/platforms/media/select-override-graphics-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9876e4f98c9c4188d7eb67e4dea42e42acf951650e61186e7f085405ce213f16 -size 21649 diff --git a/jp/manual/platforms/media/select-platforms.png b/jp/manual/platforms/media/select-platforms.png deleted file mode 100644 index ccb957761..000000000 --- a/jp/manual/platforms/media/select-platforms.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e690ac4f4e995c248ac7385ed5cd58a2818d8688fceab7a1479ba30e21c41911 -size 15707 diff --git a/jp/manual/platforms/media/set-ios-as-startup-project.png b/jp/manual/platforms/media/set-ios-as-startup-project.png deleted file mode 100644 index 2ba61a88d..000000000 --- a/jp/manual/platforms/media/set-ios-as-startup-project.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d59a69d8f9a4724b2025b20646b172e211b00988c653cdacc98e588768c3223 -size 26979 diff --git a/jp/manual/platforms/media/set-ipad-device.png b/jp/manual/platforms/media/set-ipad-device.png deleted file mode 100644 index df7891df9..000000000 --- a/jp/manual/platforms/media/set-ipad-device.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ee84b31971f828457497fba178c0c21ce4eca03477d6216d2a253e3913cbc4 -size 78633 diff --git a/jp/manual/platforms/media/solution-platform.png b/jp/manual/platforms/media/solution-platform.png deleted file mode 100644 index ccb951ccd..000000000 --- a/jp/manual/platforms/media/solution-platform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c9cead196da1b836512afcaf1d16960927301ff1edeed483fafb8191557965 -size 12384 diff --git a/jp/manual/platforms/media/update-platforms.png b/jp/manual/platforms/media/update-platforms.png deleted file mode 100644 index 4b54aa677..000000000 --- a/jp/manual/platforms/media/update-platforms.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:523f8674656ecc411d10bd2fc6d2cfd9461f5f312257ac1318f9124621da212a -size 67696 diff --git a/jp/manual/platforms/media/xamarin-agent.png b/jp/manual/platforms/media/xamarin-agent.png deleted file mode 100644 index 087b640e9..000000000 --- a/jp/manual/platforms/media/xamarin-agent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87c7910ed03d4a9ff84fc1dba1664e8f176be939fe11ce743298aa2ac7f59211 -size 16675 diff --git a/jp/manual/platforms/media/xamarin-button-in-toolbar.png b/jp/manual/platforms/media/xamarin-button-in-toolbar.png deleted file mode 100644 index 6d98272c1..000000000 --- a/jp/manual/platforms/media/xamarin-button-in-toolbar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:179af31294f6b8ec729a0fe78e04245563d1432c89dd691592d76591e121b14f -size 7911 diff --git a/jp/manual/platforms/media/xamarin-button.png b/jp/manual/platforms/media/xamarin-button.png deleted file mode 100644 index da4117ddf..000000000 --- a/jp/manual/platforms/media/xamarin-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5264124087cdb313b28ffdc24dd294cd1589fe332fec2fd0ae21cc01ef217c12 -size 217 diff --git a/jp/manual/platforms/set-the-graphics-platform.md b/jp/manual/platforms/set-the-graphics-platform.md deleted file mode 100644 index b8deaafe4..000000000 --- a/jp/manual/platforms/set-the-graphics-platform.md +++ /dev/null @@ -1,163 +0,0 @@ -# グラフィックス プラットフォームの設定 - - -初級 - -**グラフィックス プラットフォーム**は、プロジェクトを実行するデバイスのグラフィックスハードウェアをコントロールします。例えば、iOS は OpenGL ES グラフィックスプラットフォームをサポートしていますが、デバイスによってサポートするグラフィックスプラットフォームは異なります。ゲームが使用するグラフィックプラットフォームを選択したり、異なるプラットフォーム(Windows や Android など)用のオーバーライドを追加することができます。 - - ->[!Warning] ->Direct3D から旧バージョンの Direct3D に移行すると、問題が発生することがあります。例えば、ゲームに HDR テクスチャーが含まれている場合、これは Direct3D 9 ではサポートされていないため、クラッシュしてしまいます。 - - - -グラフィックスプラットフォームの設定は、[ゲーム設定](../game-studio/game-settings.md)アセットで行います。 - - -> [!Note] -> 使用するグラフィックスプラットフォームの最新のドライバーがインストールされていることを確認してください。 - - - -1. **アセットビュー**で、**Game Settings** アセットを選択します。 - - ![Game settings asset](media/games-settings-asset.png) - -2. プロパティグリッドで、[**Rendering Settings**] > [}}Target graphics platform**] を選択し、使用したいグラフィックスプラットフォームを選択します。 - - ![Select graphics platform](media/change-graphics-platform.png) - - [**Default**] を選択した場合は、ビルド時に、プラットフォーム(Windows, Android など)に適したグラフィックスプラットフォームが使用されます。 - - - -| プラットフォーム| 既定のグラフィックスプラットフォーム -|---------------|------------- -| Windows, UWP | Direct3D 11 -| Linux, Mac OS | OpenGL -| その他 | OpenGL ES - - - -## グラフィックスプラットフォームのオーバーライド - - -特定のプラットフォームで使用するグラフィックプラットフォームを、オーバーライド(上書き指定)することができます。例えば、Linux では Vulkan を、他のプラットフォームでは既定のものを使うように指定することができます。 - - -1. **Game Settings** アセットが選択された状態で、プロパティグリッドで [**Overrides**] の横にある ![Green plus button](../game-studio/media/green-plus-icon.png)(**追加**)をクリックします。 - - ![Select graphics platform](media/add-override.png) - - すると、Game Studio がオーバーライドを追加します。 - -2. 新しく追加されたオーバーライドの [**Platforms**] で、このオーバーライドに適用したいプラットフォームを選択します。 - - ![Select graphics platform override](media/select-override-platform.png) - -3. **Configuration** ドロップダウンメニューで、[**Rendering Settings**] を選択します。 - - ![Select graphics platform override](media/select-override-configuration.png) - -4. [**Rendering Settings**] の下の [**Preferred Graphics Platform**] ドロップダウンメニューで、使用したいグラフィックスプラットフォームを選択します。 - - ![Select graphics platform override](media/select-override-graphics-platform.png) - - - -Stride は、そのプラットフォーム用のグラフィックスプラットフォームを、選択されたものに上書きします。 - - -## プロジェクトで使用しているグラフィックスプラットフォームを確認する - - -1. ゲームコード(スクリプト内など)に、ブレークポイントを追加します。 - -2. プロジェクトを実行します。 - -3. [GraphicsDevice.Platform](xref:Stride.Graphics.GraphicsDevice.Platform) 変数の値を確認します。 - - 例えば、このプロジェクトでは Vulkan が使われていることが分かります。 - - ![Select graphics platform](media/check-platform-at-runtime.png) - - - -## 関連項目 - - -* [プラットフォーム](index.md) -* [ゲームの設定](../game-studio/game-settings.md) - - diff --git a/jp/manual/platforms/uwp/index.md b/jp/manual/platforms/uwp/index.md deleted file mode 100644 index c729787c8..000000000 --- a/jp/manual/platforms/uwp/index.md +++ /dev/null @@ -1,7 +0,0 @@ -# UWP - -Windows 10 で導入されたユニバーサル Windows プラットフォーム (UWP) では、Windows 10 を実行するすべてのデバイスで利用できる共通のアプリ プラットフォームが提供されます。UWP の詳細については、MSDN ドキュメントの「[ユニバーサル Windows プラットフォームの紹介](https://docs.microsoft.com/ja-jp/windows/uwp/get-started/universal-application-platform-guide)」を参照してください。 - -## このセクションの内容 - -* [Xbox Live](xbox-live.md) diff --git a/jp/manual/platforms/uwp/media/XboxLiveSample.zip b/jp/manual/platforms/uwp/media/XboxLiveSample.zip deleted file mode 100644 index d897cc70d..000000000 --- a/jp/manual/platforms/uwp/media/XboxLiveSample.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:305007b35e35649389dc92816c48a2b62b4ba39ebefce7708d2a287dc737b886 -size 9695801 diff --git a/jp/manual/platforms/uwp/media/xboxlive01.png b/jp/manual/platforms/uwp/media/xboxlive01.png deleted file mode 100644 index 21be5ddfe..000000000 --- a/jp/manual/platforms/uwp/media/xboxlive01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b230946deae88a325fa5539e3a7cd81846df88830912a342f041440e179c3fa -size 53491 diff --git a/jp/manual/platforms/uwp/media/xboxlive02.png b/jp/manual/platforms/uwp/media/xboxlive02.png deleted file mode 100644 index df6236794..000000000 --- a/jp/manual/platforms/uwp/media/xboxlive02.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06d9b60d7ca2085af47089d22a97e98fe9f6bb89c792f547894ce5cf03d4a86c -size 9972 diff --git a/jp/manual/platforms/uwp/media/xboxlive03.png b/jp/manual/platforms/uwp/media/xboxlive03.png deleted file mode 100644 index 0f5ee47bf..000000000 --- a/jp/manual/platforms/uwp/media/xboxlive03.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c22ab89ac2275dd5a755ab5c1012b5dd7c58dcd35b0354ba1f2df2c64797ef1 -size 25701 diff --git a/jp/manual/platforms/uwp/media/xboxlive04.png b/jp/manual/platforms/uwp/media/xboxlive04.png deleted file mode 100644 index c9368fa7b..000000000 --- a/jp/manual/platforms/uwp/media/xboxlive04.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25f3d9d96fb8dcee2bfc581c07a6d2a8cbfffa30fdda02260361537a8558229d -size 20133 diff --git a/jp/manual/platforms/uwp/media/xboxlive05.png b/jp/manual/platforms/uwp/media/xboxlive05.png deleted file mode 100644 index 3fe0bbcfe..000000000 --- a/jp/manual/platforms/uwp/media/xboxlive05.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6b2433552b52804f947cab12ef97e716d78fc77cac4a8476697f6d870ef4af9 -size 35509 diff --git a/jp/manual/platforms/uwp/media/xboxlive08.png b/jp/manual/platforms/uwp/media/xboxlive08.png deleted file mode 100644 index a4ca33960..000000000 --- a/jp/manual/platforms/uwp/media/xboxlive08.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a137aa1e885f50c2dd3a9c10995ab62601875dd0c3ba55b7e15d925e711461d -size 313898 diff --git a/jp/manual/platforms/uwp/xbox-live.md b/jp/manual/platforms/uwp/xbox-live.md deleted file mode 100644 index de621e714..000000000 --- a/jp/manual/platforms/uwp/xbox-live.md +++ /dev/null @@ -1,130 +0,0 @@ -# Xbox Live - -このページでは、Xbox Live で動作するようにプロジェクトを構成する方法について説明します。 - -## 1. 始める前に - -1. プロジェクトがプラットフォームとして UWP を使用するように設定します。そのためには、次のいずれかのようにします。 - - * [プロジェクトを作成](../../get-started/create-a-project.md)し、プラットフォームとして **UWP** を選択します - * または、[既存のプロジェクトにプラットフォームとして **UWP** を追加](../add-or-remove-a-platform.md)します - - >[!TIP] - >このチュートリアルでは、新しいプロジェクトを作成してプロセスをテストした後、その知識を既存のプロジェクトに応用することをお勧めします。 - -2. UWP からプロジェクトを実行できることを確認します。そのためには、[ソリューション プラットフォーム]ドロップダウン リストで目的のプラットフォーム (UWP-64、UWP-32、または UWP-ARM) を選択して、プロジェクトを実行します。 - -3. Xbox Live SDK をダウンロードします。 - - このページを書くときは、XboxLiveSDK-1612-20170114-002 を使用しました。サンプルは、Xbox Live SDK の Achievements サンプルに基づいていますが、厳密ではありません。 - -4. Xbox Live の環境を変更します。[SDK]フォルダーの[Tools]で以下を実行します。 - - ``` - SwitchSandbox.cmd XDKS.1 - ``` - - XDKS.1 は、Microsoft のサンプルに使用されるサンドボックスです。 - - >[!WARNING] - >これを行うと、Xbox の通常のアカウントはブロックされて、開発者のアカウントだけが許可されるようになります。元に戻すには、次のコマンドを実行します。 - - >``` - >SwitchSandbox.cmd RETAIL - >``` - -5. 開発者アカウントで Achievements サンプルを実行できることを確認します。 - -## 2. Xbox Live SDK をソリューションに追加する - -1. Visual Studio で、ゲームのソリューションを開きます。 - -2. [パッケージ マネージャー コンソール]を開きます ([ツール]>[NuGet パッケージ マネージャー]> [パッケージ マネージャー コンソール])。 - -3. [既定のプロジェクト]フィールドで、UWP プロジェクト (*MyGame.UWP* など) を選択します。 - - ![MyGame.UWP](media/xboxlive01.png) - -4. コンソールで次のように入力します。 - - ``` - PM > Install-Package Microsoft.Xbox.Live.SDK.WinRT.UWP - ``` - - NuGet パッケージがプロジェクトに追加されます。 - -5. パッケージが[参照]の一覧に表示されることを確認します。 - - ![Package in list](media/xboxlive02.png) - -## 3. UWP プロジェクトを構成する - -1. *MyGame.UWP.TemporaryKey.pfx* を削除します。 - -2. *xboxservices.config* をプロジェクトに追加します。 - - このファイルは、テスト用に Xbox Live SDK サンプル (Achievements サンプルなど) から入手できます。ゲームを公開するときは、**タイトル ID** と**サービス構成 ID** を実際のプロジェクトのものに変更します。詳細については、Xbox Live のドキュメントを参照してください。 - -3. *xboxservices.config* のプロパティで、[ビルド アクション]の[コンテンツ]を選択し、[出力ディレクトリにコピー]の[常にコピーする]を選択します。 - - ![Properties](media/xboxlive03.png) - -4. *Package.appxmanifest* をプロジェクトの詳細に合わせて編集します。 - - マニフェスト ファイルは、テスト用に Xbox Live SDK サンプル (Achievements サンプルなど) から使用できます。ゲームをストア アプリと関連付ける場合は、生成されたマニフェスト ファイルを使用します。詳細については、Xbox Live のドキュメントを参照してください。 - -5. *InternetClientServer* の機能が有効になっていることを確認します。 - -## 4. ユーザー アカウント スクリプトをゲームに追加する - -Xbox Live SDK を公開することなく、ゲーム プロジェクトで Xbox Live の機能を有効にする必要があります。既に *MyGame.UWP* が *MyGame.Game* を参照しているので、ここで参照することはできません。代わりに、インターフェイスを作成し、UWP プロジェクト側から実装することができます。 - ->[!NOTE] ->これを行うには複数の方法があります。ここでは 1 つの方法について説明します。 - -1. 2 つのインターフェイス `IAccountManager` と `IConnectedAccount` をゲームに追加します。 - -2. UWP プロジェクト (*MyGame.UWP* など) で、インターフェイス `public class XboxAccount : IConnectedAccount` および `public class XboxLiveAccountManager : IAccountManager` を実装します。 - -3. 後でゲーム スクリプトからアクセスできるように、アカウント ファクトリをゲームに追加します。`MyGameMainPage.xaml.cs` に次の行を追加します。 - - ``` - Game.Services.AddService(typeof(IAccountManager), new XboxLiveAccountManager()); - ``` - - ![References](media/xboxlive04.png) - - 最終的に、スクリプトは少なくとも次のような内容になります。 - - ``` - public class LoginScript : AsyncScript - { - private IConnectedAccount account; - - public override async Task Execute() - { - var accountMgr = Services.GetServiceAs(); - account = accountMgr?.CreateConnectedAccount(); - if (account == null) - return; - - var result = account.LoginAsync(); - - // TODO ここにコードを追加する! - } - } - ``` - -`xbox_live_user` 機能および他のクラスをゲームで公開できるようになります。 - -![Property grid](media/xboxlive05.png) - -## サンプル プロジェクト - -* Xbox Live のログイン機能で[サンプル プロジェクトをダウンロード](media/XboxLiveSample.zip)します - - ![Sample project](media/xboxlive08.png) - -## 関連項目 - -* [プラットフォーム](../index.md) diff --git a/jp/manual/requirements/index.md b/jp/manual/requirements/index.md deleted file mode 100644 index 58a41063c..000000000 --- a/jp/manual/requirements/index.md +++ /dev/null @@ -1,41 +0,0 @@ -# 要件 - -![Requirements](media/requirements.png) - -Stride でプロジェクトを開発するには、次のものが必要です。 - -| 要件 | 仕様 -|-----------------|---------------- -|ハード ドライブの容量 | 5 GB -| オペレーティング システム | Windows 7、8.1、10 -| コード作成用の IDE | Visual Studio 2015、2017 -| CPU | x64 -| GPU | DirectX 10+ 互換 GPU -| RAM | 4 GB (最低)、8 GB (推奨) - -RAM の要件は、プロジェクトによって異なります。 - -* 簡単な 2D アプリケーションを開発する場合は、それほど多くの RAM を必要としません。 -* 多くのアセットを含む 3D ゲームを開発する場合は、大量の RAM が必要になります。 - -## モバイル開発 - -モバイル プラットフォーム向けの開発には、以下のものも必要です。 - -| プラットフォーム | 要件 -|----------|------- -| Android | Xamarin* -| iOS | Mac コンピューター、Xamarin* - -> [!NOTE] -> * Xamarin は Visual Studio のライセンスに含まれます。Visual Studio 2017 で Xamarin をインストールする方法については、[この MSDN ページ](https://docs.microsoft.com/ja-jp/visualstudio/cross-platform/setup-and-install)を参照してください。 - -Stride がサポートするプラットフォームについては、「[プラットフォーム](../platforms/index.md)」を参照してください。 - -## Stride で作成したゲームを実行する - -Stride で作成したゲームを実行するには、次のものが必要です。 - -- .NET 8 SDK -- DirectX11 (Windows 10 以降に含まれます)、OpenGL、または Vulkan -- Visual C++ 2015 ランタイム (Visual Studio でのプロジェクトのプロパティの設定に応じて、x86 および x64 のどちらか一方または両方) diff --git a/jp/manual/requirements/media/requirements.png b/jp/manual/requirements/media/requirements.png deleted file mode 100644 index 468e4cdf3..000000000 --- a/jp/manual/requirements/media/requirements.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d57d8b491c3b8dbaca46feab9b41593a48c71afce1032b274c979d52995443c -size 200362