Description
GeneratorInstance.IControl.Configure appears to be not working correctly with nested children.
Initial setup
Unity 6.5, M1 Macbook Pro, macOS 15.7.3
Reproduction steps
1. Open the attached repo project "sap-configure-repo.zip[Internal link]".
2. Open the "SampleScene" scene.
3. Enter playmode.
Expected behaviour
No errors are logged in the console.
Actual behavior
Two errors are logged in the console:
"ADTM: ControlPerformRecursiveConfigure called while not in system-wide reconfiguration mode"
"InvalidOperationException: Failed to perform recursive configuration change, see log for details"