Seems like since wipe, clicking the SLEEPERS button shows nothing. Anyone else?
Sleepers not showing anymore?
hi, if I recall correctly this usually happened to people when this was set too high:
"Sleepers Min Y": 0.0,
the default is -150 but it seems to have reset itself to 0 somehow on its own because I didn't change it. I will force it in the next update with DefaultValue
[System.ComponentModel.DefaultValue(-150f)]
[JsonProperty(PropertyName = "Sleepers Min Y")]
public float MinY = -150f; You are awesome, as always. Thank you for the tip!