Damian Nowakowski
Damian Nowakowski
I had to remind myself what issue I had have in a first place, because it was some time ago. I made a description unnecessary overcomplicated. The issue is actually...
Oh... It looks like this is it, actually. I haven't noticed this section for some reason. Ok, so the issue is already covered :D Anyway, making AttributeSet Transient seems to...
Reviving the dead pull request :D @tranek @SalahAdDin - I modified the notes that should better fit the document. I divided the 9.4 section into 9.4.1 and 9.4.2 where I...
Maybe gitbook? Like this: https://heart-1.gitbook.io/heart-plugin/
The example project should have separate branches for every version supported on marketplace. Any legacy issues (between 4 and 5) should be resolved by that.
Also for the commandlet
Thanks for reporting, I will look into it as soon as I can.
Sadly, I'm not able to reproduce neither the freeze nor the crash. I was trying to just run WaitForSeconds coroutine and forcing GC and I was trying to run WaitForSeconds...
Ok, I was able to reproduce it. I just had to run multiple co_awaits in one coroutine and run GC. The problem has appeared in the update 3.3.6 where I...
Just writing down to not forget: The idea of how to handle it: 1. Add a flag to coroutine promise informing the coroutine has been finished (the best place will...