packages-lock.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. {
  2. "dependencies": {
  3. "com.code-philosophy.hybridclr": {
  4. "version": "https://gitee.com/focus-creative-games/hybridclr_unity.git",
  5. "depth": 0,
  6. "source": "git",
  7. "dependencies": {},
  8. "hash": "febff1c658fa9d76726f3aa25f26ec6d35c1e2e6"
  9. },
  10. "com.cysharp.memorypack": {
  11. "version": "https://github.com/Cysharp/MemoryPack.git?path=src/MemoryPack.Unity/Assets/Plugins/MemoryPack",
  12. "depth": 0,
  13. "source": "git",
  14. "dependencies": {},
  15. "hash": "2554e81f0315ddf835026940ccc4ba8175edfda3"
  16. },
  17. "com.gwiazdorrr.betterstreamingassets": {
  18. "version": "file:betterstreamingassets",
  19. "depth": 0,
  20. "source": "embedded",
  21. "dependencies": {}
  22. },
  23. "com.tuyoogame.yooasset": {
  24. "version": "file:YooAsset",
  25. "depth": 0,
  26. "source": "embedded",
  27. "dependencies": {
  28. "com.unity.scriptablebuildpipeline": "1.20.2",
  29. "com.unity.modules.assetbundle": "1.0.0",
  30. "com.unity.modules.unitywebrequest": "1.0.0",
  31. "com.unity.modules.unitywebrequestassetbundle": "1.0.0"
  32. }
  33. },
  34. "com.unity.burst": {
  35. "version": "1.8.4",
  36. "depth": 1,
  37. "source": "registry",
  38. "dependencies": {
  39. "com.unity.mathematics": "1.2.1"
  40. },
  41. "url": "https://packages.unity.com"
  42. },
  43. "com.unity.ext.nunit": {
  44. "version": "1.0.6",
  45. "depth": 1,
  46. "source": "registry",
  47. "dependencies": {},
  48. "url": "https://packages.unity.com"
  49. },
  50. "com.unity.ide.rider": {
  51. "version": "3.0.27",
  52. "depth": 0,
  53. "source": "registry",
  54. "dependencies": {
  55. "com.unity.ext.nunit": "1.0.6"
  56. },
  57. "url": "https://packages.unity.com"
  58. },
  59. "com.unity.ide.visualstudio": {
  60. "version": "2.0.22",
  61. "depth": 0,
  62. "source": "registry",
  63. "dependencies": {
  64. "com.unity.test-framework": "1.1.9"
  65. },
  66. "url": "https://packages.unity.com"
  67. },
  68. "com.unity.ide.vscode": {
  69. "version": "1.2.5",
  70. "depth": 0,
  71. "source": "registry",
  72. "dependencies": {},
  73. "url": "https://packages.unity.com"
  74. },
  75. "com.unity.mathematics": {
  76. "version": "1.2.6",
  77. "depth": 1,
  78. "source": "registry",
  79. "dependencies": {},
  80. "url": "https://packages.unity.com"
  81. },
  82. "com.unity.render-pipelines.core": {
  83. "version": "12.1.12",
  84. "depth": 1,
  85. "source": "builtin",
  86. "dependencies": {
  87. "com.unity.ugui": "1.0.0",
  88. "com.unity.modules.physics": "1.0.0",
  89. "com.unity.modules.jsonserialize": "1.0.0"
  90. }
  91. },
  92. "com.unity.render-pipelines.universal": {
  93. "version": "12.1.12",
  94. "depth": 0,
  95. "source": "builtin",
  96. "dependencies": {
  97. "com.unity.mathematics": "1.2.1",
  98. "com.unity.burst": "1.8.4",
  99. "com.unity.render-pipelines.core": "12.1.12",
  100. "com.unity.shadergraph": "12.1.12"
  101. }
  102. },
  103. "com.unity.scriptablebuildpipeline": {
  104. "version": "1.20.2",
  105. "depth": 1,
  106. "source": "registry",
  107. "dependencies": {},
  108. "url": "https://packages.unity.com"
  109. },
  110. "com.unity.searcher": {
  111. "version": "4.9.1",
  112. "depth": 2,
  113. "source": "registry",
  114. "dependencies": {},
  115. "url": "https://packages.unity.com"
  116. },
  117. "com.unity.shadergraph": {
  118. "version": "12.1.12",
  119. "depth": 1,
  120. "source": "builtin",
  121. "dependencies": {
  122. "com.unity.render-pipelines.core": "12.1.12",
  123. "com.unity.searcher": "4.9.1"
  124. }
  125. },
  126. "com.unity.test-framework": {
  127. "version": "1.1.33",
  128. "depth": 1,
  129. "source": "registry",
  130. "dependencies": {
  131. "com.unity.ext.nunit": "1.0.6",
  132. "com.unity.modules.imgui": "1.0.0",
  133. "com.unity.modules.jsonserialize": "1.0.0"
  134. },
  135. "url": "https://packages.unity.com"
  136. },
  137. "com.unity.textmeshpro": {
  138. "version": "3.0.6",
  139. "depth": 0,
  140. "source": "registry",
  141. "dependencies": {
  142. "com.unity.ugui": "1.0.0"
  143. },
  144. "url": "https://packages.unity.com"
  145. },
  146. "com.unity.timeline": {
  147. "version": "1.7.1",
  148. "depth": 0,
  149. "source": "registry",
  150. "dependencies": {
  151. "com.unity.modules.director": "1.0.0",
  152. "com.unity.modules.animation": "1.0.0",
  153. "com.unity.modules.audio": "1.0.0",
  154. "com.unity.modules.particlesystem": "1.0.0"
  155. },
  156. "url": "https://packages.unity.com"
  157. },
  158. "com.unity.ugui": {
  159. "version": "1.0.0",
  160. "depth": 0,
  161. "source": "builtin",
  162. "dependencies": {
  163. "com.unity.modules.ui": "1.0.0",
  164. "com.unity.modules.imgui": "1.0.0"
  165. }
  166. },
  167. "com.unity.modules.ai": {
  168. "version": "1.0.0",
  169. "depth": 0,
  170. "source": "builtin",
  171. "dependencies": {}
  172. },
  173. "com.unity.modules.androidjni": {
  174. "version": "1.0.0",
  175. "depth": 0,
  176. "source": "builtin",
  177. "dependencies": {}
  178. },
  179. "com.unity.modules.animation": {
  180. "version": "1.0.0",
  181. "depth": 0,
  182. "source": "builtin",
  183. "dependencies": {}
  184. },
  185. "com.unity.modules.assetbundle": {
  186. "version": "1.0.0",
  187. "depth": 0,
  188. "source": "builtin",
  189. "dependencies": {}
  190. },
  191. "com.unity.modules.audio": {
  192. "version": "1.0.0",
  193. "depth": 0,
  194. "source": "builtin",
  195. "dependencies": {}
  196. },
  197. "com.unity.modules.cloth": {
  198. "version": "1.0.0",
  199. "depth": 0,
  200. "source": "builtin",
  201. "dependencies": {
  202. "com.unity.modules.physics": "1.0.0"
  203. }
  204. },
  205. "com.unity.modules.director": {
  206. "version": "1.0.0",
  207. "depth": 0,
  208. "source": "builtin",
  209. "dependencies": {
  210. "com.unity.modules.audio": "1.0.0",
  211. "com.unity.modules.animation": "1.0.0"
  212. }
  213. },
  214. "com.unity.modules.imageconversion": {
  215. "version": "1.0.0",
  216. "depth": 0,
  217. "source": "builtin",
  218. "dependencies": {}
  219. },
  220. "com.unity.modules.imgui": {
  221. "version": "1.0.0",
  222. "depth": 0,
  223. "source": "builtin",
  224. "dependencies": {}
  225. },
  226. "com.unity.modules.jsonserialize": {
  227. "version": "1.0.0",
  228. "depth": 1,
  229. "source": "builtin",
  230. "dependencies": {}
  231. },
  232. "com.unity.modules.particlesystem": {
  233. "version": "1.0.0",
  234. "depth": 0,
  235. "source": "builtin",
  236. "dependencies": {}
  237. },
  238. "com.unity.modules.physics": {
  239. "version": "1.0.0",
  240. "depth": 0,
  241. "source": "builtin",
  242. "dependencies": {}
  243. },
  244. "com.unity.modules.physics2d": {
  245. "version": "1.0.0",
  246. "depth": 0,
  247. "source": "builtin",
  248. "dependencies": {}
  249. },
  250. "com.unity.modules.screencapture": {
  251. "version": "1.0.0",
  252. "depth": 0,
  253. "source": "builtin",
  254. "dependencies": {
  255. "com.unity.modules.imageconversion": "1.0.0"
  256. }
  257. },
  258. "com.unity.modules.terrain": {
  259. "version": "1.0.0",
  260. "depth": 0,
  261. "source": "builtin",
  262. "dependencies": {}
  263. },
  264. "com.unity.modules.terrainphysics": {
  265. "version": "1.0.0",
  266. "depth": 0,
  267. "source": "builtin",
  268. "dependencies": {
  269. "com.unity.modules.physics": "1.0.0",
  270. "com.unity.modules.terrain": "1.0.0"
  271. }
  272. },
  273. "com.unity.modules.tilemap": {
  274. "version": "1.0.0",
  275. "depth": 0,
  276. "source": "builtin",
  277. "dependencies": {
  278. "com.unity.modules.physics2d": "1.0.0"
  279. }
  280. },
  281. "com.unity.modules.ui": {
  282. "version": "1.0.0",
  283. "depth": 0,
  284. "source": "builtin",
  285. "dependencies": {}
  286. },
  287. "com.unity.modules.uielements": {
  288. "version": "1.0.0",
  289. "depth": 0,
  290. "source": "builtin",
  291. "dependencies": {
  292. "com.unity.modules.ui": "1.0.0",
  293. "com.unity.modules.imgui": "1.0.0",
  294. "com.unity.modules.jsonserialize": "1.0.0",
  295. "com.unity.modules.uielementsnative": "1.0.0"
  296. }
  297. },
  298. "com.unity.modules.uielementsnative": {
  299. "version": "1.0.0",
  300. "depth": 1,
  301. "source": "builtin",
  302. "dependencies": {
  303. "com.unity.modules.ui": "1.0.0",
  304. "com.unity.modules.imgui": "1.0.0",
  305. "com.unity.modules.jsonserialize": "1.0.0"
  306. }
  307. },
  308. "com.unity.modules.umbra": {
  309. "version": "1.0.0",
  310. "depth": 0,
  311. "source": "builtin",
  312. "dependencies": {}
  313. },
  314. "com.unity.modules.unityanalytics": {
  315. "version": "1.0.0",
  316. "depth": 0,
  317. "source": "builtin",
  318. "dependencies": {
  319. "com.unity.modules.unitywebrequest": "1.0.0",
  320. "com.unity.modules.jsonserialize": "1.0.0"
  321. }
  322. },
  323. "com.unity.modules.unitywebrequest": {
  324. "version": "1.0.0",
  325. "depth": 0,
  326. "source": "builtin",
  327. "dependencies": {}
  328. },
  329. "com.unity.modules.unitywebrequestassetbundle": {
  330. "version": "1.0.0",
  331. "depth": 0,
  332. "source": "builtin",
  333. "dependencies": {
  334. "com.unity.modules.assetbundle": "1.0.0",
  335. "com.unity.modules.unitywebrequest": "1.0.0"
  336. }
  337. },
  338. "com.unity.modules.unitywebrequestaudio": {
  339. "version": "1.0.0",
  340. "depth": 0,
  341. "source": "builtin",
  342. "dependencies": {
  343. "com.unity.modules.unitywebrequest": "1.0.0",
  344. "com.unity.modules.audio": "1.0.0"
  345. }
  346. },
  347. "com.unity.modules.unitywebrequesttexture": {
  348. "version": "1.0.0",
  349. "depth": 0,
  350. "source": "builtin",
  351. "dependencies": {
  352. "com.unity.modules.unitywebrequest": "1.0.0",
  353. "com.unity.modules.imageconversion": "1.0.0"
  354. }
  355. },
  356. "com.unity.modules.unitywebrequestwww": {
  357. "version": "1.0.0",
  358. "depth": 0,
  359. "source": "builtin",
  360. "dependencies": {
  361. "com.unity.modules.unitywebrequest": "1.0.0",
  362. "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
  363. "com.unity.modules.unitywebrequestaudio": "1.0.0",
  364. "com.unity.modules.audio": "1.0.0",
  365. "com.unity.modules.assetbundle": "1.0.0",
  366. "com.unity.modules.imageconversion": "1.0.0"
  367. }
  368. },
  369. "com.unity.modules.vehicles": {
  370. "version": "1.0.0",
  371. "depth": 0,
  372. "source": "builtin",
  373. "dependencies": {
  374. "com.unity.modules.physics": "1.0.0"
  375. }
  376. },
  377. "com.unity.modules.video": {
  378. "version": "1.0.0",
  379. "depth": 0,
  380. "source": "builtin",
  381. "dependencies": {
  382. "com.unity.modules.audio": "1.0.0",
  383. "com.unity.modules.ui": "1.0.0",
  384. "com.unity.modules.unitywebrequest": "1.0.0"
  385. }
  386. },
  387. "com.unity.modules.wind": {
  388. "version": "1.0.0",
  389. "depth": 0,
  390. "source": "builtin",
  391. "dependencies": {}
  392. }
  393. }
  394. }