Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.1f1
Issue ID
918683
Regression
No
Vector3 field in the inspector shows next three fields in the script when it has SerializedField and HideInInspector attributes
To reproduce:
1. Open the project, attached by user (Empty project.zip)
2. Select GameObject in the Hierarchy
3. Observe the Test component in the Inspector
Expected: SerializedField and HideInInspector attributes together do not show the property in the Inspector at all
Actual: next three serialized properties in the script are drawn for each of the Vector3 fields when Vector3 property has SerializedField and HideInInspector attributes
Reproduced in 5.4.5p2, 5.5.4.f1, 5.6.1f1, 2017.1.0b8, 2017.2.0a3
Workaround: do not put both of the attributes on one field
Fixed in 2017.2.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment