GothicVRProject / GothicVR

Fan project recreating the classic Gothic I and II experience in VR.
GNU General Public License v3.0
26 stars 2 forks source link

Burst/DOTS/IL2CPP/ECS/JobSystem #274

Open JaXt0r opened 10 months ago

JaXt0r commented 10 months ago
Tyroonis commented 10 months ago

The Android builds are already IL2CPP And we also use the Burst compiler. We had already been able to get a lot out of it at the time The Burst compiler is also a part of DOTS.

In addition, there is the Entity Component System (ECS) and the C# Job System for multithreading The question is whether multithreading works for us with the standalone devices