33[ ![ meta-check] ( https://github.com/nowsprinting/UnityTestExamples/actions/workflows/metacheck.yml/badge.svg )] ( https://github.com/nowsprinting/UnityTestExamples/actions/workflows/metacheck.yml )
44[ ![ test] ( https://github.com/nowsprinting/UnityTestExamples/actions/workflows/test.yml/badge.svg )] ( https://github.com/nowsprinting/UnityTestExamples/actions/workflows/test.yml )
55[ ![ Integration Test] ( https://github.com/nowsprinting/UnityTestExamples/actions/workflows/test-integration.yml/badge.svg )] ( https://github.com/nowsprinting/UnityTestExamples/actions/workflows/test-integration.yml )
6+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/nowsprinting/UnityTestExamples )
67
78Click [ English] ( ./README_en.md ) for English page if you need.
89
@@ -22,11 +23,15 @@ Click [English](./README_en.md) for English page if you need.
2223- [ Unity Test Framework完全攻略ガイド 第2版:いか小屋] ( https://techbookfest.org/product/5936401533108224 )
2324- [ Unity Test Framework完全攻略ガイド 統合テスト編:いか小屋] ( https://techbookfest.org/product/p5zcUfG5sLmgmd7ZtDhXNm )
2425
26+ 本リポジトリの ` master ` ブランチは随時更新しています。
27+ 過去の版に準拠したコードを確認したい場合は、次のタグを参照してください。
28+
29+ - ` v1.0.0 ` : Unity Test Framework完全攻略ガイド 第1版
30+ - ` v2.0.0 ` : Unity Test Framework完全攻略ガイド 第2版 および 統合テスト編 第1版
2531
2632
27- ## サンプルプロジェクトの構造
2833
29- 統合テスト編のサンプルには ` Integration ` カテゴリーを設定しています。
34+ ## サンプルプロジェクトの構造
3035
3136### APIExamples
3237
@@ -48,12 +53,6 @@ Assets
4853 └── 第5章 非同期処理のテスト, 第9章 Unity Test Framework Tips
4954```
5055
51- > [ !NOTE]
52- > 『Unity Test Framework完全攻略ガイド 第3版』より、「6.4 カスタムアサーション」の例を Test Helper パッケージ(com.nowsprinting.test-helper)に含まれる [ GameObjectNameComparer] ( https://github.com/nowsprinting/test-helper#gameobjectnamecomparer ) および [ DestroyedConstraint] ( https://github.com/nowsprinting/test-helper#destroyed ) を日本語訳したものに置き換えました。
53- > 変更差分はコミット < ; [ dc1b643] ( https://github.com/nowsprinting/UnityTestExamples/commit/dc1b643cd7e1275388881933b5edfcabde0413ba ) > ; を参照してください。
54-
55-
56-
5756### BasicExample
5857
5958第2章 Unity Test Frameworkの基本
@@ -116,10 +115,6 @@ Assets
116115└── SceneExample
117116```
118117
119- > [ !NOTE]
120- > 『Unity Test Framework完全攻略ガイド 第3版』より、10.2.2 および 10.3 で紹介している Scene のロード処理を、Test Helper パッケージ(com.nowsprinting.test-helper)に含まれる [ LoadScene] ( https://github.com/nowsprinting/test-helper#loadscene ) 属性を使用する形に置き換えました。
121- > 変更差分はコミット < ; [ 86f8ab9] ( https://github.com/nowsprinting/UnityTestExamples/commit/86f8ab9373d9d1c7de0c7cde925adc1a94aaafe0 ) > ; を参照してください。
122-
123118### Packages
124119
125120第11章 UPM パッケージのテスト
@@ -185,7 +180,6 @@ Assets
185180
186181[ ^ utf2 ] : [ https://forum.unity.com/threads/unity-test-framework-2-0-ready-for-feedback.1230126/page-3#post-9531214 ] ( https://forum.unity.com/threads/unity-test-framework-2-0-ready-for-feedback.1230126/page-3#post-9531214 )
187182
188-
189183### WebGL Player
190184
191185以下のUnityバージョンで問題が取り除かれたため[ ^ UUM-1170 ] 、WebGLプレイヤーでもUnityTest属性のテストを実行するようにしてあります。
0 commit comments