austinmao / reduxity

React-redux via UniRx + Redux.NET for Unity3D
MIT License
50 stars 4 forks source link

DevTools for Unity/C# #6

Open pixelypants opened 5 years ago

pixelypants commented 5 years ago

I'm trying to find if there is already a solution for adding a DevTools to Reduxity (Unity/C#) and everything appears to be revolved around JS and browser apps (Even https://github.com/reduxjs/redux-devtools !? - I thought I could maybe hit a server > save state > then play back... maybe I'm missing something).

Anyone know a good solution or keen to collaborate on coming up with a plan to solve it?