You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flixel has no assets manager to dynamically load images/sounds on demang, so a lot of projects just embed them at compile time. It leads to an excessive use of memory that could be better managed.
I would be great to have an asset manager available at FlxG.assets. We don't have to write our own from scratch, we can port an existing one from another game engine (e.g. Starling).
The text was updated successfully, but these errors were encountered:
Flixel has no assets manager to dynamically load images/sounds on demang, so a lot of projects just embed them at compile time. It leads to an excessive use of memory that could be better managed.
I would be great to have an asset manager available at
FlxG.assets
. We don't have to write our own from scratch, we can port an existing one from another game engine (e.g. Starling).The text was updated successfully, but these errors were encountered: