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

When I run the game there is an error. #96

Open
nchistov opened this issue Aug 10, 2023 · 3 comments
Open

When I run the game there is an error. #96

nchistov opened this issue Aug 10, 2023 · 3 comments

Comments

@nchistov
Copy link

When I play scene blocky_game/main.tscn there is and error in player/character_controller.gd file:

Error at (13, 19): Identifier "VoxelBoxMover" not declared in the current scope.

What's wrong?

@Zylann
Copy link
Owner

Zylann commented Aug 10, 2023

It likely means you are not using the right kind of Godot build. VoxelBoxMover is a class belonging to the voxel module. You need a build of Godot that includes this module. The official "vanilla" builds from godotengine.org don't include that.

@nchistov
Copy link
Author

@Zylann but where I need to find it?

@nchistov
Copy link
Author

Oh I already found them.

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

No branches or pull requests

2 participants