Skip to content
New issue

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

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

Already on GitHub? # to your account

Disabling Set Active Scene prevents manual scene activation #838

Closed
maxkratt opened this issue Jan 11, 2025 · 1 comment
Closed

Disabling Set Active Scene prevents manual scene activation #838

maxkratt opened this issue Jan 11, 2025 · 1 comment

Comments

@maxkratt
Copy link
Contributor

Disabling the "Set Active Scene" setting on the SceneManager component prevents using the PreferredActiveScene option in SceneLoadData to set an active scene.

@FirstGearGames
Copy link
Owner

Fixed in 4 5 7

FirstGearGames pushed a commit that referenced this issue Jan 14, 2025
- Fixed TimeManager.TimePassed negative time comparison (#829).
- Added Transport.GetPacketLoss. Only some transports support this feature.
- Added Tugboat.GetPacketLoss(bool).
- Added Server/ClientAttribute.UseIsStarted to force using IsServer/ClientStarted instead of Initialized.
- Fixed conditional NullReferenceException on clientHost when NetworkObserver deinitialized OnDestroy (#812).
- Renamed SceneManager.MoveClientHostObjects to MoveClientObjects.
- Changed SceneManager.MoveClientObjects now also applies to ClientOnly.
- Fixed NullReferenceExceptions on clientHost when rapidly spawning while changing scenes.
- Improved removed unnecessary logging for clientHost.
- Fixed NetworkObject NullReferenceException during OnDestroy when nested.
- Improved sending reconciles on Channel.Reliable now forces them through regardless if replicates run recently.
- Fixed Unity bug IL2CPP build crash for RPCs in generic classes. This is a limited work-around; for proper resolution use Unity 2022 or higher.
- Fixed OnServerDespawn not invoking via observer builds (thanks gooby!).
- Fixed math on Quaterion.Subtract extension.
- Fixed RigidbodyPauser unpausing to kinematic states when another Pauser made kinematic. This bug mostly affected OfflineRigidbody.
- Fixed invalid read size error when reader deserializers a null list (#837).
- Fixed ChildTransformTickSmoother graphics not moving with target when starting as clientHost then disconnecting client.
- Fixed ChildTransformTickSmoother moving to incorrect values when graphicalObject had an offset and when using adaptive interpolation.
- Fixed replicates not running default data when data was queued but interpolation was not met yet.
- Fixed preferred scenes not being set as active scene when SceneManager.SetActiveScene is false (#838).
- Fixed NetworkManager reference being null on reconcile and replicate readers, resulting in possible errors when reading types dependent on a NetworkManager.
- Fixed harmless NullReferenceException caused by ChildTransformTickSmoother when exiting play/application (#818).
- Fixed harmless Multipass Id not found error in Multipass when subsequentially starting server, client, then stopping server (#828).
- Improved performance slightly while in development mode when clients disconnect.
- Updated Edgegap to 3.0.9.
- Added CharacterController prediction demo, featuring: sprint, jumping, stamina, moving platforms, parenting.
- Added Rigidbody prediction demo, featuring: NetworkTrigger pickup, speed boost, predicting multiple rigidbodies.
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants