Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

File metadata and controls

11 lines (8 loc) · 311 Bytes

MessagePackGridView

this Editor Plugin depends on MessagePack for C#

Usage

var msgPackObj = MessagePackSerializer.Deserialize<ExampleType>(bytes);
var window = EditorWindow.GetWindow<MessagePackGridViewWindow>();
window.SetData(msgPackObj);