Using Notepad++
in the .cs file line 93 changed from:
saveInfo.msg.ToProto(write);
to
saveInfo.msg.ToProto(write.stream);
it works !!
Using Notepad++
in the .cs file line 93 changed from:
saveInfo.msg.ToProto(write);
to
saveInfo.msg.ToProto(write.stream);
it works !!
Thank You!