o3de-atom-sampleviewer
o3de-atom-sampleviewer copied to clipboard
Checkerboardtest is out of date
Checkerboard pipeline is quite out of date and bringing it in line with other pipelines is not an insignificant maintenance cost. Will temporary disable the test. Need to discuss whether to update and keep maintaining the test and example component or deprecate it.
@VickyAtAZ Can we close this bug?
The test is still disabled in the development branch:
From https://github.com/o3de/o3de-atom-sampleviewer/blob/development/scripts/FullTestSuite.bv.lua:
-- Disable checkerboard pipeline as it's quite out of date and currently a maintenance burden
-- https://github.com/o3de/o3de-atom-sampleviewer/issues/456
-- RunScriptWrapper('scripts/checkerboardtest.bv.luac'),
I've noticed that attempting to open Samples > Features > Checkerboard causes the AtomSampleViewer.GameLauncher to crash. I'm using Ubuntu 22.04.03 and following branches:
- O3DE Pre-built SDK - Stabilization/2310 (0be3e09)
- AtomSampleViewer project - stabilization/2310 (893fbaf)
Should this be reported as a separate issue, or is this expected due to this issue?