Hi,sonicether.This addon is amazing.
I found in SEGI.cs, the high setting is 256.I have tried to increase the number to 512 or more.But the result doesn't change.
public enum VoxelResolution
{
low = 128,
high = 256
}
May i ask what i should do?Do i need to modify other related code at the same time?Thanks