The archive format is changing from v8 to v9 in Unity 6.7 starting at the b2 release. 7.0 will also have this format.
Older versions of Unity cannot read the new format so we need new version of UnityFileSystemApi including that format.
The built-in archive parsing needs to be updated to understand and properly report the v9 changes, e.g. for the archive command to work properly.
Proposed fix is #128
The archive format is changing from v8 to v9 in Unity 6.7 starting at the b2 release. 7.0 will also have this format.
Older versions of Unity cannot read the new format so we need new version of UnityFileSystemApi including that format.
The built-in archive parsing needs to be updated to understand and properly report the v9 changes, e.g. for the
archivecommand to work properly.Proposed fix is #128