Hello there,
I have been optimizing my game and ended on this page on the manual:
https://developer.playcanvas.com/en/user-manual/optimization/load-time/
It has one paragraph that says:
- Use the Networking panel in Chrome Dev Tools (or the equivalent in other browsers) to sort loaded assets by size and look for anything that stands out. Look for assets that are not used and could be deleted. Look for assets that are essentially duplicates and delete them.
I have been looking on the inspector on the Network options and found my videos where downloading twice, as shown on this img:
Rightnow I only have one video, but if I add more it will add up to many Mb…
The video is only used once and it is not load on preload:
Any clue how to solve this or what is going on?
Because with other elements as images or fonts were solved by unchecking the preload.