| 1234567891011121314151617181920212223 |
- {
- "name": "cn.etetet.mathematics",
- "displayName": "ET.Mathematics",
- "version": "0.0.2",
- "unity": "2022.3",
- "description": "一个对unity的mathematics包装,主要是增加对服务端dotnet的支持",
- "author": {
- "name": "tanghai",
- "url": "https://github.com/egametang/ET"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/egametang/ET"
- },
- "relatedPackages": {},
- "dependencies": {
- "com.unity.mathematics": "1.2.6"
- },
- "publishConfig":
- {
- "registry": "https://npm.pkg.github.com/@ET-Packages"
- }
- }
|