Created
December 5, 2022 21:24
-
-
Save paccao/3caf039c2bf3ea7ff24ebad91bd79e78 to your computer and use it in GitHub Desktop.
unity base packages (less taxing standard dependencies), also make sure to download the custom tools and put it in the correct folder (Line 3).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "dependencies": { | |
| "com.joelplumppu.tools": "file:F:/Unity Packages/Tools/", | |
| "com.unity.2d.animation": "7.0.9", | |
| "com.unity.2d.pixel-perfect": "5.0.3", | |
| "com.unity.2d.psdimporter": "6.0.6", | |
| "com.unity.2d.sprite": "1.0.0", | |
| "com.unity.2d.spriteshape": "7.0.6", | |
| "com.unity.2d.tilemap": "1.0.0", | |
| "com.unity.2d.tilemap.extras": "2.2.3", | |
| "com.unity.collab-proxy": "1.17.7", | |
| "com.unity.ide.vscode": "1.2.5", | |
| "com.unity.test-framework": "1.1.31", | |
| "com.unity.textmeshpro": "3.0.6", | |
| "com.unity.timeline": "1.6.4", | |
| "com.unity.ugui": "1.0.0", | |
| "com.unity.modules.ai": "1.0.0", | |
| "com.unity.modules.animation": "1.0.0", | |
| "com.unity.modules.audio": "1.0.0", | |
| "com.unity.modules.director": "1.0.0", | |
| "com.unity.modules.imageconversion": "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.physics2d": "1.0.0", | |
| "com.unity.modules.tilemap": "1.0.0", | |
| "com.unity.modules.ui": "1.0.0", | |
| "com.unity.modules.uielements": "1.0.0", | |
| "com.unity.modules.umbra": "1.0.0", | |
| "com.unity.modules.unitywebrequest": "1.0.0", | |
| "com.unity.modules.unitywebrequestwww": "1.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment