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.
2 parents a100ef3 + dc16ffe commit 2eac5a4Copy full SHA for 2eac5a4
Assets/FbxExporters/Editor/UnitTests/ModelExporterTest.cs
@@ -349,6 +349,7 @@ public void TestExportCamera(){
349
camera.nearClipPlane = 19;
350
camera.farClipPlane = 500.6f;
351
352
+ filename = GetRandomFbxFilePath (); // export to a different file
353
fbxCamera = ExportCamera (filename, cameraObj);
354
CompareCameraValues (camera, fbxCamera);
355
Assert.AreEqual (camera.orthographicSize, fbxCamera.orthographicSize);
0 commit comments