-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsolvedthe question is solvedthe question is solved
Description
I try to send struct with byter but error, the data is null. Tks
private void Start()
{
// set data
Primitive primitive = new();
var a = new ServerResponse() { typeResponse = TypeResponse.WebSocketConnectSucces, message = "xxx1" };
primitive.Add.Struct(a);
// get data
byte[] buffer = primitive.GetBytes();
var message = Encoding.UTF8.GetString(buffer);
Debug.Log(message);
}Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsolvedthe question is solvedthe question is solved