Skip to content

Commit

Permalink
fix: Updated altered type in UXML
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Dec 9, 2022
1 parent 98af43a commit 4ae2aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/UI/GltfImporter.uxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ui:VisualElement>
<ui:VisualElement name="ImportSettings" class="section">
<Style src="GltfImporter-style.uss" />
<uie:EnumField label="Animation" value="Legacy" binding-path="importSettings.animationMethod" type="GLTFast.ImportSettings+AnimationMethod, glTFast" name="Animation" focusable="true" tooltip="Target animation system" />
<uie:EnumField label="Animation" value="Legacy" binding-path="importSettings.animationMethod" type="GLTFast.AnimationMethod, glTFast" name="Animation" focusable="true" tooltip="Target animation system" />
<ui:Toggle label="Generate Lightmap UVs" name="SecondaryUVSet" binding-path="editorImportSettings.generateSecondaryUVSet" text="&#x9;" tooltip="Generate lightmap texture coordinates into the second UV channel (if not present)" />
</ui:VisualElement>
<ui:VisualElement name="AdvancedSettings" class="section">
Expand Down

0 comments on commit 4ae2aa6

Please sign in to comment.