Topic: Is there a way to set the Preloading Time in code?
I noticed that when I test my game on low powered devices my game crashes. It seems that when I increase the Preloading Time in the Preload Option window, it helps.
I'd like to be able to able to change Preloading Time in the code after the game detects that the device has low Ram.
I can write code to detect low Ram, but I need help on adjusting Preloading Time.
Does UFE.config.preloadOptions help?