Skip to content

Instantly share code, notes, and snippets.

@rodrigod89
Created March 4, 2021 20:09
Show Gist options
  • Save rodrigod89/beb761f03d7bf6bd90ed72bf66dd41f0 to your computer and use it in GitHub Desktop.
Save rodrigod89/beb761f03d7bf6bd90ed72bf66dd41f0 to your computer and use it in GitHub Desktop.
Lite amount of packages for a new unity project
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.1",
"com.unity.test-framework": "1.1.14",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment