Skip to content

MessagePack Data Viewer built on MessagePack Csharp and Unity TreeView

License

Notifications You must be signed in to change notification settings

E-K/MessagePackGridView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MessagePackGridView

this Editor Plugin depends on MessagePack for C#

Usage

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

About

MessagePack Data Viewer built on MessagePack Csharp and Unity TreeView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages