Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Burst not working at all
#9
Just so you know. These screenshots are taken from the editor and a build on the same PC with the following specs

i7-7700 3.60 Ghz
RAM 16 GB
NVidia GeForce GTX 1070

So thank you for explaing that Fixed updates are accumulating, but that doesnt answer the question Sonrisa
Try explaining why Burst is not executing the same way between the two


Regarding the freezes and reproducing them. So we have noticed that your system spawns these OniColliderWorld game objects on its own in Editor time. Yesterday I thought it was in Play only. So it spawns, and then we (without knowing it) save them to the scene. Imagine, after that I decide to run Burst instead, and enforce it through all Ropes like this:

/*[SerializeField]*/ private BackendType m_Backend = BackendType.Burst;
ObiSolver.cs, line 101

This is where the freeze happens once you try loading a scene with a rope.
Reply


Messages In This Thread
Burst not working at all - by manurocker95 - 05-10-2020, 06:00 PM
RE: Burst not working at all - by josemendez - 05-10-2020, 08:26 PM
RE: Burst not working at all - by manurocker95 - 05-10-2020, 08:35 PM
RE: Burst not working at all - by josemendez - 06-10-2020, 07:29 AM
RE: Burst not working at all - by manurocker95 - 06-10-2020, 01:20 PM
RE: Burst not working at all - by josemendez - 06-10-2020, 01:26 PM
RE: Burst not working at all - by whitexroft - 03-11-2020, 06:39 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 08:36 AM
RE: Burst not working at all - by whitexroft - 04-11-2020, 10:43 AM
RE: Burst not working at all - by josemendez - 04-11-2020, 10:52 AM
RE: Burst not working at all - by whitexroft - 04-11-2020, 11:17 AM
RE: Burst not working at all - by josemendez - 04-11-2020, 11:22 AM
RE: Burst not working at all - by whitexroft - 04-11-2020, 12:05 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 12:18 PM
RE: Burst not working at all - by whitexroft - 04-11-2020, 12:53 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 01:17 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 01:54 PM
RE: Burst not working at all - by whitexroft - 04-11-2020, 02:16 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 02:32 PM
RE: Burst not working at all - by whitexroft - 04-11-2020, 02:55 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 03:53 PM