Takuma Maruyama
Takuma Maruyama
Hi, @jordan-econify Thanks for your question and sorry for my late response. ## background and description of `StateElement` In Unidux, if the state tree is changed, `Store` clone the state...
Thanks! @soundyogi I'm planning to add an example with UnityWebRequest that should cover basics of how to use Unidux in REST style network scenario. I'm not familiar with data transaction...
@dolanmiu Hi, I'm sorry for my late response. I think it's not easy to support NuGet, because Unidux is heavily depends on Unity internal dlls (such as UnityEngine namespace). Unity...
@benzsuankularb Sorry for late response! Now not supporting deepnested StateElement, because Store class cannot reset nested property. - https://github.com/mattak/Unidux/blob/master/Assets/Plugins/Unidux/Scripts/Core/Store.cs#L107 - https://github.com/mattak/Unidux/blob/459a71370d889c5265f9dbfb1907780ec025dd6e/Assets/Plugins/Unidux/Scripts/Util/StateUtil.cs#L55-L84 I think it should support nested StateElement. I'll work...
:+1: