Low Jiahao

Results 4 comments of Low Jiahao

> UniTask is similar as `ValueTask`, does not applicable some samples of Task. if I want to do something similar, is there any example you can provide?

Hello, I'm just giving my take on this problem. If a scriptable object is an Addressable, and you want to have scene object to have the same reference as the...

given the nature of this FSM, i would suggest to use [partial class](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods) to "split" your methods into separate files, while keeping it in the same class.

my workaround to this issue was creating a getter for that variable, it will then get the value again when it is called.