Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Burst not working at all
#12
(04-11-2020, 11:17 AM)whitexroft Wrote: 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

I saw your attached screenshot after writing my reply, so I edited it to include the suggestion about SSE4. If this doesn't get performance on par with the editor, then we should look elsewhere for differences that could explain the worse performance:
- Are you profiling a development build?
- Do you have different quality settings for the build?
- Are you building a 32 bit standalone instead of a 64 bit one?

(04-11-2020, 11:17 AM)whitexroft Wrote: 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.

This is totally fine. If some solvers in your scene use the Oni backend, others use the Burst backend, or have used either at some point in time, both instances might exist and/or be used. If you remove them, they will be re-created when needed.
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