Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating changelog and package.json #2952

Merged

Conversation

fluong6
Copy link
Collaborator

@fluong6 fluong6 commented Jun 17, 2024

Bumping ngo-2.0.0-pre.1 changelog and package.json.

Changelog

  • Fixed: added version and date for ngo-2.0.0-pre.1

Testing and Documentation

  • No tests have been added.

@fluong6 fluong6 requested review from chrispope, miniwolf and a team as code owners June 17, 2024 14:23
Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@NoelStephensUnity NoelStephensUnity merged commit ea0300a into release/2.0.0-pre.1 Jun 17, 2024
29 checks passed
@NoelStephensUnity NoelStephensUnity deleted the chore/update-changelog-package-json branch June 17, 2024 20:47
NoelStephensUnity added a commit that referenced this pull request Jun 26, 2024
* chore: updating changelog and package.json (#2952)

* updating changelog and package.json

* adding date

* fix: rotation not being 1.0 issue using rigid body for motion (#2954)

* fix

this fixes the issue where a quaternion could potentially be close to 1.0 but off by a very very very small amount. Under this scenario, we Normalize the quaternion prior to invoking MoveRotation.

* feat: up-port of network variable traits, anticipation, serialized null references, and removal of animator component requirement (#2957)

* update

This contains the updates for PR-2820 (Anticipated NetworkVariable and NetworkTransform) with minor adjustments based on updates in the v2.0.0 branch.

Updating the package version.

Adding updated changelog entries.

up-port of PR-2872

up-port of PR-2874.

updating change log file

---------

Co-authored-by: Frank Luong <[email protected]>
NoelStephensUnity added a commit that referenced this pull request Jun 26, 2024
* chore: updating changelog and package.json (#2952)

* updating changelog and package.json

* adding date

* fix: rotation not being 1.0 issue using rigid body for motion (#2954)

* fix

this fixes the issue where a quaternion could potentially be close to 1.0 but off by a very very very small amount. Under this scenario, we Normalize the quaternion prior to invoking MoveRotation.

* feat: up-port of network variable traits, anticipation, serialized null references, and removal of animator component requirement (#2957)

* update

This contains the updates for PR-2820 (Anticipated NetworkVariable and NetworkTransform) with minor adjustments based on updates in the v2.0.0 branch.

Updating the package version.

Adding updated changelog entries.

up-port of PR-2872

up-port of PR-2874.

updating change log file

* fix

Even if the service specifies to synchronize, if scene management is disabled then do not synchronize.

* fix

Removing some of the logic to determine if session owner should synchronize a connecting client or not.

* fix

Fixing issue with spawning objects within OnInSceneObjectsSpawned and OnNetworkSessionSynchronized primarily on the session owner side.

* update

Reducing the notification down to just synchronization since in-scene notification is called on the spawn sweep.

* test

Adding test for preventing spawning prior to being approved.
Adding tests for when spawning during NetworkBehaviour.OnInSceneObjectsSpawned or NetworkBehaviour.OnNetworkSessionSynchronized or both.

* fix

Up port of #2953

* update

Adding change log entries.

* style

removing white space

* update

reducing GC overhead during deferred despawn

* style

Removing whitespaces

* revert

Reverting deferred spawn update.

---------

Co-authored-by: Frank Luong <[email protected]>
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.

3 participants