yohash / UnityReact

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

Create an `IAction` viewer that will track actions as stats #7

Open yohash opened 11 months ago

yohash commented 11 months ago

Keep a list of actions, most recent one at the top, plus number of occurrences. Allow a toggle on each to "suppress" so the action is no longer shown. Use this viewer to replace the Debug.Log option in Store.

then in next box down, keep last 10 actions