Hello all,
Is it possible to configure godot so that assets can be retrieved from RAM, instead of having to use a .pck file? For example, let's say that all of the .pck file contents are loaded into memory and then the .pck file is deleted. Now the data only exists in memory, is there still a way to access those assets? Or does godot require a physical assets file to be present and open while the game is running?