Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Burst not working at all
#11
(04-11-2020, 10:52 AM)josemendez Wrote: Have you checked that Burst is enabled for builds, as I suggested? 

...

The Oni/BurstColliderWorld object lifetime is managed by the solvers using lazy initialization: in the case you outline, since the world already exists in the scene it won't be created again on first use: the existing instance would be used.

I dont understand what do you mean by enabling burst for platform, you have seen the AOT settings. Im gonna check that Windows SDK and c++ build tools are installed, and try again Sonrisa

About the lazy initialization, what happens if there are a whole bunch of scenes, and all have sometimes OniWorldCollision, sometines BurstWorldCollision saved in them, sometimes both. The scenes are loaded additively
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