Last active
April 24, 2020 20:51
-
-
Save BanksySan/1093ccfb57190d3e5088f124417530ab to your computer and use it in GitHub Desktop.
Unity Manifest
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.unity.2d.animation": "3.2.1", | |
"com.unity.2d.pixel-perfect": "2.0.4", | |
"com.unity.2d.sprite": "1.0.0", | |
"com.unity.2d.spriteshape": "3.0.10", | |
"com.unity.2d.tilemap": "1.0.0", | |
"com.unity.cinemachine": "2.5.0", | |
"com.unity.ide.rider": "1.1.4", | |
"com.unity.progrids": "3.0.3-preview.6", | |
"com.unity.recorder": "2.2.0-preview.4", | |
"com.unity.render-pipelines.universal": "7.3.1", | |
"com.unity.textmeshpro": "2.0.1", | |
"com.unity.timeline": "1.2.14", | |
"com.unity.ugui": "1.0.0", | |
"com.unity.modules.ai": "1.0.0", | |
"com.unity.modules.androidjni": "1.0.0", | |
"com.unity.modules.animation": "1.0.0", | |
"com.unity.modules.assetbundle": "1.0.0", | |
"com.unity.modules.audio": "1.0.0", | |
"com.unity.modules.cloth": "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.physics": "1.0.0", | |
"com.unity.modules.physics2d": "1.0.0", | |
"com.unity.modules.screencapture": "1.0.0", | |
"com.unity.modules.terrain": "1.0.0", | |
"com.unity.modules.terrainphysics": "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.unityanalytics": "1.0.0", | |
"com.unity.modules.unitywebrequest": "1.0.0", | |
"com.unity.modules.unitywebrequestassetbundle": "1.0.0", | |
"com.unity.modules.unitywebrequestaudio": "1.0.0", | |
"com.unity.modules.unitywebrequesttexture": "1.0.0", | |
"com.unity.modules.unitywebrequestwww": "1.0.0", | |
"com.unity.modules.vehicles": "1.0.0", | |
"com.unity.modules.video": "1.0.0", | |
"com.unity.modules.vr": "1.0.0", | |
"com.unity.modules.wind": "1.0.0", | |
"com.unity.modules.xr": "1.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment