Increased overlay distance from the near plane, since VRChat couldn't see it.

This commit is contained in:
2026-03-31 17:48:45 -04:00
parent 3fb8f6691a
commit 92ff0bd7a1
19 changed files with 509 additions and 369 deletions
+1 -1
View File
@@ -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()