From ecbd6ebb7ef73e4b535a2e40195d37d176b47d7e Mon Sep 17 00:00:00 2001 From: AliceD <95102992+4liceD@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:40:13 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d04c0f0..2ace88e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Interactable-Objects-NonNetworked methods of interaction for VRChat worlds. Small edit to fit personal preferences. All credits go to swivel. -Most parameters have been privatized to avoid exploitation from malicious client users. +Parameters that are supposed to be executed only locally have been privatised to avoid malicious abuse. + +New prefabs: + +_Mirrors: +Please use this one instead of the regular Mirrors prefab + +_Settings: +Makes use of an edge case in the mirror manager to make it use for world toggles instead. + + Project made for udonsharp v0.20.3 https://github.com/MerlinVR/UdonSharp + +Tested with udonsharp 1.1.5 as well