this Editor Plugin depends on MessagePack for C#
var msgPackObj = MessagePackSerializer.Deserialize<ExampleType>(bytes);
var window = EditorWindow.GetWindow<MessagePackGridViewWindow>();
window.SetData(msgPackObj);| Name | Name | Last commit date | ||
|---|---|---|---|---|
this Editor Plugin depends on MessagePack for C#
var msgPackObj = MessagePackSerializer.Deserialize<ExampleType>(bytes);
var window = EditorWindow.GetWindow<MessagePackGridViewWindow>();
window.SetData(msgPackObj);