Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  3 FPS on android
#3
(11-03-2021, 02:45 PM)josemendez Wrote: Hi there,

This is most likely due to:

- not having the Burst dependencies installed, so the engine will fallback to Oni whichnis slower on mobile. In this case a warning will appear in the solver inspector, telling you to install the dependencies.

- death spiralling, due to a large maximum timestep or a small fixed timestep.

Check that you have the Burst dependencies properly installed (no warning message in the solver). Also check how many times is FixedUpdate() called per frame, if there’s more than 1 call per frame try lowering the maximum allowed timestep in Unity’s time settings.

Thank you for a fast response.
-I have installed all of them. No warning at all.
-I didn't change the timestep of the engine. It's 0.02.

There is only 1 cloth in the scene. It should be that low FPS. Any more suggestion?
Reply


Messages In This Thread
3 FPS on android - by Haleluya - 11-03-2021, 02:30 PM
RE: 3 FPS on android - by josemendez - 11-03-2021, 02:45 PM
RE: 3 FPS on android - by Haleluya - 11-03-2021, 02:54 PM
RE: 3 FPS on android - by josemendez - 11-03-2021, 03:33 PM
RE: 3 FPS on android - by Haleluya - 11-03-2021, 03:41 PM
RE: 3 FPS on android - by josemendez - 11-03-2021, 03:46 PM
RE: 3 FPS on android - by josemendez - 11-03-2021, 05:30 PM
RE: 3 FPS on android - by Haleluya - 11-03-2021, 06:56 PM
RE: 3 FPS on android - by Haleluya - 11-03-2021, 08:16 PM
RE: 3 FPS on android - by josemendez - 12-03-2021, 10:44 AM