We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dde7a2 commit 6e4fe01Copy full SHA for 6e4fe01
Assets/FbxExporters/Editor/UnitTests/IntegrationsTest.cs
@@ -30,10 +30,6 @@ public void BasicTest() {
30
// Note: This test assumes that Maya is actually installed in a default location.
31
Assert.IsTrue(Directory.Exists(Editor.IntegrationsUI.DefaultAdskRoot));
32
33
- // test getting the maya location
34
- LogNonEmptyString ("location", Editor.IntegrationsUI.GetMayaLocation ());
35
- LogNonEmptyString ("binary", Editor.IntegrationsUI.GetMayaExe ());
36
-
37
Assert.IsFalse(Editor.Integrations.IsHeadlessInstall());
38
39
LogNonEmptyString("module path", Editor.Integrations.GetModulePath());
0 commit comments