Problem
Two missing links
A 210P Excavator screen has two fields that still point to old guidance files. Those files are gone, so Unity reports missing references.
Value Field Guidance[0] Value Field Guidance[1]ForgeFX Build Note · John Deere Unit Tests #716
TeamCity is not the problem. The test is doing its job: it found broken Unity references before they reached a delivered build.
A 210P Excavator screen has two fields that still point to old guidance files. Those files are gone, so Unity reports missing references.
Value Field Guidance[0] Value Field Guidance[1]The two broken links are in the original prefab. That prefab is also used inside another prefab, so the checker counts the same two bad links again.
The issue is in the 210P Excavator Smart Grade preset edit UI.
Assets/JohnDeere/Prefabs/210P Excavator/States/Design Setup.prefab Component: ExcavatorP_SmartGradeOffsetPresetEditModal Nested through: Excavator PDU Presenter with Haptics.prefabHas stale references to old guidance assets.
Checks for broken references and finds four.
TeamCity stops the build so the broken prefab gets fixed.