I have a project that have some really huge animation frames. These don't pose a problem in the actual build exe and the game starts quite quickly within a few seconds (I count 3 seconds to boot it up in the actual exe).
However in the developer runtime when I develop the project and run it with F8 it takes by my count 12 full seconds for the game to load. Of course this is a huge slog on the development. The only "solution" i have is to just to swap this object with the huge animations while I work on the project and then put it back in when I need to actually need to have it or build the project. But that is also a big hassle. Is there any better way to do it? is it possible to somehow ignore some animations with some toggle or something?
Or make it load as fast as in the exe? (Not sure why there is such a big difference?)