Editor crashes on nullable value type fields
Author: zgxnetCreated Dec 18, 2025Updated Sep 9, 2026
Labelsbug
Release Type: GitHub source current branch
Version: Latest commit at time of report
Platform(s): Windows
Describe the bug The editor crashes when handling nullable value types, e.g. float?
To Reproduce Steps to reproduce the behavior:
- Define a component with a nullable value type field (e.g. float?)
- Add the component to an entity
- Attempt to edit the field in the editor
- Editor crashes
Expected behavior Nullable value type fields should be editable like regular fields, where an empty string represents null
Screenshots Not applicable
Log and callstacks Not applicable
Additional context It appears that the editor doesn't currently support nullable value types
Source: stride3d/stride