You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore
Chris Burel d8bd6ef407
Preserve asset ids for assets that fail to load, when deserializing from json (#847)
Sometimes deserializing a Json document happens when asset handlers are not
registered. In that case, `FindOrCreateAsset` will fail to create the
asset, since there's no handler registered to create it. When this happens,
`FindOrCreateAsset` returns an Asset instance with a null asset id. This
effectively causes the json deserializer to lose that data, even in
situations where the the actual asset data doesn't need to be loaded, but
the asset id needs to be preserved.
5 years ago
..
AzCore Preserve asset ids for assets that fail to load, when deserializing from json (#847) 5 years ago
Platform Fixed AZ::Utils::GetHomeDirectory function for non-Windows platforms (#821) 5 years ago
Tests Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
CMakeLists.txt 3rd Party static libraries need to be public dependencies to work from installed engine. 5 years ago