Skip to content

Commit 8ed94da

Browse files
author
David Lassonde
committed
Probuilder is our friend
1 parent 7a47bcc commit 8ed94da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Packages/com.unity.formats.fbx/Editor/Scripts/FbxExporter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using System.Security.Permissions;
1313

1414
[assembly: InternalsVisibleTo("Unity.Formats.Fbx.Editortests")]
15+
[assembly: InternalsVisibleTo("Unity.ProBuilder.AddOns.Editor")]
1516

1617
namespace UnityEditor.Formats.Fbx.Exporter
1718
{

Packages/com.unity.formats.fbx/Runtime/FbxPrefab.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[assembly: InternalsVisibleTo("Unity.Formats.Fbx.Editor")]
66
[assembly: InternalsVisibleTo("Unity.Formats.Fbx.Editortests")]
7+
[assembly: InternalsVisibleTo("Unity.ProBuilder.AddOns.Editor")]
78

89
namespace UnityEngine.Formats.Fbx.Exporter
910
{

0 commit comments

Comments
 (0)