You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,9 +20,10 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
20
20
21
21
## Installation and Usage
22
22
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:**
26
27
* Drag the objects you want to copy into the **Source Objects** list.
27
28
* Drag the parent objects into the **Target Objects** list.
28
29
* Click the **Apply** button.
@@ -31,9 +32,10 @@ A simple and powerful batch processing tool for Unity Editor, allowing you to qu
0 commit comments