hadashiA
hadashiA
Loops in a UniTask cannot be stopped from the outside with StopCoroutine. If you want to stop a UniTask from the outside, use CancellationTokenSource. ```cs async UniTaskVoid Start() { var...
@SherryOever18 The behavior when a DOTween is canceled can be optionally adjusted. By default, no exception is used, but the following will throw an `OperationCancellationException` while killing the tween. ```cs...
Looks like #406 and #414 have been merged, so I'll close this.
Fixed in #468 #505
The use case may not be very clear. Also, I am reluctant to function in a way that could abuse DI. Please let me reject this time. Thanks for your...
The cause cannot be determined from that call stack. It could be either a problem with VContainer or with the application that uses it. If you send me a minimum...
Thanks. Several people seem to be in favour of this feature, Regrettably, I do not actively recommend separating DI settings. So, I would like to reject this. Sorry. (The `OnBuild`...
I think it's good, but if the `callback` argument of the API is just added, it's not obvious when it will be called. Currently, lambda expressions tend to be used...
Merged in #656