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
remove Unity 2018.2 elif for setting FbxPrefabFile
- in Unity 2018.2.0b7, the asset database can no longer find the file in the package with the filename alone.
- also add a different warning is the .cs file can't be found as it most likely isn't because of the user trying to uninstall
- remove test that no longer has a use case as it requred FbxPrefabFile to be "/FbxPrefab.cs"
Debug.LogWarning(string.Format("{0} not found; are you trying to uninstall {1}?",FBX_PREFAB_FILE,UnityEditor.Formats.Fbx.Exporter.ModelExporter.PACKAGE_UI_NAME));
80
+
Debug.LogWarningFormat("{0} not found; update FbxPrefabFile variable in FbxPrefabAutoUpdater.cs to point to FbxPrefab.cs path.",FbxPrefabFile);
0 commit comments