Skip to content

Commit 8065e52

Browse files
author
Mark Visser
committed
updated to Unity 2018.2.5f1, fixed path to assets in tests
1 parent 3e95feb commit 8065e52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestProjects/FbxTests/Assets/Editor/ExporterTestBaseAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public abstract class ExporterTestBaseAPI
1212
/// Use this path if you want to load some data for testing, e.g. a
1313
/// material or scene or fbx.
1414
/// </summary>
15-
public const string PathToTestData = "Assets/com.unity.formats.fbx.tests";
15+
public const string PathToTestData = "Assets";
1616

1717
/// <summary>
1818
/// Sleep an amount of time (in ms) so we can safely assume that the
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.2.1f1
1+
m_EditorVersion: 2018.2.5f1

0 commit comments

Comments
 (0)