We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe9dab commit fd525f4Copy full SHA for fd525f4
1 file changed
Analyzer/Util/SerializedFileDetector.cs
@@ -40,6 +40,11 @@ public class SerializedFileInfo
40
///
41
/// Important: The header itself is always stored in big-endian format on disk,
42
/// 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).
48
/// </summary>
49
public static class SerializedFileDetector
50
{
0 commit comments