So I’m in the situation where I would like to extend systemBase so that the codes in my Entities.ForEach.Schdule/Parallel can use it.
I tried to add those in a inherited class as typical c# methods. But codes in the schduled jobs are complaining passing in reference. I wonder why does it allow methods from SystemBase (E.g.) HasComponent, GetComponent etc. but wouldn’t allow using of my custom methods?
Is there any recommand ways of extending the SystemBase? Would be lovely if somebody could point me to the right link to look into if that is indeed possible.
Thanks in advanced!