From 5f6a85984d49999a308579163c11f8bdcc666078 Mon Sep 17 00:00:00 2001 From: SketchFoxsky <109103755+SketchFoxsky@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:08:40 -0400 Subject: [PATCH] Update README.md Added Restrictions section. --- Stickers/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Stickers/README.md b/Stickers/README.md index eff471a..ae0f4ae 100644 --- a/Stickers/README.md +++ b/Stickers/README.md @@ -22,6 +22,12 @@ Any image placed in the `UserData/Stickers/` folder will be available to choose - Requires the experimental Shader Safety Settings to be disabled as it will cause crashes when decals attempt to generate on GPU. - The mod will automatically disable this setting when it is enabled on startup. +### Restrictions +- Full Restriction. + - To disable Stickers for the whole world, name an empty GameObject "**[DisableStickers]**". +- Partial Restriction. + - To keep stickers enabled but not allowing it on certain objects, add the "**[NoSticker]**" tag to the GameObject name. + ## Attributions - All icons used are by [Gohsantosadrive]() on Flaticon. - Decal generation system by [Mr F]() on the Unity Asset Store.