Search Issue Tracker
Active
Under Consideration for 1.3.X
Votes
0
Found in [Package]
1.3.14 - Entities
7000.0.0a1
Issue ID
ECSB-1687
Regression
No
Instances of static objects are not loaded when the static objects are disabled in the Player
How to reproduce:
1. Open the “bug.zip“ project
2. Build and run the project
3. In the Player, toggle off the “Toggle Staging Tree Subscenes On/Off“ button (so that the terrain object is unloaded)
4. Then, toggle off the “Toggle Hierarchy Trees On/Off“ button (so that the 5 tree objects are unloaded)
5. Toggle on the “Toggle Staging Tree Subscenes On/Off“ button (so that the terrain object is loaded)
6. Observe the loaded objects
Expected result: The terrain is loaded with trees
Actual result: The terrain is loaded with no trees
Reproducible in: 1.3.2, 1.3.14 (6000.0.49f1, 6000.1.3f1, 6000.2.0b1)
Could not test in: 2022.1.0a1, 2022.3.62f1 (unable to finish building the project)
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Notes:
- Only reproducible in the Player
- Warnings for each static base tree are logged upon loading the Subscenes: “Registering material null at index {index} inside a RenderMeshArray failed“
- Could not test for regressions as the building loading box never progresses with lower versions
- In the Player.Log, “{{Registering mesh null at index [index of the static object] inside a RenderMeshArray failed}}“ can be observed when trying to load instances
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment