thewhitewayofdelight
thewhitewayofdelight
May I know how to download the "product"? Because when I ran it, this error occur: ``` 'product' is not recognized as an internal or external command, operable program or...
Still waiting for the next release :) BTW, I can't right click to copy even when the drawer is closed @_@
In Unity 2022, it doesn't even work in non-nested in the demo scene   Non Edited 
Experiencing this issue as well
Months passed already. Just as Jonkelling said, it works normally on MacOS, but not on Windows. I don't know why... I tried to use the same C# version and mono...
I see, okay then Thank you for the help Mefodei!
You may want to take a look at this: https://github.com/timsutton/brigadier/issues/20
@FelixGameNot Tried it, but still doesn't get called ``` DOTween.Sequence().Append ( DOTween.To ( // Your code here ) .SetUpdate(isIndependentUpdate: true) ) .OnComplete ( () => { Debug.Log("called"); } ); ```