yukon
yukon copied to clipboard
Unload assets when leaving room
By keeping track of every asset the client has loaded, we're then able to unload every unneeded asset when the player leaves the current room. This massively decreases VRAM usage, but increases loading time when users re-enter a room they have already visited.
Fixes #18