Skip to content

Commit

Permalink
Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hykudoru committed Dec 7, 2020
1 parent 8c31d4d commit 59cedbc
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 149 deletions.
Binary file removed Drones/Assets/Square.png
Binary file not shown.
148 changes: 0 additions & 148 deletions Drones/Assets/Square.png.meta

This file was deleted.

6 changes: 6 additions & 0 deletions Drones/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"dependencies": {
"com.unity.cinemachine": "2.3.4",
"com.unity.collab-proxy": "1.2.16",
"com.unity.connect.share": "4.0.3",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.1",
"com.unity.inputsystem": "1.0.0",
"com.unity.mathematics": "1.1.0",
"com.unity.probuilder": "4.2.3",
"com.unity.purchasing.udp": "2.1.0",
"com.unity.remote-config": "1.0.9",
"com.unity.test-framework": "1.1.16",
"com.unity.textmeshpro": "2.1.1",
"com.unity.timeline": "1.2.16",
Expand Down
61 changes: 61 additions & 0 deletions Drones/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
{
"dependencies": {
"com.unity.cinemachine": {
"version": "2.3.4",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "1.2.16",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.connect.share": {
"version": "4.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.settings-manager": "1.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.0",
"depth": 1,
Expand Down Expand Up @@ -37,6 +61,43 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.1.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.probuilder": {
"version": "4.2.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.settings-manager": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.purchasing.udp": {
"version": "2.1.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.remote-config": {
"version": "1.0.9",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "1.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.16",
"depth": 0,
Expand Down
33 changes: 33 additions & 0 deletions Drones/ProjectSettings/Packages/com.unity.probuilder/Settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"m_Name": "Settings",
"m_Path": "ProjectSettings/Packages/com.unity.probuilder/Settings.json",
"m_Dictionary": {
"m_DictionaryValues": [
{
"type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "log.level",
"value": "{\"m_Value\":3}"
},
{
"type": "UnityEngine.ProBuilder.LogOutput, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "log.output",
"value": "{\"m_Value\":1}"
},
{
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "log.path",
"value": "{\"m_Value\":\"ProBuilderLog.txt\"}"
},
{
"type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "about.identifier",
"value": "{\"m_Value\":{\"m_Major\":4,\"m_Minor\":2,\"m_Patch\":3,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}"
},
{
"type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "preferences.version",
"value": "{\"m_Value\":{\"m_Major\":4,\"m_Minor\":2,\"m_Patch\":3,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}"
}
]
}
}
2 changes: 1 addition & 1 deletion Drones/ProjectSettings/UnityConnectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
UnityConnectSettings:
m_ObjectHideFlags: 0
serializedVersion: 1
m_Enabled: 1
m_Enabled: 0
m_TestMode: 0
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
Expand Down

0 comments on commit 59cedbc

Please sign in to comment.