yohash / UnityReact

A react-like backend built in C# for Unity
MIT License
0 stars 0 forks source link

Create an `IAction` reflection-based console logger #9

Open yohash opened 1 month ago

yohash commented 1 month ago

So we can see the contents of the IAction, instead of just the struct name. Intended use is debugging only.

yohash commented 1 month ago

Alternately, only implement https://github.com/yohash/UnityReact/issues/7