Burst / Job System Production Question (Without Entities)

Hi there,

According to Burst Documentation, its production ready
However Burst depends on Job System which is still in preview.

So my question is, whats the point of Burst in production if Job System is not in production?
Has any one launched a game for mobile platforms with Burst without facing any crash reports?

and most importantly? Can i use Job System without burst on mobile platforms if Job System is itself ready?

I want to use Jobs without Burst so i can serialize/deserialize string objects etc

Thanks

1 Like

Job system not in preview. It was first thing from DOTS which out of preview.

1 Like

Thanks for your reply,
Im asking this because Jobs package under preview heading.

Does it mean i can without Burst use it for android/ios without any issues?

A bit confusing yes, but afaik the “Jobs” package in the Package manager is actually just the ECS jobs… ie and extension to the jobs already built into Unity.

1 Like

Jobs package it’s not Job System. It’s package with additional job types. Job System itself is part of engine core. Yes you can.

2 Likes

Thanks Guys, now i can finally start studying it without fear of using a preview product.

1 Like