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.
1 parent bbbd093 commit 99cbae8Copy full SHA for 99cbae8
Assets/FbxExporters/Editor/FbxPrefabInspector.cs
@@ -16,13 +16,6 @@ public override void OnInspectorGUI() {
16
}
17
EditorGUI.BeginDisabledGroup(isDisabled);
18
19
- fbxPrefab.SetAutoUpdate(EditorGUILayout.Toggle ("Auto-update:", fbxPrefab.WantsAutoUpdate()));
20
- if (!isDisabled && !fbxPrefab.WantsAutoUpdate()) {
21
- if (GUILayout.Button("Sync prefab to FBX")) {
22
- fbxPrefab.SyncPrefab();
23
- }
24
25
-
26
var oldFbxAsset = fbxPrefab.GetFbxAsset();
27
var newFbxAsset = EditorGUILayout.ObjectField("Source Fbx Asset", oldFbxAsset,
28
typeof(GameObject), allowSceneObjects: false) as GameObject;
0 commit comments