UE5VoxelTutorial icon indicating copy to clipboard operation
UE5VoxelTutorial copied to clipboard

It appears that only one chunk is editable

Open Travistyse opened this issue 1 year ago • 3 comments

I haven't been able to locate the root cause of the issue but it appears that only a single chunk is able to have blocks added or removed from it, one coordinate from that chunk is: 24, 6, 24 for reference.

Every other chunk will simply appear to ignore any attempts at modifying the chunk data.

Travistyse avatar Mar 06 '23 02:03 Travistyse

Hey @Travistyse, did you ever figure this one out?

JoshuaOliver99 avatar Sep 28 '23 23:09 JoshuaOliver99

Hey @Travistyse, did you ever figure this one out?

I didn't. I switched away from the project as I didn't like how lumen on 5.0 was interacting with my voxels (basically it was acting as if every block removed was adjacent to light - like I was breaking out of a cave - and then it would slowly fade back as lumen registered that the mesh didn't, in fact, suddenly have a light source).

Travistyse avatar Sep 28 '23 23:09 Travistyse

Good heads up with the lumen issue TY!

Managed to solve the issue with this, the BP_PlayerController has a class default ChunkSize value set to 64 manually whereas the world Size value in the Main level is 32

JoshuaOliver99 avatar Sep 29 '23 00:09 JoshuaOliver99