From 9f986c3eb161ac36f619ae765331b8c988a70183 Mon Sep 17 00:00:00 2001 From: DeMuenu <96650288+DeMuenu@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:29:49 +0100 Subject: [PATCH] Add disclaimer section to README Added a disclaimer about project similarity to another GitHub repository. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05017f3..7cc19ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # MoonlightVRC +## Disclaimer + +This project seems similar, but the person seems to have more of a clue about what they are doing: https://github.com/z3y/ClusteredBIRP + ## Idea When creating a World for VRChat that reveals items around the player as they walk up to them, I stumbled across the problem that Quest doesn't handle real-time lights well. As a result, I may have ended up spending tens of hours coding my own light system.