I've had a few issues with some scene packed as .var since this feature is available. But I couldn't put my finger on the origin of this issue since I'm not the creator of these scenes.
With my first release as a .var and a few tests on an older computer. I know realize why these issues occur : basic events or functions occurs WHILE some assets are still loading. For instance, the main timeline starts to play before everything is loaded.
In the case of VAMafx demo, it is pretty much breaking the way the sound should work. I often use a simple non-looping timeline that is 1sec long and trigger a few things using actions. But, the timeline being played before all sounds are loaded result in a scene that does not work as intended.
I know that .var has some issues that have been already pointed out... and I don't know why sound is lagging that much when loading a scene in var format. But in a more general manner, to be sure that everything works properly each time a scene is loaded, the base events and functions ( starting animations, triggering etc ) should not overlap with the loading part of the scene ( var format or not ).
I don't think that the var system is the issue here. It only accentuate the loading issue which is the what makes a scene behave differently. I think it should behave almost the same if you were testing on a really old computer that struggles to load all the assets.
With my first release as a .var and a few tests on an older computer. I know realize why these issues occur : basic events or functions occurs WHILE some assets are still loading. For instance, the main timeline starts to play before everything is loaded.
In the case of VAMafx demo, it is pretty much breaking the way the sound should work. I often use a simple non-looping timeline that is 1sec long and trigger a few things using actions. But, the timeline being played before all sounds are loaded result in a scene that does not work as intended.
I know that .var has some issues that have been already pointed out... and I don't know why sound is lagging that much when loading a scene in var format. But in a more general manner, to be sure that everything works properly each time a scene is loaded, the base events and functions ( starting animations, triggering etc ) should not overlap with the loading part of the scene ( var format or not ).
I don't think that the var system is the issue here. It only accentuate the loading issue which is the what makes a scene behave differently. I think it should behave almost the same if you were testing on a really old computer that struggles to load all the assets.