TMPxyz
TMPxyz
[Unity 2019.1.7f1 + UIWidget 1.0.6] Yep, There're just too many GC allocations scattering all over the place. In the Counter example, even if we just sit idle, it would generate...
I'm also very interested in this use-case. Could you give some more descriptions on how should I modify the code?
I encountered this error too. It happens because the import silently failed at the start, probably because you don't have the seaborn lib. ``` # simpful.py try: from matplotlib.pyplot import...
> We would never re-inject dependencies into an object, it would be much easier to just destroy and create a new one. Hi, Thanks for your `Rebind().FromInstance(xxx)` solution, I was...