File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ Reusable Unity 6 algorithm pipeline. `com.soobak.algo.core` defines execution pr
18183 . Consumers either pass an ` ISortingAlgorithm ` directly or call ` ExecuteAsync("quick-sort", state, token) ` .
19194 . 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:
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 `
24+
25+ 2 . ** Add the complete package from Git URL** :
2226 ```
2327 https://github.com/soo-bak/soobak-algo-core.git
2428 ```
2529
26- 2 . Or add individual packages using path parameters:
30+ 3 . ** Or add individual packages using path parameters** :
2731 ``` json
2832 {
2933 "dependencies" : {
Original file line number Diff line number Diff line change 1414 " search" ,
1515 " visualization"
1616 ],
17- "dependencies" : {
18- "com.cysharp.unitask" : " https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.3"
19- },
17+ "dependencies" : {},
2018 "samples" : [
2119 {
2220 "path" : " Packages/com.soobak.algo.sorting/Samples~/SortingVisualizerDemo" ,
You can’t perform that action at this time.
0 commit comments