Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.2.4 - Collections
Issue ID
ECSB-748
Regression
Yes
Updating Collections package from 1.2.4 to current throws errors
Notes this issue does not occur on package updates 1.3.1 and above, but does occur on packages 1.2.4 and below.
# Create a new Unity project
# Open window> Package Manager and then change from 'In Project' to 'Unity Registry'
# Search or Find the collections package and then select 'Install'
# In file explorer find the Project's 'Manifest.json' file and open it in a text editor or IDE
# Change line "com.unity.collections": "2.1.4", from '2.1.4' to '1.2.4'
# Switch back to the Editor and observe that the collections version number has changed
# Select 'Update to 2.1.4'
Expected result: the package is updated and no errors are logged
Actual Result: 'UnsafeParallelHashSetExtensions.gen.cs' is thrown 243 times in the console and the player is unable to enter playmode or clear these errors unless the project is reopened.
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
Resolution Note:
You have to upgrade to each minor version for the script updater to automatically update your code properly.