Skip to content

Commit 2e42c9f

Browse files
committed
Merge branch 'typetree-extraction-support' of https://github.com/Unity-Technologies/UnityDataTools into typetree-extraction-support
2 parents dcb8f3f + 7279c8c commit 2e42c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UnityDataTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static int LoadTypeTreeDataFile(FileInfo typeTreeDataFile)
228228
}
229229
catch (EntryPointNotFoundException)
230230
{
231-
Console.Error.WriteLine("Error: The loaded UnityFileSystemApi does not support external TypeTree data files. Please update to Unity 6.5 or newer.");
231+
Console.Error.WriteLine("Error: The version of UnityFileSystemApi does not support external TypeTree data files. Please use a version from Unity 6.5 or newer.");
232232
return 1;
233233
}
234234

0 commit comments

Comments
 (0)