SceneView SwiftUI

Hi guys, do you know how to remove SceneView background? I tried to remove it nothing works for me, I can change object background and it shows it but when I remove it there's a white background behind it which I can't transparent it and don't know what view or property is behind it.

Thanks in advance.
Did you try yo use the Debug View Hierarchy in Xcode during execution, to see exactly what the hierarchy of views is ?
To access the tool, it is the 7th icon - shaped as a vertical rect with 2 smaller rects on its sides - from the left on the frame above the console)

You may find an intermediary view that you have to make transparent.
I tried rapidly, and found several layers (one is dropshadowview)
@Claude31 Yes I did, it's ScenceView And top of that it's UIKitSceneView, you can change the background color from object environment , but when you make it clear it appears as white.
SceneView SwiftUI
 
 
Q