Lloyd T
Lloyd T
CCamera Unproject assumes "up" to be z-up always, which breaks when a non-FPV camera is used. Fixed to use the current camera's actual up when performing the unproject. By submitting...
## What does this PR do? Fixes the issue detailed here: https://github.com/o3de/o3de/issues/17876 1) Updates the enginedependency.xmlschema to treat "path" as a Source instead of a Product 2) During XmlBuilderWorker, pulls...
**Describe the bug** AssetProcessor won't reprocess dependency xml files with wildcards, if new files were introduced that the wildcard would catch. **Steps to reproduce** 1. Create an XML file as...
**Describe the bug** AZ::IConsole registered CVars will not update the legacy ::IConsole CVars. Most noticeable in the Editor console - updating the cvar at runtime will not reflect in the...
## What does this PR do? Fixes a situation where if two or more sources create a cyclic dependency, the Asset Processor won't infinitely add them into the analysis pass...
Fixes compile errors when changing the JOBMANAGER_ENABLE_STATS define. Using the AZStd::chrono timestamps instead of calculating against the (removed) AZStd::GetTimeTicksPerSecond function. ## How was this PR tested? Local PC build when...