Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2018.4
2020.1.0b8
2020.2
Issue ID
1241343
Regression
No
AssetDatabase.CreateAsset generates uneccessary content into a text file when creating a TextAsset
Reproduction steps:
1. Open the project from the attached file "1241343.zip"
2. In the toolbar go to Custom > TextTest
3. From Assets open the newly created test.txt file
4. Inspect the content of the file
Expected result: File contains: "hello world"
Actual result: File contains:
"%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!49 &4900000
TextAsset:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: test
m_Script: hello world"
Reproducible with: 2018.4.23f1, 2019.3.14f1, 2020.1.0b9, 2020.2.0a11
Notes: Reproducible with Asset Pipeline v1 and v2
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
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
Resolution Note (fix version 2021.1):
Fixed in: 2021.2.0a12