xyz
I added it, just in other place.
public partial class Main : Node
{
public override async void _Ready()
{
await Resources.Textures.Init();
await Camera.Init();
AddChild(Camera.camera);
await Lights.Init();
AddChild(Lights.Sun);
var mesh = await MainLandscape.CreateOceanFloor();
AddChild(mesh);
....