thewhitewayofdelight

Results 8 comments of 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 ![image](https://github.com/dbrizov/NaughtyAttributes/assets/87333145/bc1df1d0-5410-453c-a671-aa194dd72f5a) ![image](https://github.com/dbrizov/NaughtyAttributes/assets/87333145/e53919bd-375f-4783-9958-0069a0852a23) Non Edited ![image](https://github.com/dbrizov/NaughtyAttributes/assets/87333145/47711612-6830-488b-9f89-454cab81e252)

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"); } ); ```