From 9e4c45d5445ef2edf0d88e594a52d6f13b88a182 Mon Sep 17 00:00:00 2001 From: raccoon Date: Tue, 24 Sep 2024 15:23:07 +0500 Subject: [PATCH] Script errors clarification --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bce77fd..f001491 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ The repository have separate branches for separate content types, the only diffe > After opening the project in Unity Editor you might want to add **all** new files to Git. +> **IMPORTANT**: When opening a previously worked on project on a new machine, Unity may warn you about script errors and suggest you enter Safe Mode, +> this is because VPM has not loaded yet and didn't resolved the required packages, ignore the errors and continue loading. +> Sometimes you may need to reopen the project for all scripts to recompile. + ## License -For project's license see [/LICENSE](/LICENSE) file. -Project contains `com.vrchat.core.bootstrap` package, for license see [/Packages/com.vrchat.core.bootstrap/License.md](/Packages/com.vrchat.core.bootstrap/License.md) file. +For project's license see [LICENSE](./LICENSE) file. +Project contains `com.vrchat.core.bootstrap` package, for license see [Packages/com.vrchat.core.bootstrap/License.md](./Packages/com.vrchat.core.bootstrap/License.md) file.