o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
32 stars 37 forks source link

Fixes to get MaterialHotReloadTest working on Linux. #544

Closed santorac closed 2 years ago

santorac commented 2 years ago

Made sure path casing matches the actual file. Fixed an incorrect include path in the AZSL files (it looks like it was broken at 6fb0adf3d8f1802b7308d7e41fbdf001e1527bcb, I'm not sure how it wasn't noticed earlier). Most importantly, linux wasn't setting s_connectToAssetProcessor to true. MaterialHotReloadTest needs the connection to query the asset status.

Fixes https://github.com/o3de/o3de-atom-sampleviewer/issues/524

Signed-off-by: santorac 55155825+santorac@users.noreply.github.com