Skip to content

Commit

Permalink
Fix highlight in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Mar 16, 2024
1 parent 200591a commit 0e951d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ You can choose from two typical installation methods.
![](Documentation~/PackageManager_Dark.png/#gh-dark-mode-only)
![](Documentation~/PackageManager_Light.png/#gh-light-mode-only)

> **Note**
> [!NOTE]
> Do not forget to add `com.cysharp` and `com.nowsprinting` into scopes. These are used within Anjin.
> **Note**
> [!NOTE]
> Required install [Unity Test Framework](https://docs.unity3d.com/Packages/com.unity.test-framework@latest) package v1.3 or later for running tests (when adding to the `testables` in package.json).
### Install via OpenUPM-CLI
Expand Down Expand Up @@ -77,7 +77,7 @@ After installing the UPM package in the game title project, configure and implem
- Implement a custom Agent if necessary
- Implement initialization process as needed

> **Note**
> [!NOTE]
> Set `UNITY_EDITOR || DENA_AUTOPILOT_ENABLE` in the Define Constraints of the Assembly Definition File to which they belong to exclude them from release builds.

Expand Down Expand Up @@ -251,7 +251,7 @@ See **Anjin Annotations** below for more information.

This is an Agent that playback uGUI operations with the Recorded Playback feature of the [Automated QA](https://docs.unity3d.com/Packages/com.unity.automated-testing@latest) package.

> **Note**
> [!NOTE]
> The Automated QA package is in the preview stage. Please note that destructive changes may occur, and the package itself may be discontinued or withdrawn.
The following can be set in an instance (.asset file) of this Agent.
Expand Down
8 changes: 4 additions & 4 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Click [English](./README.md) for English page if you need.
![](Documentation~/PackageManager_Dark.png/#gh-dark-mode-only)
![](Documentation~/PackageManager_Light.png/#gh-light-mode-only)

> **Note**
> [!NOTE]
> scopesに `com.cysharp``com.nowsprinting` を忘れず追加してください。Anjin内で使用しています。
> **Note**
> [!NOTE]
> Anjinパッケージ内のテストを実行する場合(package.jsonの `testables` に追加するとき)は、[Unity Test Framework](https://docs.unity3d.com/Packages/com.unity.test-framework@latest) パッケージ v1.3以上が必要です。
### openupm-cli を使用する場合
Expand Down Expand Up @@ -76,7 +76,7 @@ Anjinを起動すると、次のファイルが自動生成されます。
- 必要に応じて専用Agentの実装
- 必要に応じて初期化処理の実装

> **Note**
> [!NOTE]
> ゲームタイトル固有のオートパイロット向けコードは、属するAssembly Definition FileのDefine Constraintsに `UNITY_EDITOR || DENA_AUTOPILOT_ENABLE` を設定することで、リリースビルドから除外できます

Expand Down Expand Up @@ -252,7 +252,7 @@ uGUIのコンポーネントをランダムに操作するAgentです。

[Automated QA](https://docs.unity3d.com/Packages/com.unity.automated-testing@latest)パッケージのRecorded Playback機能でレコーディングしたuGUI操作を再生するAgentです。

> **Note**
> [!NOTE]
> Automated QAパッケージはプレビュー段階のため、破壊的変更や、パッケージ自体の開発中止・廃止もありえる点、ご注意ください。
このAgentのインスタンス(.assetファイル)には以下を設定できます。
Expand Down

0 comments on commit 0e951d6

Please sign in to comment.