Skip to content

Commit 3875b81

Browse files
author
Mark Visser
committed
updated test project to 2019.1a13
1 parent e3ca4ba commit 3875b81

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ TestProjects/FbxTests/Assets/Plugins*
7373
.DS_Store
7474
FbxExportSettings.asset
7575
**/ValidationSuiteResults/**
76+
TestProjects/FbxTests/Logs/*

TestProjects/FbxTests/Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"com.autodesk.fbx": "2.0.0-preview",
4-
"com.unity.ads": "2.3.1",
3+
"com.unity.ads": "2.0.8",
54
"com.unity.analytics": "3.2.2",
65
"com.unity.collab-proxy": "1.2.15",
76
"com.unity.formats.fbx": "file:../../../build/install/com.unity.formats.fbx",
87
"com.unity.formats.fbx.tests": "file:../../../com.unity.formats.fbx.tests",
9-
"com.unity.package-manager-ui": "2.0.3",
8+
"com.unity.package-manager-ui": "2.1.1",
109
"com.unity.package-validation-suite": "0.4.0-preview.13",
11-
"com.unity.purchasing": "2.0.3",
10+
"com.unity.purchasing": "2.0.1",
1211
"com.unity.textmeshpro": "1.3.0",
12+
"com.unity.timeline": "1.0.0",
1313
"com.unity.modules.ai": "1.0.0",
1414
"com.unity.modules.animation": "1.0.0",
1515
"com.unity.modules.assetbundle": "1.0.0",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
m_EditorVersion: 2018.3.0f2
1+
m_EditorVersion: 2019.2.0a1
2+
m_EditorVersionWithRevision: 2019.2.0a1 (f415bc2e1f10)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"m_SettingKeys": [
3+
"VR Device Disabled",
4+
"VR Device User Alert"
5+
],
6+
"m_SettingValues": [
7+
"False",
8+
"False"
9+
]
10+
}

0 commit comments

Comments
 (0)