1 Year Ago
Fixed custom game resources sometimes resetting to default values This would happen if you open an asset that references other assets. Keep better separation of game resources between realms This affects editor/menu assets. Basically custom assets in tools are now stored under "Menu" container, not "None". This fixes menu compiled types trying to be used on the server/client, which would throw errors. Fixed editing assets while in-game resetting child assets to defaults Fixed editing custom game resources while the gamemode they are from is running causing any referenced assets (such as List<MyCustomChildGameResource>) to reset to default values on client and server.