Skip to content

Update master branch with select 1.3.2 release changes and port a Random NextFloat and NextDouble documentation update#255

Open
plu-unity wants to merge 8 commits into
masterfrom
update-master-with-1.3.2-changes-and-port-doc-update
Open

Update master branch with select 1.3.2 release changes and port a Random NextFloat and NextDouble documentation update#255
plu-unity wants to merge 8 commits into
masterfrom
update-master-with-1.3.2-changes-and-port-doc-update

Conversation

@plu-unity

@plu-unity plu-unity commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

The initial intention of the PR was to update the master branch with a recent Remark addition for NextFloat and NextDouble methods with min and max parameters. It turned out the branch was not updated following the last formal package release at 1.3.2 (1.3.3 was automatically created to account for new package signature requirements). This PR brings in select changes from the release branch and removes some unsupported editor versions from the upm-ci.yml.

Jonathan Mankin and others added 8 commits January 11, 2024 10:34
Need an exception due to us updating the minimum unity version to a supported Unity Version.
…ax parameter.

The affine (min, max) overloads compute the result as
value * (max - min) + min. Floating-point rounding (round-half-to-even)
can in rare cases return exactly max instead of a value strictly below
it, so the [min, max) interval is the intent rather than a hard
guarantee.
… port

-Removed the ValidationExceptions.json entry needed for the last package release
@plu-unity
plu-unity requested a review from unpacklo July 18, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant