Merge pull request #2758 from ousttrue/fix/enable_com.unity.mathematics
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled

生成
This commit is contained in:
ousttrue 2025-12-11 16:16:24 +09:00 committed by GitHub
commit 3b99078d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.test-framework": "1.4.6"
"com.unity.test-framework": "1.4.6",
"com.unity.mathematics": "1.2.6"
},
"samples": [
{

View File

@ -154,7 +154,8 @@
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.test-framework": "1.4.6"
"com.unity.test-framework": "1.4.6",
"com.unity.mathematics": "1.2.6"
}
},
"com.vrmc.univrm": {