decentraland / unity-explorer

Apache License 2.0
8 stars 11 forks source link

MediaPlayer - Performance spikes #1937

Open NickKhalow opened 1 month ago

NickKhalow commented 1 month ago

Explorer Alpha build versions:

Issue Description:

Running on Genesis plaza it's easy to face freezes, it's cause by MediaPlayer.Update(). This update could cause big performance spikes up to 1950(!) ms with GC allocations

image

UPD: it's caused by native calls, so we have to contact with plugin's developer or change the plugin Image

STR:

  1. Join Genesis Plaza
  2. Drop down and run around the hall

Additional Notes:

Occurred on Mac

NickKhalow commented 4 weeks ago

Additional screenshots

Image

Image

Image