Skip to content

Instantly share code, notes, and snippets.

@baobao
Created September 9, 2018 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baobao/26a12fd09c60f9d587560c64a1e29984 to your computer and use it in GitHub Desktop.
Save baobao/26a12fd09c60f9d587560c64a1e29984 to your computer and use it in GitHub Desktop.
JobSystem使う上でインポートしているパッケージ一覧(不要なものもある)
{
"dependencies": {
"com.unity.burst": "0.2.4-preview.25",
"com.unity.collections": "0.0.9-preview.4",
"com.unity.entities": "0.0.12-preview.12",
"com.unity.incrementalcompiler": "0.0.42-preview.19",
"com.unity.jobs": "0.0.7-preview.3",
"com.unity.mathematics": "0.0.12-preview.13",
"com.unity.package-manager-ui": "1.9.11",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.ui": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment