Skip to content

Commit 7279c8c

Browse files
Update UnityDataTool/Program.cs
Co-authored-by: Andrew Skowronski <86242170+SkowronskiAndrew@users.noreply.github.com>
1 parent 189a4c4 commit 7279c8c

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)