#ISystem without burst VS SystemBase

1 messages · Page 1 of 1 (latest)

vocal dome
#

Hello everyone. Can someone answer, if it is any major difference in ISystem without BurstCompile and SystemBase? I suppose the first one should be slower, if in both we are using some classes. But is it a big difference?
In fact I just need to get the state.Dependency for IJob, so as I have no alternatives for that in SystemBase, I must use ISystem without BurstCompile, I suppose

ember aspen
#

SystemBase just has Dependency as a property in it

#

If you aren't burst compiling ISystem at all, just use SystemBase

#

it can do everything ISystem can but more

vocal dome
#

OMG, you are right. I just mislooked for that property