Skip to content

Commit fd525f4

Browse files
Add a note about deprecation of old versions
1 parent abe9dab commit fd525f4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Analyzer/Util/SerializedFileDetector.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ public class SerializedFileInfo
4040
///
4141
/// Important: The header itself is always stored in big-endian format on disk,
4242
/// but the m_Endianness byte indicates the endianness of the actual data section.
43+
///
44+
/// DEPRECATION WARNING: The deprecation process for Version <18 (Unity 5.5 and earlier) has started in Unity 6.5.
45+
/// Initially this will be a warning, but upcoming versions of UnityDataTool and UnityFileSystem can be expected
46+
/// to lose the ability to open and read those files (apart from low level information exposed by the
47+
/// "serialized-file header" command).
4348
/// </summary>
4449
public static class SerializedFileDetector
4550
{

0 commit comments

Comments
 (0)