You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning CA1020 Consider merging the types defined in 'UnityEditor.Formats.Fbx.Exporter' with another namespace.
4
+
> No, we want to keep this namespace
5
+
6
+
Warning CA1064 Make exception class 'ConvertToLinkedPrefabException' public.
7
+
Warning CA1064 Make exception class 'ModelExportException' public. Unity.Formats.Fbx.Editor D:\projects\FbxExporters\Packages\com.unity.formats.fbx\Editor\Scripts\FbxExporter.cs 46 Active
8
+
Warning CA1064 Make exception class 'FbxExportSettingsException' public. Unity.Formats.Fbx.Editor D:\projects\FbxExporters\Packages\com.unity.formats.fbx\Editor\Scripts\FbxExportSettings.cs 12 Active
9
+
Warning CA1064 Make exception class 'FbxPrefabException' public. Unity.Formats.Fbx.Editor D:\projects\FbxExporters\Packages\com.unity.formats.fbx\Editor\Scripts\FbxPrefabAutoUpdater.cs 15 Active
10
+
> In another version of the API when we expose more things
11
+
12
+
Warning CA1801 (x5) Parameter 'xyz' of 'SomeMethod' is never used. Remove the parameter or use it in the method body. Unity.Formats.Fbx.Editor
13
+
> These are defined in Unity, we just do not use the parameters
0 commit comments