This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid IL in setters for non-blittable-value-type non-generic fi…
…elds
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This is a small bugfix update. Generated assemblies should be fully compatible with those generated by 0.4.17.x. | ||
|
||
New features: | ||
* Fixed compatibility with Unity versions 2021.2.0 and above | ||
|
||
* Fixed compatibility with Unity versions 2021.2.0 and above | ||
* Fixed setters of non-blittable-value-type non-generic fields having invalid IL |