Skip to content

Commit

Permalink
fix: Forgot to save/commit uxml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Oct 26, 2021
1 parent 10937fc commit 75c6808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Editor/Resources/GltfImporter.uxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Style src="GltfImporter-style.uss" />
<ui:Label text="glTF Import Settings" name="Headline" class="h1" />
<uie:EnumField label="Animation" value="Legacy" binding-path="importSettings.animationMethod" type="GLTFast.ImportSettings+AnimationMethod, glTFast" name="Animation" focusable="true" />
<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="Dependencies" class="dependencies section">
<Style src="GltfImporter-style.uss" />
Expand Down

0 comments on commit 75c6808

Please sign in to comment.