Moeen Kamali
Moeen Kamali
Hi. i need this to make a multiplayer backend using signalr. formerly i used async methods for delayed tasks but they are not pausable easily but scheduling solutions like fluentSchedulers...
hi. for a turn-based game, I need to do some actions sequentially. for example, moving an object to a position, then playing animation, and then doing a change in UI....
hi. thanks for your amazing package. your pacakge is easy to setup and works well but it misses an important feature. as you know in real apps its not an...
hi. you didn't say anything about supported platforms on your website. does it support android and ios?
the designer is always in edit mode and play mode doesn't show at all. I'm using Unity 2022. is there something that I have missed?
i need to connect my clients to a server that runs unity features. any indirect connection makes my topology comlicated and its much simpler to make a unity instance as...
i need to know is there a event dispatcher or signalbus with this container. i want to migrate from zenject to VContainer. is there any similar feature for that?
HI. is it possible to resolve dependencies after all additive scenes added? if not, what is the zenject approach for that? sometimes some assets need to be loaded through addressables....
there are many classes that i finish the name with "Signal" and i define them with DeclareSignal. I think there can be a solution that declares many signal classes automatically...
Hi. usually with don't pool a single object but for example, we have a scriptable object of objects list and in our code make a list of the queue of...