Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0ebc16c
Create FontIconSetDefinition
keveleigh Nov 11, 2025
dccb9b6
Add MRTK default asset
keveleigh Nov 11, 2025
6171b91
Fix race condition where the deserialized value was being read before…
keveleigh Nov 11, 2025
1b57417
Update field naming and general formatting
keveleigh Nov 11, 2025
45e1aea
Fix issue where the wrong color param was being set
keveleigh Nov 11, 2025
aa6431e
Disable buttons if the icon has already been added
keveleigh Nov 11, 2025
74893b0
Update to use Foldout instead of BeginFoldoutHeaderGroup
keveleigh Nov 11, 2025
485f906
Update FontIconSetInspector.cs
keveleigh Nov 11, 2025
3ab84f1
Update selected icons display for improved flow and usage
keveleigh Nov 11, 2025
7c16c56
Add FontIconSetDefinition to FontIconSet
keveleigh Nov 11, 2025
5219891
Fix asset not being marked dirty when changed
keveleigh Nov 11, 2025
10f7182
Simplify CRUD method implementations
keveleigh Nov 11, 2025
a0df202
Sort the added symbols by unicode value
keveleigh Nov 11, 2025
7e3b88b
Update FontIconSetDefinition.cs
keveleigh Nov 11, 2025
a1b400e
Create dropdown for accessing icon set definition names
keveleigh Nov 11, 2025
f6406a3
Update Selawik-Semibold-MRTKIcons.asset
keveleigh Nov 11, 2025
1992e12
Add migration path for FontIconSelector
keveleigh Nov 12, 2025
8e86ffe
Update FontIconSelectorInspector.cs
keveleigh Nov 12, 2025
671d398
Update .gitignore
keveleigh May 15, 2026
f5aa7c1
Add FontIconSelectorMigrationUtility
keveleigh May 15, 2026
fca1269
Add FontIconSelectorTests
keveleigh May 15, 2026
3979b1d
Improve robustness
keveleigh Dec 5, 2025
7e4b8a5
Improvements
keveleigh May 15, 2026
f9fe7a4
Sort names
keveleigh May 15, 2026
310f8e3
Map MRTK_FluentIconSet
keveleigh May 15, 2026
c118746
Add more icon names
keveleigh May 15, 2026
6b908e2
More names!
keveleigh May 15, 2026
7ca83e4
More names
keveleigh May 15, 2026
40187f1
Sort the icons
keveleigh May 15, 2026
481a1f3
Robustness
keveleigh May 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ obj/
# Visual Studio Code Generated #
# ============================ #
.vscode/
*.lscache

# ===================== #
# Project Specific List #
Expand Down
Loading