Search Issue Tracker
Not Reproducible
Votes
4
Found in
5.4.2f2
Issue ID
848298
Regression
No
Importing binary asset packages to an Editor with 'Force text' mode doesn't convert text field values
STR:
1. Open Export Project
2. Notice the value of Edit->Project Settings->Editor->Asset Serialization mode being "Force binary"
3. Export all 3 items in asset folder as a unitypackage.
4. Open Import project
5. Notice the value of Edit->Project Settings->Editor->Asset Serialization mode being "Force text"
6. Import the previously exported package
7. Notice the value of MyObject->My Script (Component)->My String value.
Expected:
Value is "Hello world!" as in the original asset.
Actual:
Value is 48656c6c6f2020576f726c6421 which is a hexadecimal ASCII representation of the string.
Reproduced on: 5.2.5f1, 5.3.7f1, 5.4.2f2, 5.4.2p4, 5.5.0b11, 5.6.0a2
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
An147
Dec 18, 2016 17:05
Same issue. We downloaded the package we bought in Asset Store and got a lot of text fields in demo scenes broken.