Change tool generate path

main
Kevin Li 2023-08-31 11:12:35 +08:00
parent 33a95ac32b
commit aef29b1161
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace Guru
int index = Application.dataPath.LastIndexOf('/');
var proto_dir = $"{Application.dataPath.Substring(0, index)}/ServerProtos";
var file_list = GetAllProtoFiles(proto_dir);
var dest_folder = $"{Application.dataPath}/../Assets/Scripts/NetworkGen";
var dest_folder = proto_dir;// $"{Application.dataPath}/../Assets/Scripts/NetworkGen";
if (Directory.Exists(dest_folder))
{