Search Issue Tracker
Fixed
Fixed in 1.2.0
Votes
0
Found in [Package]
1.2.0
Issue ID
N4EBUG-15
Regression
No
Prespawned Ghosts fail to awake when designated as relevant
How to reproduce:
1. Open the “DotsSum-master” project
2. Open the “SampleScene”
3. Disable Multiplayer Simulation (Multiplayer > Window: PlayMode Tools > Simulator > “Disabled”)
4. Make sure to set PlayMode Type to “Client & Server” (Multiplayer > Window: PlayMode Tools)
5. Enter Play Mode
6. Move the player (red) Entity into sphere (green) Entities using WASD keys
Expected result: player collides with Entities without any rubberbanding
Actual result: when the player collides with Entities rubberbanding occurs and the sphere Entities fail to fully awake
Reproduced with: 0.17.0-preview.41 (2022.2.19f1, 2023.1.0b16, 2023.2.0a14), 1.0.0-pre.65 (2022.2.19f1, 2023.1.0b16, 2023.2.0a14)
Could not test with: 0.17.0-preview.41 (2020.3.48f1, 2021.3.25f1) (Could not resolve dependency issues)
Reproduced on: Windows 10 (by reporter), Windows 11
Notes:
1. In the “SortRelevance“ script uncommenting lines 29-33 fixes the issue
2. When downgrading the Entities Package to version 0.17.0-preview.41, downgrading the Netcode for Entities and Unity Physics packages caused script errors that were unresolvable, therefore Netcode for Entities and Unity Physics packages could not be properly tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 1.2.0):
Fixed by adding default relevancy queries, making sure internal netcode prespawn tracking ghosts are always included