Thank you very much! We'll try our best to provide videos more often, but we can't promise anything as we have full-time jobs outside of tutorials production. We do the recording in our spare time, as for the time being we don't make any money from it. We hope that in time we will be able to build a community that will support us on Patreon, then we will be able to take care of the daily expenses and devote more time to recording material 😊. We are really happy that You love ours content ❤️
Oh I see, Aspects are useful for grouping all required components of an entity together, so that they may be manipulated by a system. What I usually do is: - Create an IJobEntity job in ISystem and then add the required components as parameters in the Execute function (depending on what I'm trying to do, this can make the parameters ridiculously too long). What I will be doing now is: - Create an IAspect that has all the components and data that the system will need, and then on the IJobEntity's Execute function, I'll simply pass in the aspect as its parameter, then do whatever I want with it. Simple and clean. Thank you!!
underrated channel, hope you get more views and subscribers. You have managed to explain a lot very efficiently. Thanks!
Thank you for your kindness! We are trying our best ❤
Also, I invite you to our Discord channel!
discord.gg/gZssNGuDdc
Love your content please upload video more frequently 😊❤❤
Thank you very much! We'll try our best to provide videos more often, but we can't promise anything as we have full-time jobs outside of tutorials production.
We do the recording in our spare time, as for the time being we don't make any money from it. We hope that in time we will be able to build a community that will support us on Patreon, then we will be able to take care of the daily expenses and devote more time to recording material 😊.
We are really happy that You love ours content ❤️
Oh I see, Aspects are useful for grouping all required components of an entity together, so that they may be manipulated by a system.
What I usually do is:
- Create an IJobEntity job in ISystem and then add the required components as parameters in the Execute function (depending on what I'm trying to do, this can make the parameters ridiculously too long).
What I will be doing now is:
- Create an IAspect that has all the components and data that the system will need, and then on the IJobEntity's Execute function, I'll simply pass in the aspect as its parameter, then do whatever I want with it. Simple and clean.
Thank you!!
Exactly! You are welcome! ❤️
I invite you to our community Discord: discord.gg/gZssNGuDdc ⭐
Bardzo dobry content ;)
Dzięki bardzo ❤️
Great video. Keep going
Thanks for feedback!