Skip to content

Commit dc16ffe

Browse files
committed
export the second camera to a different path
1 parent a100ef3 commit dc16ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/FbxExporters/Editor/UnitTests/ModelExporterTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ public void TestExportCamera(){
349349
camera.nearClipPlane = 19;
350350
camera.farClipPlane = 500.6f;
351351

352+
filename = GetRandomFbxFilePath (); // export to a different file
352353
fbxCamera = ExportCamera (filename, cameraObj);
353354
CompareCameraValues (camera, fbxCamera);
354355
Assert.AreEqual (camera.orthographicSize, fbxCamera.orthographicSize);

0 commit comments

Comments
 (0)