Skip to content

Commit 634bc2b

Browse files
committed
🔧 infra: remove root package.json to fix Unity project file conflicts
1 parent d9b817e commit 634bc2b

5 files changed

Lines changed: 7 additions & 39 deletions

File tree

‎Packages/com.soobak.algo.core/package.json‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"runner",
1414
"visualization"
1515
],
16-
"dependencies": {
17-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.3"
18-
},
16+
"dependencies": {},
1917
"samples": []
2018
}

‎Packages/com.soobak.algo.search/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"visualization"
1515
],
1616
"dependencies": {
17-
"com.soobak.algo.core": "0.1.0",
18-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.3"
17+
"com.soobak.algo.core": "0.1.0"
1918
},
2019
"samples": []
2120
}

‎Packages/com.soobak.algo.sorting/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"visualization"
1515
],
1616
"dependencies": {
17-
"com.soobak.algo.core": "0.1.0",
18-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.3"
17+
"com.soobak.algo.core": "0.1.0"
1918
},
2019
"samples": [
2120
{

‎README.md‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ Reusable Unity 6 algorithm pipeline. `com.soobak.algo.core` defines execution pr
1818
3. Consumers either pass an `ISortingAlgorithm` directly or call `ExecuteAsync("quick-sort", state, token)`.
1919
4. Each step broadcasts a cloned `SortingState` and a `SortOp` event so visualizers receive immutable snapshots.
2020

21-
1. Add the complete package from Git URL:
22-
```
23-
https://github.com/soo-bak/soobak-algo-core.git
24-
```
21+
1. **Install UniTask first** (required dependency):
22+
- Open Unity Package Manager
23+
- Add package from Git URL: `https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.3`
2524

26-
2. Or add individual packages using path parameters:
25+
2. **Add individual packages using path parameters**:
2726
```json
2827
{
2928
"dependencies": {

‎package.json‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)