Search Issue Tracker
Fixed in 6000.1.0a9
Fixed in 2022.3.56f1, 6000.0.33f1, 6000.1.X, 7000.0.0a14, future release
Votes
2
Found in
2022.3.52f1
6000.0.27f1
6000.1.0a4
Issue ID
UUM-87753
Regression
Yes
[WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
Reproduction steps:
1. Open the attached “ASDQWE” project
2. Build and run the WebGL Player (File > Build And Run)
3. Open Finder or File Explorer
4. Go to the Build location
5. Open index.html and uncomment line 78 (config.autoSyncPersistentDataPath = true;)
6. Refresh the browser window with the Player
7. Observe the Player
Expected result: There are no issues
Actual result: The Player throws a "TypeError: Cannot read properties of undefined (reading 'length')" error on start-up
Reproducible with: 2022.3.52f1, 6000.0.27f1, 6000.1.0a4
Not reproducible with: 2021.3.46f1
Reproducible environment: MacOS 14.6.1 Intel, 15.0 Intel (user’s)
Not reproducible environment: No other environment tested
Workaround: Set config.autoSyncPersistentDataPath to false or leave the line commented out
Note: The user reported seeing the issue occur persistently on Firefox and seldom on Chrome. CQA could not reproduce the problem on Firefox 132.0.2 only on Chrome 131.0.6778.69, Safari 17.6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment