Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant modify terrain after some move from center? #77

Open
wacyym opened this issue Nov 10, 2020 · 3 comments
Open

Cant modify terrain after some move from center? #77

wacyym opened this issue Nov 10, 2020 · 3 comments
Labels

Comments

@wacyym
Copy link

wacyym commented Nov 10, 2020

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
Copy link
Owner

Zylann commented Nov 10, 2020

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
Copy link
Author

wacyym commented Nov 11, 2020

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

@Zylann
Copy link
Owner

Zylann commented Nov 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants