-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.2.0-pre.8] - 2024-01-30 ### Changes - Fix Dropdown creation causing a crash after undoing. - Addressed issue surrounding dropdown not closing correctly in certain situations - Resolves issue in editor where a null mesh may be set with still present submesh data, not having the canvas update. - Ensure enabling and disabling Canvases does not cause a regeneration of the text. - Fixed un-detected sprite asset changes after adding new sprites. - Ensure Kerning is not applied to Sprites
- Loading branch information
Unity Technologies
committed
Jan 30, 2024
1 parent
aee719b
commit 067fd10
Showing
8 changed files
with
76 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
[ | ||
{ | ||
"ValidationTest": "API Validation", | ||
"PackageVersion": "3.2.0-pre.2" | ||
"PackageVersion": "3.2.0-pre.8" | ||
} | ||
] | ||
} |
Oops, something went wrong.