Zylann / voxelgame

Voxel world prototype made with Godot Engine
Other
512 stars 83 forks source link

Cant modify terrain after some move from center? #77

Open wacyym opened 3 years ago

wacyym commented 3 years ago

Hello @Zylann, i use latest windows build from Master builds (editor only) and latest voxel game demo (https://github.com/Zylann/voxelgame)

Here is problem: 2020-11-10-19-35-21

After moving from some center i cant build terrain...

Zylann commented 3 years ago

The demo hasnt been updated in some areas after recent changes. That would be a ticket for the demo repo. To fix this you need to add a VoxelViewer node as child of your player node. Otherwise voxel blocks won't be maintained around the player and you will eventually reach the non-editable border like in your gif.

Note: if you used this one, it is from a PR so it may include uncommitted WIP. The actual master latest would be https://github.com/Zylann/godot_voxel/actions/runs/351647309

wacyym commented 3 years ago

Oh, yes, now its works, Thanks for great plugin again!

Zylann commented 3 years ago

I just pushed a few fixes, does it solve the issue?