Search Issue Tracker
Fixed
Fixed in 1.3.X - Entities
Votes
0
Found in [Package]
1.3.10 - Entities
Issue ID
ECSB-1592
Regression
Yes
TypeHash.CalculateStableTypeHash() throws ArgumentException when used on a non-component type
How to reproduce:
1. Open “IN-96003_Hack Lab - C3“ project
2. Open “SampleScene”
3. Enter Play mode
4. Observe result
Expected result: Objects move
Actual result: Exception thrown: ArgumentException: Unknown Type:C3.Scripts.SineScript All ComponentType must be known at compile time. For generic components, each concrete type must be registered with [RegisterGenericComponentType].
Reproducible with: 1.3.10(6000.0.41f1, 6000.1.0b9, 6000.2.0a6)
Not reproducible with: 1.3.9(6000.0.41f1, 6000.1.0b9, 6000.2.0a6)
Could not test with: 2022.3.59f1 (Compilation errors due to older packages not having methods used in the project), 2021.3.49f1 (Package not available)
Reproducible on: macOS 15.3.1 (M1 Max)
Not reproducible on: no other environments 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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 1.3.X - Entities):
This will be addressed in the next version of entities, likely 1.3.11 or beyond.