Skip to content

Commit b187597

Browse files
authored
Update README.md
1 parent 4c54c95 commit b187597

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
77
---
88

99
<div align="center">
10-
<img src="https://i.imgur.com/your-plugin-image.png" width="600" alt="Batch Processor Tool Screenshot">
10+
<img src="https://github.com/user-attachments/assets/c7261c91-1eb1-409e-aeba-fdc66fc9935c" width="600" alt="Batch Processor Tool Screenshot">
1111
</div>
1212

1313
---
@@ -20,9 +20,10 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
2020

2121
## Installation and Usage
2222

23-
1. **Installation:** Download the `BatchProcessorWindow.cs` script and place it inside the `Assets/Editor` folder in your Unity project. If the `Editor` folder doesn't exist, create it.
24-
2. **Open Tool:** Find the tool in the Unity top menu bar under `Tools > Batch Processor`.
25-
3. **Usage:**
23+
1. **Installation:** Download the latest `Unity Batch Processor.unitypackage` from the [**Releases**](../../releases/latest) page.
24+
2. Open your Unity project, and import the package by double-clicking it or via `Assets > Import Package > Custom Package...`.
25+
3. **Open Tool:** Find the tool in the Unity top menu bar under `Tools > Batch Processor`.
26+
4. **Usage:**
2627
* Drag the objects you want to copy into the **Source Objects** list.
2728
* Drag the parent objects into the **Target Objects** list.
2829
* Click the **Apply** button.
@@ -31,9 +32,10 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
3132

3233
## 安装与使用
3334

34-
1. **安装:** 下载 `BatchProcessorWindow.cs` 脚本,并将其放入你的 Unity 项目的 `Assets/Editor` 文件夹内。如果 `Editor` 文件夹不存在,请手动创建一个。
35-
2. **打开工具:** 在 Unity 顶部菜单栏的 `Tools > Batch Processor` 中找到该工具。
36-
3. **使用方法:**
35+
1. **安装:**[**Releases**](../../releases/latest) 页面下载最新的 `Unity Batch Processor.unitypackage` 文件。
36+
2. 打开您的 Unity 项目,通过双击该文件或通过菜单栏 `Assets > Import Package > Custom Package...` 导入。
37+
3. **打开工具:** 在 Unity 顶部菜单栏的 `Tools > Batch Processor` 中找到该工具。
38+
4. **使用方法:**
3739
* 将需要被复制的物体拖拽到 **源物体 (Source Objects)** 列表中。
3840
* 将需要作为父级的物体拖拽到 **目标物体 (Target Objects)** 列表中。
3941
* 点击 **应用 (Apply)** 按钮。
@@ -42,9 +44,10 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
4244

4345
## インストールと使用方法
4446

45-
1. **インストール:** `BatchProcessorWindow.cs` スクリプトをダウンロードし、Unityプロジェクトの `Assets/Editor` フォルダに配置します。`Editor` フォルダが存在しない場合は作成してください。
46-
2. **ツールの開き方:** Unityの上部メニューバーにある `Tools > Batch Processor` からツールを開きます。
47-
3. **使用方法:**
47+
1. **インストール:** [**Releases**](../../releases/latest) ページから最新の `Unity Batch Processor.unitypackage` をダウンロードします。
48+
2. Unityプロジェクトを開き、パッケージをダブルクリックするか、`Assets > Import Package > Custom Package...` からインポートします。
49+
3. **ツールの開き方:** Unityの上部メニューバーにある `Tools > Batch Processor` からツールを開きます。
50+
4. **使用方法:**
4851
* コピーしたいオブジェクトを **ソースオブジェクト (Source Objects)** リストにドラッグします。
4952
* 親となるオブジェクトを **ターゲットオブジェクト (Target Objects)** リストにドラッグします。
5053
* **適用 (Apply)** ボタンをクリックします。
@@ -53,9 +56,10 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
5356

5457
## 설치 및 사용법
5558

56-
1. **설치:** `BatchProcessorWindow.cs` 스크립트를 다운로드하여 Unity 프로젝트의 `Assets/Editor` 폴더에 넣습니다. `Editor` 폴더가 없으면 새로 만드십시오.
57-
2. **도구 열기:** Unity 상단 메뉴 바의 `Tools > Batch Processor`에서 도구를 찾을 수 있습니다.
58-
3. **사용법:**
59+
1. **설치:** [**Releases**](../../releases/latest) 페이지에서 최신 `Unity Batch Processor.unitypackage`를 다운로드하십시오.
60+
2. Unity 프로젝트를 열고, 패키지를 더블클릭하거나 `Assets > Import Package > Custom Package...`를 통해 임포트하십시오.
61+
3. **도구 열기:** Unity 상단 메뉴 바의 `Tools > Batch Processor`에서 도구를 찾을 수 있습니다.
62+
4. **사용법:**
5963
* 복사할 오브젝트를 **소스 오브젝트 (Source Objects)** 목록으로 드래그하십시오.
6064
* 부모가 될 오브젝트를 **타겟 오브젝트 (Target Objects)** 목록으로 드래그하십시오.
6165
* **적용 (Apply)** 버튼을 클릭하십시오.

0 commit comments

Comments
 (0)