Increased overlay distance from the near plane, since VRChat couldn't see it.
This commit is contained in:
@@ -18,7 +18,7 @@ public class CameraOverlay : UdonSharpBehaviour
|
||||
|
||||
private Camera _Camera = null;
|
||||
|
||||
private const float NEAR_PLANE_OFFSET = 0.01f;
|
||||
private const float NEAR_PLANE_OFFSET = 0.05f;
|
||||
|
||||
|
||||
void Update()
|
||||
|
||||
Reference in New Issue
Block a user